public class PartOfReferenceEditorChip extends AbstractAttributeEditorChip
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR |
static String |
SELECT |
CUSTOM, DEFAULT_HEIGHTCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
PartOfReferenceEditorChip(DisplayState displayState,
Chip parent) |
PartOfReferenceEditorChip(DisplayState displayState,
Chip parent,
Item value) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
getAvailableItems() |
static String |
getEditorType() |
int |
getEntryCount() |
String |
getItemAsString(int pos) |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
String |
getNoSelectionKey() |
protected String |
getSource() |
String |
getValueAsString() |
boolean |
isAjaxUpdatable()
Returns true if this editor chip is ajax updatable.
|
boolean |
isElementReadable() |
boolean |
isElementWriteable() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setNoSelectionKey(String key) |
void |
setSource(String source) |
addAttributeValueChangeListener, checkValid, clearError, containsValidValue, convertAndSetValue, convertValue, getAttributeChip, getAttributeDescriptor, getAttributeValueChangeListeners, getFieldID, getHeight, getInitialValue, getLastInvalidValue, getMaxLength, getParameters, getParentEditorChip, getProposedUniqueName, getValue, getWidth, isChanged, isEditable, isInitialized, isOptional, notifyAttributeValueChangeListeners, removeAttributeValueChangeListener, setAttributeDescriptor, setEditable, setError, setFieldID, setHeight, setInitialValue, setMaxLength, setOptional, setParameters, setValidValue, setValue, setWidth, valuesAreDifferentaddEventListener, 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 SELECT
public static final String CLEAR
public PartOfReferenceEditorChip(DisplayState displayState, Chip parent)
displayState - The current displaystate this chip belongs to.parent - The composition parent chip.public PartOfReferenceEditorChip(DisplayState displayState, Chip parent, Item value)
displayState - The current displaystate this chip belongs to.parent - The composition parent chip.value - public void setNoSelectionKey(String key)
public String getNoSelectionKey()
public String getItemAsString(int pos)
public String getValueAsString()
public boolean isElementReadable()
public boolean isElementWriteable()
public void processEvents(Map events)
Chippublic String getJSPURI()
Chippublic void setSource(String source)
protected String getSource()
protected List getAvailableItems()
public int getEntryCount()
public static String getEditorType()
public boolean isAjaxUpdatable()
AbstractAttributeEditorChipLocalizableAttributeChip to indicate
that the editorchip's jsp only uses the usual form input elements and no other special functionality to update its
values (like the wysiwyg editor which uses the 'onsubmit' handler to update its value).isAjaxUpdatable in class AbstractAttributeEditorChipCopyright © 2017 SAP SE. All Rights Reserved.