Class TableLayout.HeaderPermanentInfo

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TableLayout

    private class TableLayout.HeaderPermanentInfo
    extends java.lang.Object
    implements java.io.Serializable
    Contains the information that the user has specified for the specific row or column.
    • Constructor Summary

      Constructors 
      Constructor Description
      HeaderPermanentInfo​(int newIndex)
      Constructor for the HeaderPermanentInfo object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()
      Gets the index attribute of the HeaderPermanentInfo object
      int getMin()
      Gets the min attribute of the HeaderPermanentInfo object
      boolean isExpandable()
      Gets the expandable attribute of the HeaderPermanentInfo object
      void setExpandable​(boolean expandable)
      Sets the expandable attribute of the HeaderPermanentInfo object
      void setMin​(int min)
      Sets the min attribute of the HeaderPermanentInfo object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index_

        private final int index_
      • min_

        private int min_
      • isExpandable_

        private boolean isExpandable_
    • Constructor Detail

      • HeaderPermanentInfo

        public HeaderPermanentInfo​(int newIndex)
        Constructor for the HeaderPermanentInfo object
        Parameters:
        newIndex - Description of Parameter
    • Method Detail

      • setMin

        public final void setMin​(int min)
        Sets the min attribute of the HeaderPermanentInfo object
        Parameters:
        min - The new min value
      • setExpandable

        public final void setExpandable​(boolean expandable)
        Sets the expandable attribute of the HeaderPermanentInfo object
        Parameters:
        expandable - The new expandable value
      • getMin

        public final int getMin()
        Gets the min attribute of the HeaderPermanentInfo object
        Returns:
        The min value
      • getIndex

        public final int getIndex()
        Gets the index attribute of the HeaderPermanentInfo object
        Returns:
        The index value
      • isExpandable

        public final boolean isExpandable()
        Gets the expandable attribute of the HeaderPermanentInfo object
        Returns:
        The expandable value