Package io.jmix.pivottable.model
Class UnusedPropertiesVertical
java.lang.Object
io.jmix.pivottable.model.AbstractPivotObject
io.jmix.pivottable.model.UnusedPropertiesVertical
- All Implemented Interfaces:
Serializable
Defines value of PivotTable's
unusedPropertiesVertical
property.
Controls whether or not unused attributes are shown vertically
instead of the default which is horizontally. true
means
always vertical, false
means always horizontal. If set to
a number (as is the default) then if the attributes' names' combined
length in characters exceeds the number then the attributes will be shown vertically.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnusedPropertiesVertical
(Boolean boolVal) UnusedPropertiesVertical
(Integer intVal) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
static UnusedPropertiesVertical
valueOf
(boolean value) static UnusedPropertiesVertical
valueOf
(int value) static UnusedPropertiesVertical
-
Constructor Details
-
UnusedPropertiesVertical
-
UnusedPropertiesVertical
-
-
Method Details
-
getIntVal
- Returns:
- if the attributes' names' combined length in characters exceeds this number then the attributes will be shown vertically
-
getBoolVal
- Returns:
true
means always vertical,false
means always horizontal
-
valueOf
-
valueOf
-
valueOf
-
equals
-
hashCode
public int hashCode() -
toString
-