public class HolderChip extends AbstractChip
SocketChip in that it is not associated with a name. This is just a dumb socket which can hold another chip
as plugin.CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
HolderChip(DisplayState displayState,
Chip parent)
Constructor for creating a socket with no content.
|
HolderChip(DisplayState displayState,
Chip parent,
Chip initialPlugin)
Constructor for a socket with a initial plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid()
Gives the chip the possibility to check if its objects are still valid.
|
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
Chip |
getPlugin() |
void |
processEvents(Map events)
Should never be called.
|
void |
setPlugin(Chip plugin) |
addEventListener, 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 HolderChip(DisplayState displayState, Chip parent)
public HolderChip(DisplayState displayState, Chip parent, Chip initialPlugin)
initialPlugin - The plugin which will be registered initially.public void setPlugin(Chip plugin)
plugin - Can never be NULL.RuntimeException - If parameter plugin is NULL.public Chip getPlugin()
public String getJSPURI()
Chippublic void processEvents(Map events)
RuntimeException - If its invoked.public void checkValid()
AbstractChipcheckValid in interface ChipcheckValid in class AbstractChipCopyright © 2017 SAP SE. All Rights Reserved.