Uses of Enum
de.xima.fc.form.common.models.EFormThemeReferenceKind
Packages that use EFormThemeReferenceKind
-
Uses of EFormThemeReferenceKind in de.xima.fc.form.common.models
Subclasses with type arguments of type EFormThemeReferenceKind in de.xima.fc.form.common.modelsMethods in de.xima.fc.form.common.models that return EFormThemeReferenceKindModifier and TypeMethodDescriptionstatic EFormThemeReferenceKindEFormThemeReferenceKind.byTypeNameOrNull(String typeName) Returns theEFormThemeReferenceKindfor the giventype name, or null if no such type exists.FormThemeReference.ClientFormTheme.kind()FormThemeReference.FormThemePlugin.kind()abstract EFormThemeReferenceKindFormThemeReference.kind()Gets the enum constant that represents the kind of this form theme reference.FormThemeReference.System.kind()static EFormThemeReferenceKindReturns 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 EFormThemeReferenceKindModifier and TypeMethodDescriptionstatic 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.