public class DefaultTreeCellDisplayChip extends SimpleTreeCellDisplayChip
SimpleTreeCellDisplayChip. The icon and
the name (label) are provided in the constructor.TreeChip,
TreeCellRenderer,
Serialized FormCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
DefaultTreeCellDisplayChip(DisplayState displayState,
Chip parent,
String name,
String tooltip,
String icon)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon()
Gets the icon of this display chip.
|
String |
getName()
Gets the name (label) of this display chip.
|
String |
getTooltip()
Gets the tooltip of this display chip.
|
void |
setIcon(String icon)
Sets the icon of this display chip.
|
void |
setName(String name)
Sets the name (label) of this display chip.
|
void |
setTooltip(String tooltip)
Sets the tooltip of this display chip.
|
getJSPURI, getNodeChip, processEventsaddEventListener, checkValid, clearInfoMessages, clone, containsDisplayEvent, createMenuEntriesForJS, dispose, errorQueueEmpty, getClipboard, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getFrame, getID, getInfoMessages, getJaloSession, getLocalizedString, getLocalizedString, getLogger, getMenuEntries, getNameSpace, getNameSpaceFor, getParent, getProposedUniqueName, getProposedUniqueNameFor, getRequestFocus, getSessionIdentifier, getStringValue, getUniqueName, getWindow, goFullScreen, hasVisibleContextMenuEntries, isButtonPushed, isButtonPushed, isErrorQueueEmpty, isValid, leaveFullScreen, notifyEventListeners, notifyEventListeners, postErrorMessage, postInfoMessage, postWindowEvent, refresh, refreshChild, registerUniqueName, removeEventListener, removeInfoMessage, render, render, setClipboard, setParent, setRequestFocus, setValid, setWindowStatus, translateFormFieldToEventName, translateFormFieldToEventValuepublic DefaultTreeCellDisplayChip(DisplayState displayState, Chip parent, String name, String tooltip, String icon)
displayState - parent - name - label of this display chiptooltip - tooltip of this display chip (null = no tooltip)icon - icon of this display chippublic void setName(String name)
name - the new name (label) of this display chippublic String getName()
getName in class SimpleTreeCellDisplayChippublic void setTooltip(String tooltip)
tooltip - the new tooltip of this display chippublic String getTooltip()
getTooltip in class SimpleTreeCellDisplayChippublic void setIcon(String icon)
icon - the new icon of this display chippublic String getIcon()
getIcon in class SimpleTreeCellDisplayChipCopyright © 2017 SAP SE. All Rights Reserved.