Class ColumnGroupState

  • All Implemented Interfaces:
    Serializable

    public class ColumnGroupState
    extends Object
    implements Serializable
    The column group data shared between the server and the client
    Since:
    7.4
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form
    • Field Detail

      • columns

        public List<String> columns
        The columns that is included in the group
      • header

        public String header
        The header text of the group
      • footer

        public String footer
        The footer text of the group
    • Constructor Detail

      • ColumnGroupState

        public ColumnGroupState()