Uses of Class
com.netgrif.application.engine.importer.model.FieldAlignment
-
Packages that use FieldAlignment Package Description com.netgrif.application.engine.importer.model -
-
Uses of FieldAlignment in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as FieldAlignment Modifier and Type Field Description protected FieldAlignmentLayout. alignmentprotected FieldAlignmentTransitionLayout. fieldAlignmentMethods in com.netgrif.application.engine.importer.model that return FieldAlignment Modifier and Type Method Description static FieldAlignmentFieldAlignment. fromValue(java.lang.String v)FieldAlignmentLayout. getAlignment()Gets the value of the alignment property.FieldAlignmentTransitionLayout. getFieldAlignment()Gets the value of the fieldAlignment property.static FieldAlignmentFieldAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldAlignment[]FieldAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model with parameters of type FieldAlignment Modifier and Type Method Description voidLayout. setAlignment(FieldAlignment value)Sets the value of the alignment property.voidTransitionLayout. setFieldAlignment(FieldAlignment value)Sets the value of the fieldAlignment property.
-