Class CCMultiValueSelection.GridItem

java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.ccaddons.pbc.CCMultiValueSelection.GridItem
All Implemented Interfaces:
Serializable, org.eclnt.jsfserver.elements.impl.IFIXGRIDItem
Enclosing class:
CCMultiValueSelection

public class CCMultiValueSelection.GridItem extends org.eclnt.jsfserver.elements.impl.FIXGRIDItem implements Serializable
See Also:
  • Field Summary

    Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem

    ROWHEIGHT_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    boolean
     
     
    boolean
    marked property is the property behind the row's check box.
     
     
    void
    onMarkedAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    setMarked(boolean value)
     

    Methods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem

    assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getOriginalIndex, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowExecute, onRowPopupMenuItem, onRowPopupMenuLoad, onRowSelect, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GridItem

      public GridItem()
  • Method Details

    • getText

      public String getText()
    • getCheckBoxText

      public String getCheckBoxText()
    • getEnabled

      public boolean getEnabled()
    • getMarked

      public boolean getMarked()
      marked property is the property behind the row's check box.
    • setMarked

      public void setMarked(boolean value)
    • onMarkedAction

      public void onMarkedAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • getBgpaint

      public String getBgpaint()
    • getBackground

      public String getBackground()
    • getForeground

      public String getForeground()
    • getTooltip

      public String getTooltip()