| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.form.input | |
| de.alpharogroup.wicket.components.labeled |
| Constructor and Description |
|---|
TwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
Instantiates a new two text field panel.
|
| Modifier and Type | Method and Description |
|---|---|
protected TwoFormComponentPanel<L,R> |
LabeledTwoFormComponentPanel.newTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
New left text field.
|
static <L extends Serializable,R extends Serializable> |
LabeledComponentFactory.newTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
Factory method for create a new
TwoFormComponentPanel. |
| Constructor and Description |
|---|
LabeledTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model,
org.apache.wicket.model.IModel<String> labelModel)
Instantiates a new two text field panel.
|
Copyright © 2010–2015. All rights reserved.