Uses of Class
de.xima.fc.mdl.enums.EFormElementTyp
-
Packages that use EFormElementTyp Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.project de.xima.fc.gui.statics de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFormElementTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EFormElementTyp Modifier and Type Method Description EFormElementTyp
FormElement. getTyp()
Methods in de.xima.fc.entities with parameters of type EFormElementTyp Modifier and Type Method Description void
FormElement. setTyp(EFormElementTyp typ)
-
Uses of EFormElementTyp in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return EFormElementTyp Modifier and Type Method Description EFormElementTyp[]
FormVersionBean. getFormElementTypes()
-
Uses of EFormElementTyp in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics with parameters of type EFormElementTyp Modifier and Type Method Description static IPlaceholderType
EPlaceholderType. forFormElementType(EFormElementTyp type)
-
Uses of EFormElementTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormElementTyp Modifier and Type Method Description static EFormElementTyp
EFormElementTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormElementTyp[]
EFormElementTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-