public class YuiDateTimeField
extends org.apache.wicket.extensions.yui.calendar.DateTimeField
YuiDatePicker
so it fit's in the Hippo ECM YUI framework.
DatePicker can be configured using a frontend:pluginconfig node with name datepicker
.for all configuration options
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
DATE_LABEL |
static String |
HOURS_LABEL |
static String |
MINUTES_LABEL |
AM_OR_PM_CHOICE, DATE, HOURS, MINUTES
Constructor and Description |
---|
YuiDateTimeField(String id,
org.apache.wicket.model.IModel<Date> model) |
YuiDateTimeField(String id,
org.apache.wicket.model.IModel<Date> model,
YuiDatePickerSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected String |
getDatePattern() |
protected org.apache.wicket.extensions.yui.calendar.DatePicker |
newDatePicker() |
protected org.apache.wicket.datetime.markup.html.form.DateTextField |
newDateTextField(String id,
org.apache.wicket.model.PropertyModel<Date> dateFieldModel) |
void |
setTodayLinkVisible(boolean todayLinkVisible) |
protected boolean |
use12HourFormat() |
changeTimeZone, configure, convertInput, getAmOrPm, getClientTimeZone, getDate, getDateTextField, getHours, getInput, getMinutes, newDateInstance, newDateInstance, newHoursTextField, onBeforeRender, setAmOrPm, setDate, setHours, setMinutes
checkRequired, newMarkupSourcingStrategy, onComponentTag
add, add, clearInput, convertValue, error, getConvertedInput, getDefaultLabel, getDefaultLabel, getForm, getInputAsArray, getInputName, getModel, getModelObject, getModelValue, getRawInput, getType, getValidatorKeyPrefix, getValidators, getValue, hasRawInput, inputAsInt, inputAsInt, inputAsIntArray, inputChanged, internalOnModelChanged, invalid, isInputNullable, isMultiPart, isRequired, isValid, newValidatable, newValidationError, onDetach, onDisabled, onInvalid, onRequired, onValid, processChildren, processInput, remove, reportRequiredError, setConvertedInput, setLabel, setModel, setModelObject, setModelValue, setRequired, setType, shouldTrimInput, trim, updateAutoLabels, updateCollectionModel, updateModel, valid, validate, validateRequired, validateValidators, visitComponentsPostOrder, visitFormComponentsPostOrder
getWebApplication, getWebPage, getWebRequest, getWebResponse, getWebSession
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren
add, addStateChange, afterRender, beforeRender, canCallListenerInterface, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, configure, continueToOriginalDestination, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalPrepareForRender, internalRenderComponent, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isRendering, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onConfigure, onEvent, onInitialize, onModelChanged, onModelChanging, onReAdd, onRemove, prepareForRender, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderHead, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setRequestFlag, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, visitParents, warn, wrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final String DATE_LABEL
public static final String HOURS_LABEL
public static final String MINUTES_LABEL
public YuiDateTimeField(String id, org.apache.wicket.model.IModel<Date> model, YuiDatePickerSettings settings)
protected boolean use12HourFormat()
use12HourFormat
in class org.apache.wicket.extensions.yui.calendar.DateTimeField
public void setTodayLinkVisible(boolean todayLinkVisible)
protected String getDatePattern()
protected org.apache.wicket.extensions.yui.calendar.DatePicker newDatePicker()
newDatePicker
in class org.apache.wicket.extensions.yui.calendar.DateTimeField
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.