Uses of Class
de.xima.fc.form.common.XFormPropertyEnum
-
Packages that use XFormPropertyEnum Package Description de.xima.fc.form.common de.xima.fc.form.common.models de.xima.fc.gui.designer.form.model -
-
Uses of XFormPropertyEnum in de.xima.fc.form.common
Methods in de.xima.fc.form.common that return XFormPropertyEnum Modifier and Type Method Description static XFormPropertyEnum
XFormPropertyEnum. valueOf(String name)
Returns 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 XFormPropertyEnum Modifier and Type Method Description XPropertyValue
XFormProperties. getProperty(XFormPropertyEnum property)
default String
IXFormRenderConfig. getXFormPropertyI18n(XFormPropertyEnum property)
void
XFormProperties. removeProperty(XFormPropertyEnum property)
void
XFormProperties. setProperty(XFormPropertyEnum property, Object value)
Constructors in de.xima.fc.form.common.models with parameters of type XFormPropertyEnum Constructor Description XItemPropertyDesc(XFormPropertyEnum xPropertyEnum)
-
Uses of XFormPropertyEnum in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model with parameters of type XFormPropertyEnum Modifier and Type Method Description String
XFormRenderConfigWithCurrentData. getXFormPropertyI18n(XFormPropertyEnum property)
-