public class TextboxToolbarActionChip extends AbstractToolbarActionChip
AbstractSelectToolbarActionChipAbstractToolbarActionChip.ToolbarActionListener| Modifier and Type | Field and Description |
|---|---|
static String |
URI |
accepted, ALIGN_LEFT, ALIGN_RIGHT, PERFORMCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
TextboxToolbarActionChip(DisplayState displayState,
AbstractToolbarChip parent,
String label,
String event,
String javascript,
int size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
int |
getSize() |
String |
getValue() |
boolean |
isButtonPushed(List<String> eventValues,
String eventName)
Superclass method overridden to enable button-like behaviour for text fields too.
|
void |
processEvents(Map<String,List<String>> events)
Handles all incoming requests for this chip.
|
void |
setSize(int size) |
void |
setValue(String value) |
addActionListener, getAcceptedEvents, getAccessKey, getAlignment, getConfirmationMessage, getEvent, getJavaScript, getLabel, getProposedUniqueName, getToolbarType, getTooltip, getWidth, isEnabled, 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 URI
public TextboxToolbarActionChip(DisplayState displayState, AbstractToolbarChip parent, String label, String event, String javascript, int size)
displayState - parent - label - event - javascript - size - public String getJSPURI()
ChipgetJSPURI in interface ChipgetJSPURI in class AbstractToolbarActionChippublic int getSize()
public void setSize(int size)
public void processEvents(Map<String,List<String>> events)
ChipprocessEvents in interface ChipprocessEvents in class AbstractToolbarActionChippublic boolean isButtonPushed(List<String> eventValues, String eventName)
isButtonPushed in class AbstractChipAbstractChip.isButtonPushed(java.util.List, java.lang.String)public String getValue()
public void setValue(String value)
Copyright © 2017 SAP SE. All Rights Reserved.