public class GenericTabEditorChip extends AbstractChip implements ClipChip, ComposedChip
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
GenericTabEditorChip(DisplayState displayState,
Chip parent,
TabNode tabNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSection(GenericSectionChip section) |
void |
checkValid()
Gives the chip the possibility to check if its objects are still valid.
|
boolean |
containsEmptyMandatoryAttributes()
Returns true if this tab contains any attributes which are mandatory but currently empty.
|
protected Map |
getAllAttributeChips()
Collects all
AttributeChips contained in this tab. |
protected Map |
getAllAttributeValues() |
protected Map |
getAttributeValues() |
List |
getChildren() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
void |
initialize()
This methode initializes the ClipChip.
|
boolean |
isInitialized() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
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, translateFormFieldToEventValueequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEventListener, dispose, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getID, getJaloSession, getMenuEntries, getParent, getUniqueName, goFullScreen, isValid, leaveFullScreen, registerUniqueName, removeEventListener, render, translateFormFieldToEventName, translateFormFieldToEventValuepublic GenericTabEditorChip(DisplayState displayState, Chip parent, TabNode tabNode)
public void addSection(GenericSectionChip section)
public List getChildren()
getChildren in interface ComposedChipGenericSectionChipprotected Map getAttributeValues() throws JaloBusinessException
JaloBusinessExceptionprotected Map getAllAttributeValues() throws JaloBusinessException
JaloBusinessExceptionpublic void processEvents(Map events)
ChipprocessEvents in interface Chippublic String getJSPURI()
Chippublic void checkValid()
AbstractChipcheckValid in interface ChipcheckValid in class AbstractChippublic boolean isInitialized()
isInitialized in interface ClipChippublic void initialize()
ClipChipinitialize in interface ClipChippublic boolean containsEmptyMandatoryAttributes()
protected Map getAllAttributeChips()
AttributeChips contained in this tab. The
result map contains { String -> AttributeChip } entries mapping attribute qualifier to the appropriate
AttributeChip.Copyright © 2017 SAP SE. All Rights Reserved.