T - the model object typepublic class RadioChoice<T> extends org.apache.wicket.markup.html.form.RadioChoice<T> implements IJQueryWidget
| Modifier and Type | Class and Description |
|---|---|
static class |
RadioChoice.RadioChoiceBehavior
Provides jQuery radio-buttons
JQueryBehavior |
org.apache.wicket.markup.html.form.AbstractChoice.LabelPositionIJQueryWidget.JQueryWidgetFLAG_CONVERT_EMPTY_INPUT_STRING_TO_NULL, VALUE_SEPARATOR| Constructor and Description |
|---|
RadioChoice(java.lang.String id)
Constructor
|
RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices)
Constructor
|
RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
Constructor
|
RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices)
Constructor
|
RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
Constructor
|
RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
java.util.List<? extends T> choices)
Constructor
|
RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
java.util.List<? extends T> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
Constructor
|
RadioChoice(java.lang.String id,
java.util.List<? extends T> choices)
Constructor
|
RadioChoice(java.lang.String id,
java.util.List<? extends T> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
RadioChoice.RadioChoiceBehavior |
newWidgetBehavior(java.lang.String selector) |
void |
onBeforeRender(JQueryBehavior behavior) |
void |
onConfigure(JQueryBehavior behavior) |
protected void |
onInitialize() |
appendOptionHtml, getAdditionalAttributes, getAdditionalAttributesForLabel, getPrefix, getPrefix, getStatelessHint, getSuffix, getSuffix, onComponentTag, onComponentTagBody, onSelectionChanged, onSelectionChanged, setLabelPosition, setPrefix, setSuffix, wantOnSelectionChangedNotificationsconvertChoiceIdToChoice, convertValue, getDefaultChoice, getModelValue, getNullKey, getNullKeyDisplayValue, getNullValidDisplayValue, getNullValidKey, isNullValid, isSelected, setNullValiddetachModel, escapeOptionHtml, getChoiceRenderer, getChoices, isDisabled, localizeDisplayValues, setChoiceRenderer, setChoices, setChoices, setOptionAttributes, setTypeadd, add, checkRequired, clearInput, convertInput, error, getConvertedInput, getDefaultLabel, getDefaultLabel, getForm, getInput, getInputAsArray, getInputName, getModel, getModelObject, 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, 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, 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, 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, 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, onBeforeRender, 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, wrappublic RadioChoice(java.lang.String id)
id - the markup idpublic RadioChoice(java.lang.String id,
java.util.List<? extends T> choices)
id - the markup idchoices - the collection of choices in the radio choicepublic RadioChoice(java.lang.String id,
java.util.List<? extends T> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
id - the markup idchoices - the collection of choices in the radio choicerenderer - the rendering enginepublic RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices)
id - the markup idchoices - the collection of choices in the radio choicepublic RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
id - the markup idchoices - the collection of choices in the radio choicerenderer - the rendering enginepublic RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
java.util.List<? extends T> choices)
id - the markup idmodel - the IModelchoices - the collection of choices in the radio choicepublic RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
java.util.List<? extends T> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
id - the markup idmodel - the IModelchoices - the collection of choices in the radio choicerenderer - the rendering enginepublic RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices)
id - the markup idmodel - the IModelchoices - the collection of choices in the radio choicepublic RadioChoice(java.lang.String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<? extends java.util.List<? extends T>> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer)
id - the markup idmodel - the IModelchoices - the collection of choices in the radio choicerenderer - the rendering engineprotected void onInitialize()
onInitialize in class org.apache.wicket.Componentpublic void onConfigure(JQueryBehavior behavior)
onConfigure in interface IJQueryWidgetpublic void onBeforeRender(JQueryBehavior behavior)
onBeforeRender in interface IJQueryWidgetpublic RadioChoice.RadioChoiceBehavior newWidgetBehavior(java.lang.String selector)
newWidgetBehavior in interface IJQueryWidgetCopyright © 2014 7thWeb. All Rights Reserved.