Uses of Class
de.xima.fc.form.common.models.EFormThemeReferenceKind
-
Packages that use EFormThemeReferenceKind Package Description de.xima.fc.form.common.models -
-
Uses of EFormThemeReferenceKind in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return EFormThemeReferenceKind Modifier and Type Method Description static EFormThemeReferenceKind
EFormThemeReferenceKind. byTypeNameOrNull(String typeName)
Returns theEFormThemeReferenceKind
for the giventype name
, or null if no such type exists.EFormThemeReferenceKind
FormThemeReference.ClientFormTheme. kind()
EFormThemeReferenceKind
FormThemeReference.FormThemePlugin. kind()
abstract EFormThemeReferenceKind
FormThemeReference. kind()
Gets the enum constant that represents the kind of this form theme reference.EFormThemeReferenceKind
FormThemeReference.System. kind()
static EFormThemeReferenceKind
EFormThemeReferenceKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormThemeReferenceKind[]
EFormThemeReferenceKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.form.common.models with parameters of type EFormThemeReferenceKind Modifier and Type Method Description static FormThemeReference
FormThemeReference. ofCanonicalPayloadParts(EFormThemeReferenceKind kind, String[] parts, int offset)
Creates a form theme reference from its canonical parts representation.static FormThemeReference
FormThemeReference. ofCanonicalPayloadPartsOrNull(EFormThemeReferenceKind kind, String[] parts, int offset)
Creates a form theme reference from its canonical parts representation.static FormThemeReference
FormThemeReference. ofCanonicalPayloadString(EFormThemeReferenceKind kind, String canonicalRepresentation)
Creates a form theme reference from its canonical string representation.static FormThemeReference
FormThemeReference. ofCanonicalPayloadStringOrNull(EFormThemeReferenceKind kind, String canonicalRepresentation)
Creates a form theme reference from its canonical string representation.
-