Class ServerFileBrowser.TreeNode
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.jsfserver.elements.impl.FIXGRIDTreeItem
org.eclnt.jsfserver.defaultscreens.ServerFileBrowser.TreeNode
- All Implemented Interfaces:
Serializable,Comparable,IFIXGRIDItem
- Enclosing class:
- ServerFileBrowser
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDTreeItem
STATUS_CLOSED, STATUS_ENDNODE, STATUS_OPENEDFields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
ROWHEIGHT_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReaction on row executions in the client (double click, return key selection).voidReaction on row selections in the client.voidonToggle()Event that is passed from the client when the user open/close a folder node.Methods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDTreeItem
addSubNode, addSubNode, appendVisibleSubNodes, checkIfNodeHasAsParent, closeAllNodes, collapseNode, collapseNodeAndSubNodes, compareTo, expandNode, expandNodeAndSubNodes, getAllContainedNodes, getChildNodes, getImage, getLevel, getLevelInt, getLineDrawing, getParentNode, getRequestfocus, getStatus, getStatusInt, getText, getTextForExport, moveSubNodeBehind, moveSubNodeInFront, moveSubNodeOneDown, moveSubNodeOneUp, moveSubNodesOneDown, moveSubNodesOneUp, moveSubNodeToFirst, moveSubNodeToLast, openAllParentNodes, processTREENDOEAction, removeAllChildNodes, removeAllChildNodes, removeNode, requestFocus, setImage, setLevel, setStatus, setText, toggleNode, toggleNodeAndScrollMethods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getOriginalIndex, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowPopupMenuItem, onRowPopupMenuLoad, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally
-
Constructor Details
-
TreeNode
-
-
Method Details
-
onToggle
public void onToggle()Description copied from class:FIXGRIDTreeItemEvent that is passed from the client when the user open/close a folder node. You may read sub-items into the tree as reaction. OVerride this method in your implementation.- Overrides:
onTogglein classFIXGRIDTreeItem
-
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
-