public class LabeledComponentFactory extends Object
| Constructor and Description |
|---|
LabeledComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> LabeledCheckboxPanel<T> |
newLabeledCheckboxPanel(String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<String> labelModel)
Factory method for create a new
LabeledCheckboxPanel. |
static <T> LabeledTextFieldPanel<T> |
newLabeledTextFieldPanel(String id,
org.apache.wicket.model.IModel<T> model,
org.apache.wicket.model.IModel<String> labelModel)
Factory method for create a new
LabeledTextFieldPanel. |
static <L extends Serializable,R extends Serializable> |
newTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
Factory method for create a new
TwoFormComponentPanel. |
public static <T> LabeledCheckboxPanel<T> newLabeledCheckboxPanel(String id, org.apache.wicket.model.IModel<T> model, org.apache.wicket.model.IModel<String> labelModel)
LabeledCheckboxPanel.T - the generic typeid - the idmodel - the modellabelModel - the label modelLabeledCheckboxPanelpublic static <T> LabeledTextFieldPanel<T> newLabeledTextFieldPanel(String id, org.apache.wicket.model.IModel<T> model, org.apache.wicket.model.IModel<String> labelModel)
LabeledTextFieldPanel.T - the generic typeid - the idmodel - the modellabelModel - the label modelLabeledTextFieldPanelpublic static <L extends Serializable,R extends Serializable> TwoFormComponentPanel<L,R> newTwoFormComponentPanel(String id, org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
TwoFormComponentPanel.L - the generic typeR - the generic typeid - the idmodel - the modelTwoFormComponentPanelCopyright © 2010–2015. All rights reserved.