Class UnusedPropertiesVertical
java.lang.Object
io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservable
io.jmix.pivottableflowui.kit.component.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:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservablePivotTableOptionsObservable.ObjectChangeEvent
- 
Field SummaryFields inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservablechangedFromClient, listener
- 
Constructor SummaryConstructorsConstructorDescriptionUnusedPropertiesVertical(Boolean boolVal) UnusedPropertiesVertical(Integer intVal) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()toString()static UnusedPropertiesVerticalvalueOf(boolean value) static UnusedPropertiesVerticalvalueOf(int value) static UnusedPropertiesVerticalMethods inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservablefireChangeEvent, markAsChanged, setChangedFromClient, setPivotTableObjectChangeListener
- 
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
- 
hashCodepublic int hashCode()
- 
toString
 
-