Class IdTextSelection.IdTextLine
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.jsfserver.defaultscreens.IdTextSelection.IdTextLine
- All Implemented Interfaces:
Serializable,IFIXGRIDItem
- Enclosing class:
- IdTextSelection
Internal use only. Representation of one selectable value line.
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
ROWHEIGHT_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionIdTextLine(IdTextSelection idts, String id, String text) IdTextLine(IdTextSelection idts, String id, String text, String image) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getImage()booleangetText()voidReaction on row executions in the client (double click, return key selection).voidsetBgpaint(String value) voidsetSelectable(boolean selectable) Methods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getOriginalIndex, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowPopupMenuItem, onRowPopupMenuLoad, onRowSelect, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally
-
Constructor Details
-
IdTextLine
-
IdTextLine
-
-
Method Details
-
getId
-
getText
-
getImage
-
setBgpaint
-
getBgpaint
-
getSelectable
public boolean getSelectable() -
setSelectable
public void setSelectable(boolean selectable) -
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
-