Class ColumnConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean editable  
      protected java.lang.String name  
      protected java.math.BigInteger position  
      protected CellRenderer renderer  
      protected java.lang.Boolean sortable  
      protected java.lang.Boolean visible  
      protected java.lang.String width  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the value of the name property.
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      CellRenderer getRenderer()  
      java.lang.String getWidth()
      Gets the value of the width property.
      boolean isEditable()
      Gets the value of the editable property.
      boolean isSortable()
      Gets the value of the sortable property.
      boolean isVisible()
      Gets the value of the visible property.
      void setEditable​(java.lang.Boolean value)
      Sets the value of the editable property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setPosition​(java.math.BigInteger value)
      Sets the value of the position property.
      void setRenderer​(CellRenderer renderer)  
      void setSortable​(java.lang.Boolean value)
      Sets the value of the sortable property.
      void setVisible​(java.lang.Boolean value)
      Sets the value of the visible property.
      void setWidth​(java.lang.String value)
      Sets the value of the width property.
      • Methods inherited from class java.lang.Object

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

      • visible

        protected java.lang.Boolean visible
      • sortable

        protected java.lang.Boolean sortable
      • editable

        protected java.lang.Boolean editable
      • name

        protected java.lang.String name
      • width

        protected java.lang.String width
      • position

        protected java.math.BigInteger position
    • Constructor Detail

      • ColumnConfiguration

        public ColumnConfiguration()
    • Method Detail

      • isVisible

        public boolean isVisible()
        Gets the value of the visible property.
        Returns:
        possible object is Boolean
      • setVisible

        public void setVisible​(java.lang.Boolean value)
        Sets the value of the visible property.
        Parameters:
        value - allowed object is Boolean
      • isSortable

        public boolean isSortable()
        Gets the value of the sortable property.
        Returns:
        possible object is Boolean
      • setSortable

        public void setSortable​(java.lang.Boolean value)
        Sets the value of the sortable property.
        Parameters:
        value - allowed object is Boolean
      • isEditable

        public boolean isEditable()
        Gets the value of the editable property.
        Returns:
        possible object is Boolean
      • setEditable

        public void setEditable​(java.lang.Boolean value)
        Sets the value of the editable property.
        Parameters:
        value - allowed object is Boolean
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getWidth

        public java.lang.String getWidth()
        Gets the value of the width property.
        Returns:
        possible object is String
      • setWidth

        public void setWidth​(java.lang.String value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is String
      • setRenderer

        public void setRenderer​(CellRenderer renderer)
      • getPosition

        public java.math.BigInteger getPosition()
        Gets the value of the position property.
        Returns:
        possible object is BigInteger
      • setPosition

        public void setPosition​(java.math.BigInteger value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is BigInteger