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 CompactDirectionDataGroup. compactDirectionprotected CompactDirectionTransitionLayout. compactDirectionMethods in com.netgrif.application.engine.importer.model that return CompactDirection Modifier and Type Method Description static CompactDirectionCompactDirection. fromValue(java.lang.String v)CompactDirectionDataGroup. getCompactDirection()Gets the value of the compactDirection property.CompactDirectionTransitionLayout. getCompactDirection()Gets the value of the compactDirection property.static CompactDirectionCompactDirection. 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 voidDataGroup. setCompactDirection(CompactDirection value)Sets the value of the compactDirection property.voidTransitionLayout. setCompactDirection(CompactDirection value)Sets the value of the compactDirection property.
-