public class GenericExplorerMenuTreeNodeContentChip extends AbstractChip implements ExplorerChip.ContentDockingListener
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
GenericExplorerMenuTreeNodeContentChip(DisplayState displayState,
MenuChip menuChip) |
| Modifier and Type | Method and Description |
|---|---|
void |
back() |
boolean |
canDisplayCurrentInside() |
protected boolean |
canDisplayInside(Chip chip) |
boolean |
canGoBack() |
boolean |
canGoForward() |
void |
contentHidden(ExplorerChip explorer)
Is called each time when this chip has been showing as explorer content but is replaced by another chip.
|
void |
contentRemoved(ExplorerChip explorer,
boolean external)
Called when this chip is no longer shown ( as explorer content or externally ) and is not re-used.
|
void |
contentShown(ExplorerChip explorer,
boolean external)
Is called each time this chip is either shown as new explorer content or as external window organizer.
|
void |
forward() |
Chip |
getCurrent() |
Chip |
getDefaultContentChip()
Returns a
DefaultContent which will show licence and system information. |
IconViewChip |
getIconViewChip() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
protected MenuChip |
getMenuChip() |
void |
home() |
boolean |
isShowing() |
void |
open(AbstractTreeNodeChip treeNodeChip) |
void |
open(Chip contentChip) |
void |
processEvents(Map events)
does nothing
|
boolean |
showDefaultContent()
Shows the default content only at the root page.
|
addEventListener, 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 GenericExplorerMenuTreeNodeContentChip(DisplayState displayState, MenuChip menuChip)
protected boolean canDisplayInside(Chip chip)
public boolean showDefaultContent()
public Chip getDefaultContentChip()
DefaultContent which will show licence and system information.protected MenuChip getMenuChip()
public boolean isShowing()
public boolean canDisplayCurrentInside()
public Chip getCurrent()
public void home()
public boolean canGoForward()
public boolean canGoBack()
public void forward()
public void back()
public void open(AbstractTreeNodeChip treeNodeChip)
public void open(Chip contentChip)
public void processEvents(Map events)
processEvents in interface ChipChip.processEvents(java.util.Map)public String getJSPURI()
Chippublic IconViewChip getIconViewChip()
public void contentShown(ExplorerChip explorer, boolean external)
ExplorerChip.ContentDockingListenercontentShown in interface ExplorerChip.ContentDockingListenerexplorer - the explorer chipexternal - whether or not this chip is shown within a window of its ownpublic void contentHidden(ExplorerChip explorer)
ExplorerChip.ContentDockingListenercontentHidden in interface ExplorerChip.ContentDockingListenerexplorer - the explorer chippublic void contentRemoved(ExplorerChip explorer, boolean external)
ExplorerChip.ContentDockingListenercontentRemoved in interface ExplorerChip.ContentDockingListenerexplorer - the explorer chipexternal - whether or not this chip is shown within a window of its ownCopyright © 2017 SAP SE. All Rights Reserved.