public class PartOfReferenceEditorChip extends AbstractAttributeEditorChip
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLEAR |
static java.lang.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 java.util.List |
getAvailableItems() |
static java.lang.String |
getEditorType() |
int |
getEntryCount() |
java.lang.String |
getItemAsString(int pos) |
java.lang.String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
java.lang.String |
getNoSelectionKey() |
protected java.lang.String |
getSource() |
java.lang.String |
getValueAsString() |
boolean |
isAjaxUpdatable()
Returns true if this editor chip is ajax updatable.
|
boolean |
isElementReadable() |
boolean |
isElementWriteable() |
void |
processEvents(java.util.Map events)
Handles all incoming requests for this chip.
|
void |
setNoSelectionKey(java.lang.String key) |
void |
setSource(java.lang.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 java.lang.String SELECT
public static final java.lang.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(java.lang.String key)
public java.lang.String getNoSelectionKey()
public java.lang.String getItemAsString(int pos)
public java.lang.String getValueAsString()
public boolean isElementReadable()
public boolean isElementWriteable()
public void processEvents(java.util.Map events)
Chippublic java.lang.String getJSPURI()
Chippublic void setSource(java.lang.String source)
protected java.lang.String getSource()
protected java.util.List getAvailableItems()
public int getEntryCount()
public static java.lang.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.