Uses of Class
org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel
Packages that use AjaxEditableLabel
-
Uses of AjaxEditableLabel in org.apache.wicket.extensions.ajax.markup.html
Subclasses of AjaxEditableLabel in org.apache.wicket.extensions.ajax.markup.htmlModifier and TypeClassDescriptionclassAn inplace editor much likeAjaxEditableLabel, but instead of aTextFieldaDropDownChoiceis displayed.classAn inplace editor much likeAjaxEditableLabel, but now with support for multi line content and atext areaas its editor.Methods in org.apache.wicket.extensions.ajax.markup.html that return AjaxEditableLabelModifier and TypeMethodDescriptionfinal AjaxEditableLabel<T>AjaxEditableLabel.add(IValidator<T> validator) Adds a validator to this form component.final AjaxEditableLabel<T>AjaxEditableLabel.setDefaultModel(IModel<?> model) final AjaxEditableLabel<T>The value will be made available to the validator property by means of ${label}.final AjaxEditableLabel<T>AjaxEditableLabel.setRequired(boolean required) Sets the required flagfinal AjaxEditableLabel<T>Sets the type that will be used when updating the model for this component.