public class LabeledComponentFactory extends Object
| Constructor and Description |
|---|
LabeledComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T,M> LabeledCheckboxPanel<T,M> |
newLabeledCheckboxPanel(String id,
org.apache.wicket.model.IModel<M> model,
org.apache.wicket.model.IModel<String> labelModel)
Factory method for create a new
LabeledCheckboxPanel. |
static <T,M> LabeledTextFieldPanel<T,M> |
newLabeledTextFieldPanel(String id,
org.apache.wicket.model.IModel<M> 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,M> LabeledCheckboxPanel<T,M> newLabeledCheckboxPanel(String id, org.apache.wicket.model.IModel<M> model, org.apache.wicket.model.IModel<String> labelModel)
LabeledCheckboxPanel.T - the generic type of model object from the CheckBoxM - the generic type of model objectid - the idmodel - the modellabelModel - the label modelLabeledCheckboxPanelpublic static <T,M> LabeledTextFieldPanel<T,M> newLabeledTextFieldPanel(String id, org.apache.wicket.model.IModel<M> model, org.apache.wicket.model.IModel<String> labelModel)
LabeledTextFieldPanel.T - the generic type of model object from the TextFieldM - the generic type of model objectid - 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–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.