Package org.eclnt.workplace
Class WorkplacePerspectiveManager.PerspectiveGridItem
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.workplace.WorkplacePerspectiveManager.PerspectiveGridItem
- All Implemented Interfaces:
Serializable,IFIXGRIDItem
- Enclosing class:
- WorkplacePerspectiveManager
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
ROWHEIGHT_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(ActionEvent event) voidReaction on row selections in the client.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, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally
-
Constructor Details
-
PerspectiveGridItem
-
-
Method Details
-
getPerspectiveName
-
onRowSelect
public void onRowSelect()Description copied from class:FIXGRIDItemReaction on row selections in the client. Override this method for specific reactions.- Specified by:
onRowSelectin interfaceIFIXGRIDItem- Overrides:
onRowSelectin classFIXGRIDItem
-
onRemove
-