| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.radio |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.form.Form<RadioGroupModelBean<T>> |
RadioGroupPanel.newForm(String id,
org.apache.wicket.model.IModel<RadioGroupModelBean<T>> model)
Factory method for create the new
Form. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.form.Form<RadioGroupModelBean<T>> |
RadioGroupPanel.newForm(String id,
org.apache.wicket.model.IModel<RadioGroupModelBean<T>> model)
Factory method for create the new
Form. |
protected org.apache.wicket.markup.html.list.ListView<T> |
RadioGroupPanel.newRadioListView(String id,
org.apache.wicket.model.IModel<RadioGroupModelBean<T>> model)
Factory method for create the new
ListView for the Radio objects. |
protected org.apache.wicket.Component |
AjaxRadioPanel.newRadios(org.apache.wicket.markup.html.form.RadioGroup<T> group,
org.apache.wicket.model.IModel<RadioGroupModelBean<T>> model)
Factory method for create the new
ListView for the AjaxRadio objects. |
| Constructor and Description |
|---|
AjaxRadioPanel(String id,
org.apache.wicket.model.IModel<RadioGroupModelBean<T>> model)
Instantiates a new
AjaxRadioPanel. |
RadioGroupPanel(String id,
org.apache.wicket.model.IModel<RadioGroupModelBean<T>> model)
Instantiates a new
RadioGroupPanel. |
Copyright © 2010–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.