public class AjaxTimePicker extends TimePicker implements IJQueryAjaxAware, IValueChangedListener
Component, using a JQueryAjaxPostBehavior, when the 'change' javascript method is called.| Modifier and Type | Class and Description |
|---|---|
protected static class |
AjaxTimePicker.TimePickerBehavior
Provides a jQuery timepicker behavior
|
org.apache.wicket.markup.html.form.AbstractTextComponent.ITextFormatProviderIJQueryWidget.JQueryWidgetDEFAULT_PATTERN, METHOD| Constructor and Description |
|---|
AjaxTimePicker(String id)
Constructor
|
AjaxTimePicker(String id,
org.apache.wicket.model.IModel<Date> model)
Constructor
|
AjaxTimePicker(String id,
org.apache.wicket.model.IModel<Date> model,
Locale locale)
Constructor, which use
Locale and Kengo UI Globalization |
AjaxTimePicker(String id,
org.apache.wicket.model.IModel<Date> model,
Locale locale,
Options options)
Constructor, which use
Locale and Kengo UI Globalization |
AjaxTimePicker(String id,
org.apache.wicket.model.IModel<Date> model,
Options options)
Constructor
|
AjaxTimePicker(String id,
org.apache.wicket.model.IModel<Date> model,
String pattern)
Constructor
|
AjaxTimePicker(String id,
org.apache.wicket.model.IModel<Date> model,
String pattern,
Options options)
Main constructor
|
AjaxTimePicker(String id,
Locale locale)
Constructor, which use
Locale and Kengo UI Globalization |
AjaxTimePicker(String id,
Locale locale,
Options options)
Constructor, which use
Locale and Kengo UI Globalization |
AjaxTimePicker(String id,
Options options)
Constructor
|
AjaxTimePicker(String id,
String pattern)
Constructor
|
AjaxTimePicker(String id,
String pattern,
Options options)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
JQueryBehavior |
newWidgetBehavior(String selector) |
void |
onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
JQueryEvent event)
Not intended to be overridden |
void |
onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target) |
getModelObjectAsString, getTextFormat, onBeforeRender, onConfigure, onInitializegetConvertergetInputType, onComponentTagconvertInput, getConvertEmptyInputStringToNull, isInputNullable, onBeforeRender, setConvertEmptyInputStringToNulladd, 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, visitFormComponentsPostOrdergetWebPage, getWebRequest, getWebResponse, getWebSessionadd, 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, visitChildrenadd, 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, 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, wrappublic AjaxTimePicker(String id)
id - the markup idpublic AjaxTimePicker(String id, Options options)
id - the markup idoptions - the Optionspublic AjaxTimePicker(String id, String pattern)
id - the markup idpattern - a SimpleDateFormat patternpublic AjaxTimePicker(String id, String pattern, Options options)
id - the markup idpattern - a SimpleDateFormat patternoptions - the Optionspublic AjaxTimePicker(String id, Locale locale)
Locale and Kengo UI Globalizationid - the markup idlocale - the Localepublic AjaxTimePicker(String id, Locale locale, Options options)
Locale and Kengo UI Globalizationpublic AjaxTimePicker(String id, org.apache.wicket.model.IModel<Date> model)
id - the markup idmodel - the IModelpublic AjaxTimePicker(String id, org.apache.wicket.model.IModel<Date> model, Options options)
id - the markup idmodel - the IModeloptions - Optionspublic AjaxTimePicker(String id, org.apache.wicket.model.IModel<Date> model, String pattern)
id - the markup idmodel - the IModelpattern - a SimpleDateFormat patternpublic AjaxTimePicker(String id, org.apache.wicket.model.IModel<Date> model, String pattern, Options options)
id - the markup idmodel - the IModelpattern - a SimpleDateFormat patternoptions - Optionspublic AjaxTimePicker(String id, org.apache.wicket.model.IModel<Date> model, Locale locale)
Locale and Kengo UI Globalizationid - the markup idmodel - the IModellocale - the Localepublic void onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
JQueryEvent event)
onAjax in interface IJQueryAjaxAwarepublic void onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target)
onValueChanged in interface IValueChangedListenerpublic JQueryBehavior newWidgetBehavior(String selector)
newWidgetBehavior in interface IJQueryWidgetnewWidgetBehavior in class TimePickerCopyright © 2014 7thWeb. All Rights Reserved.