public class EditorTabChip extends AbstractChip implements EventCheckingChip
| Modifier and Type | Field and Description |
|---|---|
static String |
SELECT |
static String |
WIZARD_SELECT |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
EditorTabChip(DisplayState displayState,
AbstractEditorMenuChip parent,
String name,
ClipChip clipChip) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSelect()
|
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.
|
Set |
getAcceptedEvents()
Helper method to detect wrong macro tests.
|
ClipChip |
getClipChip() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
String |
getName() |
int |
getPosition() |
protected String |
getProposedUniqueName() |
String |
getTooltip() |
protected String |
getTypeName() |
void |
initialize() |
boolean |
isInitialized() |
boolean |
isNextTab() |
boolean |
isPreviousTab() |
boolean |
isSelected() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setName(String name) |
void |
setPosition(int position) |
String |
toString() |
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, 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, wait, wait, waitaddEventListener, dispose, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getID, getJaloSession, getMenuEntries, getParent, getUniqueName, goFullScreen, isValid, leaveFullScreen, registerUniqueName, removeEventListener, render, translateFormFieldToEventName, translateFormFieldToEventValuepublic static final String SELECT
public static final String WIZARD_SELECT
public EditorTabChip(DisplayState displayState, AbstractEditorMenuChip parent, String name, ClipChip clipChip)
public Set getAcceptedEvents()
getAcceptedEvents in interface EventCheckingChippublic boolean isSelected()
public void processEvents(Map events)
processEvents in interface Chippublic String getJSPURI()
public boolean isInitialized()
public void initialize()
public ClipChip getClipChip()
public void checkValid()
AbstractChipcheckValid in interface ChipcheckValid in class AbstractChippublic boolean canSelect()
public String getName()
public void setName(String name)
public boolean containsEmptyMandatoryAttributes()
protected String getProposedUniqueName()
getProposedUniqueName in class AbstractChipprotected String getTypeName()
public String getTooltip()
public boolean isNextTab()
public boolean isPreviousTab()
public int getPosition()
public void setPosition(int position)
Copyright © 2017 SAP SE. All Rights Reserved.