public class TimePicker extends LocalTextField<org.threeten.bp.LocalTime>
LocalTextField
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_PATTERN |
static String |
METHOD |
Constructor and Description |
---|
TimePicker(String id)
Constructor
|
TimePicker(String id,
org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model)
Constructor
|
TimePicker(String id,
org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model,
Locale locale)
Constructor, which use
Locale and Kendo UI Globalization |
TimePicker(String id,
org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model,
Locale locale,
com.googlecode.wicket.jquery.core.Options options)
Constructor, which use
Locale and Kendo UI Globalization |
TimePicker(String id,
org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model,
com.googlecode.wicket.jquery.core.Options options)
Constructor
|
TimePicker(String id,
org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model,
String pattern)
Constructor
|
TimePicker(String id,
org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model,
String pattern,
com.googlecode.wicket.jquery.core.Options options)
Main constructor
|
TimePicker(String id,
Locale locale)
Constructor, which use
Locale and Kendo UI Globalization |
TimePicker(String id,
Locale locale,
com.googlecode.wicket.jquery.core.Options options)
Constructor, which use
Locale and Kendo UI Globalization |
TimePicker(String id,
com.googlecode.wicket.jquery.core.Options options)
Constructor
|
TimePicker(String id,
String pattern)
Constructor
|
TimePicker(String id,
String pattern,
com.googlecode.wicket.jquery.core.Options options)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected String |
getMethod()
Gets the widget's method
|
getConverter, getModelObjectAsString, getTextFormat, newWidgetBehavior, onBeforeRender, onConfigure, onInitialize
getInputType, onComponentTag
convertInput, getConvertEmptyInputStringToNull, isInputNullable, onBeforeRender, setConvertEmptyInputStringToNull
add, add, checkRequired, clearInput, convertValue, error, getConvertedInput, getDefaultLabel, getDefaultLabel, getForm, getInput, getInputAsArray, getInputName, getModel, getModelObject, getModelValue, getRawInput, getType, getValidatorKeyPrefix, getValidators, getValue, hasRawInput, inputAsInt, inputAsInt, inputAsIntArray, inputChanged, internalOnModelChanged, invalid, 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
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, 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, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, newMarkupSourcingStrategy, onAfterRender, onConfigure, onEvent, 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 METHOD
protected static final String DEFAULT_PATTERN
public TimePicker(String id)
id
- the markup idpublic TimePicker(String id, com.googlecode.wicket.jquery.core.Options options)
id
- the markup idoptions
- the Options
public TimePicker(String id, String pattern)
id
- the markup idpattern
- a SimpleDateFormat
patternpublic TimePicker(String id, String pattern, com.googlecode.wicket.jquery.core.Options options)
id
- the markup idpattern
- a SimpleDateFormat
patternoptions
- the Options
public TimePicker(String id, Locale locale)
Locale
and Kendo UI Globalizationid
- the markup idlocale
- the Locale
public TimePicker(String id, Locale locale, com.googlecode.wicket.jquery.core.Options options)
Locale
and Kendo UI Globalizationid
- the markup idlocale
- the Locale
options
- the Options
public TimePicker(String id, org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model)
id
- the markup idmodel
- the IModel
public TimePicker(String id, org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model, com.googlecode.wicket.jquery.core.Options options)
id
- the markup idmodel
- the IModel
options
- Options
public TimePicker(String id, org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model, String pattern)
id
- the markup idmodel
- the IModel
pattern
- a SimpleDateFormat
patternpublic TimePicker(String id, org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model, String pattern, com.googlecode.wicket.jquery.core.Options options)
id
- the markup idmodel
- the IModel
pattern
- a SimpleDateFormat
patternoptions
- Options
public TimePicker(String id, org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model, Locale locale)
Locale
and Kendo UI Globalizationid
- the markup idmodel
- the IModel
locale
- the Locale
public TimePicker(String id, org.apache.wicket.model.IModel<org.threeten.bp.LocalTime> model, Locale locale, com.googlecode.wicket.jquery.core.Options options)
Locale
and Kendo UI Globalizationid
- the markup idmodel
- the IModel
locale
- the Locale
options
- the Options
protected String getMethod()
LocalTextField
getMethod
in class LocalTextField<org.threeten.bp.LocalTime>
Copyright © 2015 7thWeb. All rights reserved.