public class CatalogToolbarActionChip extends AbstractSelectToolbarActionChip implements ItemCreationListener
AbstractSelectToolbarActionChip.Entry, AbstractSelectToolbarActionChip.EntryComparatorAbstractToolbarActionChip.ToolbarActionListener| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL |
static String |
TOOLTIP |
URIaccepted, ALIGN_LEFT, ALIGN_RIGHT, PERFORMCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
CatalogToolbarActionChip(DisplayState displayState,
AbstractToolbarChip parent) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
createEntries()
Must be implemented by subclasses and should return a list containing the entries of this selector.
|
protected AbstractSelectToolbarActionChip.Entry |
getDefaultSelectedEntry() |
ComposedType |
getListeningType()
Should return the
ComposedType for which instance creation this listener wants to be notified. |
void |
itemCreated(ItemCreationEvent event)
Is called if an item of the given
listening type has been created. |
void |
setSelectedEntry(AbstractSelectToolbarActionChip.Entry entry)
Set the currently selected Entry.
|
void |
setSelectedValue(Object newO) |
protected void |
switchSelectedVersion(CatalogVersion newVersion) |
assureUniqueDisplayValues, containsDisplayValue, containsValue, getComparator, getEntries, getEntryByDisplayValue, getEntryByValue, getJSPURI, getSelectedEntry, getSelectedValue, isButtonPushed, isCommandAction, isEmpty, isEnabled, isSelected, isSelected, processEvents, resetEntries, setCommandAction, setComparator, setSelectedEntryByDisplayValue, setUseComparator, useComparatoraddActionListener, getAcceptedEvents, getAccessKey, getAlignment, getConfirmationMessage, getEvent, getJavaScript, getLabel, getProposedUniqueName, getToolbarType, getTooltip, getWidth, isPartOf, isVisible, notifyActionPerformed, perform, removeActionListener, setAccessKey, setAlignment, setConfirmationMessage, setEnabled, setEvent, setJavaScript, setLabel, setShowLabel, setTooltip, setVisible, setWidth, showLabeladdEventListener, 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, getProposedUniqueNameFor, getRequestFocus, getSessionIdentifier, getStringValue, getUniqueName, getWindow, goFullScreen, hasVisibleContextMenuEntries, 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, checkValid, dispose, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getID, getJaloSession, getMenuEntries, getParent, getUniqueName, goFullScreen, isValid, leaveFullScreen, registerUniqueName, removeEventListener, render, translateFormFieldToEventName, translateFormFieldToEventValuepublic static final String LABEL
public static final String TOOLTIP
public CatalogToolbarActionChip(DisplayState displayState, AbstractToolbarChip parent)
displayState - parent - protected AbstractSelectToolbarActionChip.Entry getDefaultSelectedEntry()
getDefaultSelectedEntry in class AbstractSelectToolbarActionChipprotected List createEntries()
AbstractSelectToolbarActionChipcreateEntries in class AbstractSelectToolbarActionChipprotected void switchSelectedVersion(CatalogVersion newVersion)
public void setSelectedEntry(AbstractSelectToolbarActionChip.Entry entry)
AbstractSelectToolbarActionChipsetSelectedEntry in class AbstractSelectToolbarActionChippublic void setSelectedValue(Object newO)
setSelectedValue in class AbstractSelectToolbarActionChippublic ComposedType getListeningType()
ItemCreationListenerComposedType for which instance creation this listener wants to be notified. If null is
returned, this listener will be notified of all item creation action (within the session).getListeningType in interface ItemCreationListenerItemCreationListener.getListeningType()public void itemCreated(ItemCreationEvent event)
ItemCreationListenerlistening type has been created.itemCreated in interface ItemCreationListenerevent - the ItemCreationEvent referencing the new itemCopyright © 2017 SAP SE. All Rights Reserved.