Package org.eclnt.ccaddons.pbc
Class CCStringList.GridItem
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.ccaddons.pbc.CCStringList.GridItem
- All Implemented Interfaces:
Serializable
,org.eclnt.jsfserver.elements.impl.IFIXGRIDItem
- Enclosing class:
- CCStringList
public class CCStringList.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 -
Method Summary
Methods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getOriginalIndex, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowExecute, onRowPopupMenuItem, onRowPopupMenuLoad, onRowSelect, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally
-
Constructor Details
-
GridItem
-
-
Method Details
-
getText
-
setText
-
onRemoveAction
public void onRemoveAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onRowDrop
public void onRowDrop(org.eclnt.jsfserver.elements.events.BaseActionEventDrop event) - Specified by:
onRowDrop
in interfaceorg.eclnt.jsfserver.elements.impl.IFIXGRIDItem
- Overrides:
onRowDrop
in classorg.eclnt.jsfserver.elements.impl.FIXGRIDItem
-