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 EFormThemeReferenceKindEFormThemeReferenceKind. byTypeNameOrNull(String typeName)Returns theEFormThemeReferenceKindfor the giventype name, or null if no such type exists.EFormThemeReferenceKindFormThemeReference.ClientFormTheme. kind()EFormThemeReferenceKindFormThemeReference.FormThemePlugin. kind()abstract EFormThemeReferenceKindFormThemeReference. kind()Gets the enum constant that represents the kind of this form theme reference.EFormThemeReferenceKindFormThemeReference.System. kind()static EFormThemeReferenceKindEFormThemeReferenceKind. 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 FormThemeReferenceFormThemeReference. ofCanonicalPayloadParts(EFormThemeReferenceKind kind, String[] parts, int offset)Creates a form theme reference from its canonical parts representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadPartsOrNull(EFormThemeReferenceKind kind, String[] parts, int offset)Creates a form theme reference from its canonical parts representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadString(EFormThemeReferenceKind kind, String canonicalRepresentation)Creates a form theme reference from its canonical string representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadStringOrNull(EFormThemeReferenceKind kind, String canonicalRepresentation)Creates a form theme reference from its canonical string representation. 
 -