public class FlexibleConditionChip extends AbstractChip
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
FlexibleConditionChip(DisplayState displayState,
Chip parent) |
FlexibleConditionChip(DisplayState displayState,
Chip parent,
String qualifier,
String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAttributeEditorChip |
createEditor(String editorType) |
Type |
getCurrentType() |
Object |
getEditorValue()
Returns the current value from the embedded value editor.
|
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
String |
getName() |
protected String |
getProposedUniqueName() |
String |
getQualifier() |
protected ComposedType |
getSearchType() |
Type |
getType() |
AbstractAttributeEditorChip |
getValueEditor() |
boolean |
isFixed()
Some conditions might be fixed and not deletable
|
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setEditorClass(Class editorClass)
Sets the (custom) class of the attribute editor chip this condition chip should use.
|
void |
setEditorParameters(Map parameters)
Sets the parameter map which is provided by the xml configuration.
|
void |
setFixed(boolean value) |
protected void |
setName(String name) |
protected void |
setQualifier(String qualifier) |
protected void |
setType(Type type) |
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 FlexibleConditionChip(DisplayState displayState, Chip parent)
public FlexibleConditionChip(DisplayState displayState, Chip parent, String qualifier, String name, Type type)
public void processEvents(Map events)
public String getQualifier()
protected void setQualifier(String qualifier)
public String getName()
protected void setName(String name)
public Type getType()
protected void setType(Type type)
public Type getCurrentType()
public Object getEditorValue()
protected AbstractAttributeEditorChip createEditor(String editorType)
public AbstractAttributeEditorChip getValueEditor()
public void setFixed(boolean value)
public boolean isFixed()
protected String getProposedUniqueName()
getProposedUniqueName in class AbstractChipprotected ComposedType getSearchType()
public String getJSPURI()
Chippublic void setEditorClass(Class editorClass)
editorClass - the (custom) class of the attribute editor chip this condition chip should use.public void setEditorParameters(Map parameters)
parameters - Sets the parameter map which is provided by the xml configuration.Copyright © 2017 SAP SE. All Rights Reserved.