Uses of Class
com.netgrif.application.engine.importer.model.LayoutType
-
Packages that use LayoutType Package Description com.netgrif.application.engine.importer.model -
-
Uses of LayoutType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as LayoutType Modifier and Type Field Description protected LayoutTypeDataGroup. layoutprotected LayoutTypeTransitionLayout. typeMethods in com.netgrif.application.engine.importer.model that return LayoutType Modifier and Type Method Description static LayoutTypeLayoutType. fromValue(java.lang.String v)LayoutTypeDataGroup. getLayout()Gets the value of the layout property.LayoutTypeTransitionLayout. getType()Gets the value of the type property.static LayoutTypeLayoutType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LayoutType[]LayoutType. 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 LayoutType Modifier and Type Method Description voidDataGroup. setLayout(LayoutType value)Sets the value of the layout property.voidTransitionLayout. setType(LayoutType value)Sets the value of the type property.
-