public class GenericShortcutChip extends AbstractChip
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericShortcutChip.Preset
Internal use
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATOR |
static String |
FINDER |
protected static Logger |
LOG |
static String |
OPEN |
static String |
SPECIAL |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
GenericShortcutChip(DisplayState displayState,
Chip parent,
ComposedType type,
String usage)
Creates a new instance of GenericShortcutChip
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPreset(GenericShortcutChip.Preset preset) |
Item |
getItem() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
String |
getName() |
Set |
getPresets() |
protected String |
getProposedUniqueName() |
ComposedType |
getTargetType() |
String |
getUsage() |
String |
getValidTypesAttribute() |
boolean |
isActive() |
boolean |
isAutoPerform() |
boolean |
isCreator() |
boolean |
isFinder() |
boolean |
isSpecial() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setAutoPerform(boolean value) |
void |
setComparator(Class comparator) |
void |
setName(String name) |
void |
setRestrictor(Class restrictor) |
void |
setTargetType(ComposedType targetType) |
void |
setUsage(String usage) |
void |
setValidTypesAttribute(String string) |
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, 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 static final String OPEN
public static final String FINDER
public static final String CREATOR
public static final String SPECIAL
protected static final Logger LOG
public GenericShortcutChip(DisplayState displayState, Chip parent, ComposedType type, String usage)
public String getJSPURI()
public void processEvents(Map events)
public Item getItem()
public void setName(String name)
public String getName()
public String getUsage()
public void setUsage(String usage)
public Set getPresets()
public void addPreset(GenericShortcutChip.Preset preset)
public void setAutoPerform(boolean value)
public boolean isAutoPerform()
public boolean isActive()
protected String getProposedUniqueName()
getProposedUniqueName in class AbstractChippublic void setComparator(Class comparator)
public void setRestrictor(Class restrictor)
public ComposedType getTargetType()
public void setTargetType(ComposedType targetType)
targetType - The targetType to set.public boolean isFinder()
public boolean isCreator()
public boolean isSpecial()
public String getValidTypesAttribute()
public void setValidTypesAttribute(String string)
Copyright © 2017 SAP SE. All Rights Reserved.