Class GridDetails.ColumnItem
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.jsfserver.defaultscreens.GridDetails.ColumnItem
- All Implemented Interfaces:
Serializable,Comparable<GridDetails.ColumnItem>,IFIXGRIDItem
- Enclosing class:
- GridDetails
public class GridDetails.ColumnItem
extends FIXGRIDItem
implements Serializable, Comparable<GridDetails.ColumnItem>
- See Also:
-
Field Summary
FieldsFields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
ROWHEIGHT_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFont()getText()voidonDropRights(javax.faces.event.ActionEvent ae) voidReaction on row executions in the client (double click, return key selection).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, onRowPopupMenuItem, onRowPopupMenuLoad, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally
-
Field Details
-
i_index
protected int i_index -
i_columnInfo
-
-
Constructor Details
-
ColumnItem
- Parameters:
columnInfo-index- Index of columnInfo in all columnInfos of a grid. This index is related to the sequence of GRIDCOLs in the layout definition
-
-
Method Details
-
getFont
-
getBackground
-
getText
-
getTooltip
-
compareTo
- Specified by:
compareToin interfaceComparable<GridDetails.ColumnItem>
-
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
-
onRowExecute
public void onRowExecute()Description copied from class:FIXGRIDItemReaction on row executions in the client (double click, return key selection).- Specified by:
onRowExecutein interfaceIFIXGRIDItem- Overrides:
onRowExecutein classFIXGRIDItem
-
getDragSendRight
-
getDropReceiveRight
-
getDragSendLeft
-
onDropRights
public void onDropRights(javax.faces.event.ActionEvent ae) -
getColumnInfo
-