public class WorkplaceFunctionTree.FunctionNode extends FIXGRIDTreeItem implements IWorkpageStartInfo, java.io.Serializable
STATUS_CLOSED, STATUS_ENDNODE, STATUS_OPENEDROWHEIGHT_DEFAULT| Constructor and Description |
|---|
FunctionNode(FIXGRIDTreeItem parentNode)
This constructor is used when creating folder nodes.
|
FunctionNode(FIXGRIDTreeItem parentNode,
java.lang.String page)
This constructor is used when creating page nodes - containing
start information.
|
FunctionNode(FIXGRIDTreeItem parentNode,
WorkpageStartInfo wpsi) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppReference1()
Application reference - this field is not used by CaptainCasa processing.
|
java.lang.String |
getAppReference2()
Application reference - this field is not used by CaptainCasa processing.
|
java.lang.String |
getAppReference3()
Application reference - this field is not used by CaptainCasa processing.
|
boolean |
getCloseSupported() |
java.lang.String |
getCode()
A short code for this item.
|
java.lang.String |
getComment()
Comment that is associated with this instance.
|
java.lang.String |
getCommentImage()
Image that serves as additional comment to the image.
|
java.lang.String |
getDragSend()
Returns drag-send information of the node.
|
java.lang.String |
getDropReceive() |
boolean |
getExcludeFromSavePerspective() |
java.lang.String |
getFunctionClassName() |
java.lang.String |
getId() |
java.lang.String |
getImage() |
java.lang.String |
getJspPage() |
boolean |
getOpenAsPopupByDefault() |
boolean |
getOpenMultipleInstances() |
java.lang.String |
getPageBeanName() |
java.lang.String |
getParam(java.lang.String paramName) |
boolean |
getPopupSuppoted() |
java.lang.String |
getSelectorTitle() |
java.lang.String |
getStartSubWorkpageContainerId() |
java.lang.String |
getText() |
java.lang.String |
getTextOriginal()
The text may be an expression.
|
java.lang.String |
getTooltip() |
java.lang.String |
getWindowTitle() |
WorkpageStartInfo |
getWorkpageStartInfo() |
boolean |
isDecorated() |
void |
onRowExecute()
Reaction on row executions in the client (double click, return
key selection).
|
void |
onRowSelect()
Reaction on row selections in the client.
|
void |
onToggle()
Event that is passed from the client when the user open/close a folder
node.
|
void |
removeParam(java.lang.String paramName) |
void |
setAppReference1(java.lang.String appReference1) |
void |
setAppReference2(java.lang.String appReference2) |
void |
setAppReference3(java.lang.String appReference3) |
void |
setCloseSupported(boolean value) |
void |
setCode(java.lang.String code) |
void |
setComment(java.lang.String comment) |
void |
setCommentImage(java.lang.String commentImage) |
void |
setDecorated(boolean value) |
void |
setDragSend(java.lang.String value)
You can explicitly add drag-send information to the node.
|
void |
setDropReceive(java.lang.String value)
You can explicitly set the DROPRECEIVE statenemtn within the function
node - so that you can drag&drop information into the workplace
function tree.
|
void |
setExcludeFromSavePerspective(boolean excludeFromSavePerspective) |
void |
setFunctionClassName(java.lang.String functionClassName) |
void |
setId(java.lang.String value) |
void |
setImage(java.lang.String value)
Sets the image that is rendered for the node.
|
void |
setJspPage(java.lang.String jspPage) |
void |
setNodeTooltip(java.lang.String nodeTooltip) |
void |
setOpenAsPopupByDefault(boolean value) |
void |
setOpenMultipleInstances(boolean value) |
void |
setPageBeanName(java.lang.String pageBeanName) |
void |
setParam(java.lang.String paramName,
java.lang.String paramValue) |
void |
setPopupSupported(boolean value) |
void |
setSelectorTitle(java.lang.String value)
Explicit different text that is passed into the selector, when the
workpage is started. - If null then the title passed via setText(..) is
taken.
|
void |
setStartSubWorkpageContainerId(java.lang.String value) |
void |
setText(java.lang.String value)
Sets tje text of the node.
|
void |
setWindowTitle(java.lang.String value)
Explicit different text that is passed into the workpage's title, when the
workpage is started. - if null then the title passed via setText(..) is
taken.
|
addSubNode, addSubNode, appendVisibleSubNodes, checkIfNodeHasAsParent, closeAllNodes, collapseNode, collapseNodeAndSubNodes, compareTo, expandNode, expandNodeAndSubNodes, getAllContainedNodes, getChildNodes, getLevel, getLevelInt, getParentNode, getRequestfocus, getStatus, getStatusInt, moveSubNodeBehind, moveSubNodeInFront, moveSubNodeOneDown, moveSubNodeOneUp, moveSubNodesOneDown, moveSubNodesOneUp, moveSubNodeToFirst, moveSubNodeToLast, openAllParentNodes, processTREENDOEAction, removeAllChildNodes, removeAllChildNodes, removeNode, requestFocus, setLevel, setStatus, toggleNode, toggleNodeAndScrollassignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowPopupMenuItem, onRowPopupMenuLoad, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocuspublic FunctionNode(FIXGRIDTreeItem parentNode)
public FunctionNode(FIXGRIDTreeItem parentNode, java.lang.String page)
public FunctionNode(FIXGRIDTreeItem parentNode, WorkpageStartInfo wpsi)
public void setDecorated(boolean value)
setDecorated in interface IWorkpageStartInfopublic void setOpenMultipleInstances(boolean value)
setOpenMultipleInstances in interface IWorkpageStartInfopublic java.lang.String getWindowTitle()
getWindowTitle in interface IWorkpageStartInfopublic boolean isDecorated()
isDecorated in interface IWorkpageStartInfopublic boolean getOpenMultipleInstances()
getOpenMultipleInstances in interface IWorkpageStartInfopublic boolean getOpenAsPopupByDefault()
getOpenAsPopupByDefault in interface IWorkpageStartInfopublic java.lang.String getJspPage()
getJspPage in interface IWorkpageStartInfopublic java.lang.String getId()
getId in interface IWorkpageStartInfopublic java.lang.String getParam(java.lang.String paramName)
getParam in interface IWorkpageStartInfopublic void setFunctionClassName(java.lang.String functionClassName)
setFunctionClassName in interface IWorkpageStartInfopublic java.lang.String getFunctionClassName()
getFunctionClassName in interface IWorkpageStartInfopublic void onRowExecute()
FIXGRIDItemonRowExecute in interface IFIXGRIDItemonRowExecute in class FIXGRIDItempublic void onToggle()
FIXGRIDTreeItemonToggle in class FIXGRIDTreeItempublic void onRowSelect()
FIXGRIDItemonRowSelect in interface IFIXGRIDItemonRowSelect in class FIXGRIDItempublic java.lang.String getDragSend()
setDragSend(String): each node may get assigned some
workplace-internal drag-send information in addition to what you may pass
within the setDragSend method.public void setText(java.lang.String value)
FIXGRIDTreeItemsetText in interface IWorkpageStartInfosetText in class FIXGRIDTreeItempublic void setImage(java.lang.String value)
FIXGRIDTreeItemsetImage in interface IWorkpageStartInfosetImage in class FIXGRIDTreeItempublic void setId(java.lang.String value)
setId in interface IWorkpageStartInfopublic java.lang.String getText()
getText in interface IWorkpageStartInfogetText in class FIXGRIDTreeItempublic java.lang.String getTextOriginal()
public java.lang.String getImage()
getImage in interface IWorkpageStartInfogetImage in class FIXGRIDTreeItempublic void setParam(java.lang.String paramName,
java.lang.String paramValue)
setParam in interface IWorkpageStartInfopublic void removeParam(java.lang.String paramName)
removeParam in interface IWorkpageStartInfopublic void setJspPage(java.lang.String jspPage)
setJspPage in interface IWorkpageStartInfopublic void setPopupSupported(boolean value)
setPopupSupported in interface IWorkpageStartInfopublic void setCloseSupported(boolean value)
setCloseSupported in interface IWorkpageStartInfopublic void setOpenAsPopupByDefault(boolean value)
setOpenAsPopupByDefault in interface IWorkpageStartInfopublic void setSelectorTitle(java.lang.String value)
IWorkpageStartInfosetSelectorTitle in interface IWorkpageStartInfopublic void setWindowTitle(java.lang.String value)
IWorkpageStartInfosetWindowTitle in interface IWorkpageStartInfopublic void setDropReceive(java.lang.String value)
public java.lang.String getDropReceive()
public void setDragSend(java.lang.String value)
public WorkpageStartInfo getWorkpageStartInfo()
public void setStartSubWorkpageContainerId(java.lang.String value)
setStartSubWorkpageContainerId in interface IWorkpageStartInfopublic boolean getPopupSuppoted()
getPopupSuppoted in interface IWorkpageStartInfopublic boolean getCloseSupported()
getCloseSupported in interface IWorkpageStartInfopublic java.lang.String getStartSubWorkpageContainerId()
getStartSubWorkpageContainerId in interface IWorkpageStartInfopublic java.lang.String getSelectorTitle()
getSelectorTitle in interface IWorkpageStartInfopublic void setPageBeanName(java.lang.String pageBeanName)
setPageBeanName in interface IWorkpageStartInfopublic java.lang.String getPageBeanName()
getPageBeanName in interface IWorkpageStartInfopublic void setNodeTooltip(java.lang.String nodeTooltip)
public java.lang.String getTooltip()
public boolean getExcludeFromSavePerspective()
getExcludeFromSavePerspective in interface IWorkpageStartInfopublic void setExcludeFromSavePerspective(boolean excludeFromSavePerspective)
setExcludeFromSavePerspective in interface IWorkpageStartInfopublic java.lang.String getComment()
IWorkpageStartInfogetComment in interface IWorkpageStartInfopublic void setComment(java.lang.String comment)
setComment in interface IWorkpageStartInfopublic java.lang.String getCommentImage()
IWorkpageStartInfogetCommentImage in interface IWorkpageStartInfopublic void setCommentImage(java.lang.String commentImage)
setCommentImage in interface IWorkpageStartInfopublic java.lang.String getCode()
IWorkpageStartInfogetCode in interface IWorkpageStartInfopublic void setCode(java.lang.String code)
setCode in interface IWorkpageStartInfopublic java.lang.String getAppReference1()
IWorkpageStartInfogetAppReference1 in interface IWorkpageStartInfopublic void setAppReference1(java.lang.String appReference1)
setAppReference1 in interface IWorkpageStartInfopublic java.lang.String getAppReference2()
IWorkpageStartInfogetAppReference2 in interface IWorkpageStartInfopublic void setAppReference2(java.lang.String appReference2)
setAppReference2 in interface IWorkpageStartInfopublic java.lang.String getAppReference3()
IWorkpageStartInfogetAppReference3 in interface IWorkpageStartInfopublic void setAppReference3(java.lang.String appReference3)
setAppReference3 in interface IWorkpageStartInfoCopyright © CaptainCasa Gmbh. All Rights Reserved.