public class DateRangeEditorChip extends AbstractAttributeEditorChip
StandardDateRange| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR |
CUSTOM, DEFAULT_HEIGHTCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
DateRangeEditorChip(DisplayState displayState,
Chip parent) |
DateRangeEditorChip(DisplayState displayState,
Chip parent,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid()
Superclass method override that implements the same functionality as AbstractChip to prevent calling of getValue()
by AbstractAttributeEditorChip.
|
static String |
getEditorType() |
DateTimeEditorChip |
getEndDateEditor() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
DateTimeEditorChip |
getStartDateEditor() |
Object |
getValue() |
boolean |
isWrapValues() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setEndDateEditor(DateTimeEditorChip endDateEditor) |
void |
setParameters(Map parameters)
Sets the parameters which where provided by the xml configuration.
|
void |
setStartDate(DateTimeEditorChip startDateEditor) |
void |
setValue(Object value) |
void |
setWidth(int width) |
void |
setWrapValues(boolean wrapValues) |
addAttributeValueChangeListener, clearError, containsValidValue, convertAndSetValue, convertValue, getAttributeChip, getAttributeDescriptor, getAttributeValueChangeListeners, getFieldID, getHeight, getInitialValue, getLastInvalidValue, getMaxLength, getParameters, getParentEditorChip, getProposedUniqueName, getWidth, isAjaxUpdatable, isChanged, isEditable, isInitialized, isOptional, notifyAttributeValueChangeListeners, removeAttributeValueChangeListener, setAttributeDescriptor, setEditable, setError, setFieldID, setHeight, setInitialValue, setMaxLength, setOptional, setValidValue, 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 CLEAR
public DateRangeEditorChip(DisplayState displayState, Chip parent)
displayState - parent - public DateRangeEditorChip(DisplayState displayState, Chip parent, Object value)
displayState - parent - value - public void processEvents(Map events)
ChipChip.processEvents(java.util.Map)public String getJSPURI()
Chippublic void setValue(Object value)
setValue in class AbstractAttributeEditorChippublic Object getValue()
getValue in class AbstractAttributeEditorChippublic DateTimeEditorChip getEndDateEditor()
public void setEndDateEditor(DateTimeEditorChip endDateEditor)
endDateEditor - Sets the DateTimeEditorChip for the enddate.public DateTimeEditorChip getStartDateEditor()
public void setStartDate(DateTimeEditorChip startDateEditor)
startDateEditor - Sets the DateTimeEditorChip for the startDate.public static String getEditorType()
public void checkValid()
checkValid in interface ChipcheckValid in class AbstractAttributeEditorChippublic void setWidth(int width)
setWidth in class AbstractAttributeEditorChippublic void setParameters(Map parameters)
AbstractAttributeEditorChipsetParameters in class AbstractAttributeEditorChipparameters - the parameters which where provided by the xml configuration.public boolean isWrapValues()
public void setWrapValues(boolean wrapValues)
Copyright © 2017 SAP SE. All Rights Reserved.