Class UnusedPropertiesVertical

java.lang.Object
io.jmix.pivottable.model.AbstractPivotObject
io.jmix.pivottable.model.UnusedPropertiesVertical
All Implemented Interfaces:
Serializable

public class UnusedPropertiesVertical extends AbstractPivotObject
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 Details

    • UnusedPropertiesVertical

      public UnusedPropertiesVertical(Integer intVal)
    • UnusedPropertiesVertical

      public UnusedPropertiesVertical(Boolean boolVal)
  • Method Details