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
ConstructorsConstructorDescriptionUnusedPropertiesVertical(Boolean boolVal) UnusedPropertiesVertical(Integer intVal) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()static UnusedPropertiesVerticalvalueOf(boolean value) static UnusedPropertiesVerticalvalueOf(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:
truemeans always vertical,falsemeans always horizontal
-
valueOf
-
valueOf
-
valueOf
-
equals
-
hashCode
public int hashCode() -
toString
-