public abstract class DatePicker extends AbstractFormComponent implements TranslatedField
As of 4.0, this component can be configurably translated and validated.
| Constructor and Description |
|---|
DatePicker() |
| Modifier and Type | Method and Description |
|---|---|
abstract IAsset |
getIcon() |
abstract boolean |
getIncludeWeek() |
abstract IScript |
getScript()
Injected
|
abstract TranslatedFieldSupport |
getTranslatedFieldSupport()
Injected.
|
abstract ValidatableFieldSupport |
getValidatableFieldSupport()
Injected.
|
abstract java.util.Date |
getValue() |
abstract boolean |
isDisabled()
Returns true if the component is disabled.
|
boolean |
isRequired()
Returns false.
|
protected void |
renderFormComponent(IMarkupWriter writer,
IRequestCycle cycle) |
protected void |
rewindFormComponent(IMarkupWriter writer,
IRequestCycle cycle) |
abstract void |
setValue(java.util.Date value) |
getAlwaysRenderBodyOnRewind, getCanTakeFocus, getForm, getIdParameter, getName, renderComponent, renderDelegateAttributes, renderDelegatePrefix, renderDelegateSuffix, renderIdAttribute, setClientId, setForm, setName, setNameaddAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTranslatorgetValidatorsgetClientId, getDisplayName, getForm, getName, setNameaddAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setPropertypublic DatePicker()
public abstract java.util.Date getValue()
public abstract void setValue(java.util.Date value)
public abstract boolean isDisabled()
IFormComponentisDisabled in interface IFormComponentpublic abstract boolean getIncludeWeek()
protected void renderFormComponent(IMarkupWriter writer, IRequestCycle cycle)
protected void rewindFormComponent(IMarkupWriter writer, IRequestCycle cycle)
public abstract ValidatableFieldSupport getValidatableFieldSupport()
public abstract TranslatedFieldSupport getTranslatedFieldSupport()
public boolean isRequired()
AbstractFormComponentisRequired in interface IFormComponentisRequired in class AbstractFormComponentAbstractFormComponent.isRequired()