public class IconChip extends AbstractChip
| Modifier and Type | Field and Description |
|---|---|
static String |
CLICK |
static String |
COPY |
String |
DEFAULT_JSP_URI |
static String |
EDIT |
static String |
REMOVE |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
IconChip(DisplayState displayState,
IconViewChip parent,
Object element) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBoxSize() |
Object |
getElement() |
String |
getIconTitle() |
String |
getIconTooltip() |
String |
getIconURI() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
List |
getMenuEntries()
Here you can specify what Actions you are able to perform at the moment.
|
IconViewModel |
getModel() |
String |
getNonExplorableIconURI() |
IconViewChip |
getViewChip() |
boolean |
isExplorable() |
protected boolean |
processContextMenuEvents(Map allEvents) |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
addEventListener, checkValid, clearInfoMessages, clone, containsDisplayEvent, createMenuEntriesForJS, dispose, errorQueueEmpty, getClipboard, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getFrame, getID, getInfoMessages, getJaloSession, getLocalizedString, getLocalizedString, getLogger, 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 static final String CLICK
public static final String EDIT
public static final String REMOVE
public static final String COPY
public final String DEFAULT_JSP_URI
public IconChip(DisplayState displayState, IconViewChip parent, Object element)
public IconViewModel getModel()
public boolean isExplorable()
public String getIconURI()
public String getNonExplorableIconURI()
public String getIconTitle()
public String getIconTooltip()
public int[] getBoxSize()
public IconViewChip getViewChip()
public Object getElement()
public List getMenuEntries()
AbstractChipgetMenuEntries in interface ChipgetMenuEntries in class AbstractChippublic void processEvents(Map events)
Chipprotected boolean processContextMenuEvents(Map allEvents)
Copyright © 2017 SAP SE. All Rights Reserved.