Class SimpleSectionRowModel


  • public class SimpleSectionRowModel
    extends java.lang.Object
    Model POJO representing the state of SimpleSectionRowComponent.
    • Constructor Detail

      • SimpleSectionRowModel

        public SimpleSectionRowModel​(java.lang.String label,
                                     java.lang.Object value)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Returns:
        the label
      • setLabel

        public void setLabel​(java.lang.String label)
        Parameters:
        label - the label to set
      • isEditable

        public boolean isEditable()
        Returns:
        the editable
      • setEditable

        public void setEditable​(boolean editable)
        Parameters:
        editable - the editable to set
      • isVisible

        public boolean isVisible()
        Returns:
        the visible
      • setVisible

        public void setVisible​(boolean visible)
        Parameters:
        visible - the visible to set
      • getValue

        public java.lang.Object getValue()
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.Object value)
        Parameters:
        value - the value to set
      • getToolTipText

        public java.lang.String getToolTipText()
        Returns:
        the toolTipText
      • setToolTipText

        public void setToolTipText​(java.lang.String toolTipText)
        Parameters:
        toolTipText - the toolTipText to set