public class DateOnlyDateRangeEditorChip extends AbstractAttributeEditorChip
| 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 |
|---|
DateOnlyDateRangeEditorChip(DisplayState displayState,
Chip parent) |
| 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() |
DateEditorChip |
getEndDateEditor() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
DateEditorChip |
getStartDateEditor() |
Object |
getValue()
In this editor it will always to the enddate 23hours 59minutes and 59secounds added.
|
boolean |
isWrapValues() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setParameters(Map parameters)
Sets the parameters which where provided by the xml configuration.
|
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 DateOnlyDateRangeEditorChip(DisplayState displayState, Chip parent)
displayState - parent - public void processEvents(Map events)
ChipChip.processEvents(java.util.Map)public String getJSPURI()
ChipChip.getJSPURI()public void setValue(Object value)
setValue in class AbstractAttributeEditorChippublic Object getValue()
getValue in class AbstractAttributeEditorChipStandardDateRange or nullpublic DateEditorChip getEndDateEditor()
public DateEditorChip getStartDateEditor()
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.