Uses of Enum
de.xima.fc.form.common.XFormPropertyEnum
Packages that use XFormPropertyEnum
Package
Description
-
Uses of XFormPropertyEnum in de.xima.fc.form.common
Subclasses with type arguments of type XFormPropertyEnum in de.xima.fc.form.commonModifier and TypeClassDescriptionenumEnum with the built-in properties of a form.Methods in de.xima.fc.form.common that return XFormPropertyEnumModifier and TypeMethodDescriptionstatic XFormPropertyEnumReturns the enum constant of this type with the specified name.static XFormPropertyEnum[]XFormPropertyEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XFormPropertyEnum in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models with parameters of type XFormPropertyEnumModifier and TypeMethodDescriptionfinal XPropertyValueXFormProperties.getProperty(XFormPropertyEnum property) default StringIXFormRenderConfig.getXFormPropertyI18n(XFormPropertyEnum property) final voidXFormProperties.removeProperty(XFormPropertyEnum property) final voidXFormProperties.setProperty(XFormPropertyEnum property, Object value) Constructors in de.xima.fc.form.common.models with parameters of type XFormPropertyEnum -
Uses of XFormPropertyEnum in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model with parameters of type XFormPropertyEnumModifier and TypeMethodDescriptionXFormRenderConfigWithCurrentData.getXFormPropertyI18n(XFormPropertyEnum property)