Uses of Class
com.netgrif.application.engine.importer.model.CompactDirection
-
Packages that use CompactDirection Package Description com.netgrif.application.engine.importer.model -
-
Uses of CompactDirection in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as CompactDirection Modifier and Type Field Description protected CompactDirection
DataGroup. compactDirection
protected CompactDirection
Transition.Layout. compactDirection
Methods in com.netgrif.application.engine.importer.model that return CompactDirection Modifier and Type Method Description static CompactDirection
CompactDirection. fromValue(java.lang.String v)
CompactDirection
DataGroup. getCompactDirection()
Gets the value of the compactDirection property.CompactDirection
Transition.Layout. getCompactDirection()
Gets the value of the compactDirection property.static CompactDirection
CompactDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompactDirection[]
CompactDirection. 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 CompactDirection Modifier and Type Method Description void
DataGroup. setCompactDirection(CompactDirection value)
Sets the value of the compactDirection property.void
Transition.Layout. setCompactDirection(CompactDirection value)
Sets the value of the compactDirection property.
-