|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AjaxEditableLabel | |
|---|---|
| org.apache.wicket.extensions.ajax.markup.html | |
| Uses of AjaxEditableLabel in org.apache.wicket.extensions.ajax.markup.html |
|---|
| Subclasses of AjaxEditableLabel in org.apache.wicket.extensions.ajax.markup.html | |
|---|---|
class |
AjaxEditableChoiceLabel
An inplace editor much like AjaxEditableLabel, but instead of a TextField a
DropDownChoice is displayed. |
class |
AjaxEditableMultiLineLabel
An inplace editor much like AjaxEditableLabel, but now with support for multi line
content and a text area as its editor. |
| Methods in org.apache.wicket.extensions.ajax.markup.html that return AjaxEditableLabel | |
|---|---|
AjaxEditableLabel |
AjaxEditableLabel.add(IValidator validator)
Adds a validator to this form component. |
AjaxEditableLabel |
AjaxEditableLabel.setLabel(IModel labelModel)
The value will be made available to the validator property by means of ${label}. |
AjaxEditableLabel |
AjaxEditableLabel.setRequired(boolean required)
Sets the required flag |
AjaxEditableLabel |
AjaxEditableLabel.setType(java.lang.Class type)
Sets the type that will be used when updating the model for this component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||