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 TypeMethodDescriptionint
getFont()
getText()
void
onDropRights
(javax.faces.event.ActionEvent ae) void
Reaction on row executions in the client (double click, return key selection).void
Reaction 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:
compareTo
in interfaceComparable<GridDetails.ColumnItem>
-
onRowSelect
public void onRowSelect()Description copied from class:FIXGRIDItem
Reaction on row selections in the client. Override this method for specific reactions.- Specified by:
onRowSelect
in interfaceIFIXGRIDItem
- Overrides:
onRowSelect
in classFIXGRIDItem
-
onRowExecute
public void onRowExecute()Description copied from class:FIXGRIDItem
Reaction on row executions in the client (double click, return key selection).- Specified by:
onRowExecute
in interfaceIFIXGRIDItem
- Overrides:
onRowExecute
in classFIXGRIDItem
-
getDragSendRight
-
getDropReceiveRight
-
getDragSendLeft
-
onDropRights
public void onDropRights(javax.faces.event.ActionEvent ae) -
getColumnInfo
-