Uses of Class
com.netgrif.application.engine.importer.model.HideEmptyRows
-
Packages that use HideEmptyRows Package Description com.netgrif.application.engine.importer.model -
-
Uses of HideEmptyRows in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as HideEmptyRows Modifier and Type Field Description protected HideEmptyRowsDataGroup. hideEmptyRowsprotected HideEmptyRowsTransitionLayout. hideEmptyRowsMethods in com.netgrif.application.engine.importer.model that return HideEmptyRows Modifier and Type Method Description static HideEmptyRowsHideEmptyRows. fromValue(java.lang.String v)HideEmptyRowsDataGroup. getHideEmptyRows()Gets the value of the hideEmptyRows property.HideEmptyRowsTransitionLayout. getHideEmptyRows()Gets the value of the hideEmptyRows property.static HideEmptyRowsHideEmptyRows. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HideEmptyRows[]HideEmptyRows. 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 HideEmptyRows Modifier and Type Method Description voidDataGroup. setHideEmptyRows(HideEmptyRows value)Sets the value of the hideEmptyRows property.voidTransitionLayout. setHideEmptyRows(HideEmptyRows value)Sets the value of the hideEmptyRows property.
-