| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.editable.textarea | |
| de.alpharogroup.wicket.components.editable.textfield | |
| de.alpharogroup.wicket.components.swap |
| Constructor and Description |
|---|
EditableTextArea(String id,
org.apache.wicket.model.IModel<String> model,
org.apache.wicket.model.IModel<String> labelModel,
ModeContext modeContext)
Instantiates a new editable text area.
|
| Constructor and Description |
|---|
EditableTextField(String id,
org.apache.wicket.model.IModel<String> model,
org.apache.wicket.model.IModel<String> labelModel,
ModeContext modeContext)
Instantiates a new editable text field.
|
| Modifier and Type | Method and Description |
|---|---|
static ModeContext |
ModeContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModeContext[] |
ModeContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2015. All rights reserved.