Uses of Class
wicket.extensions.ajax.markup.html.AjaxEditableLabel

Packages that use AjaxEditableLabel
wicket.extensions.ajax.markup.html   
 

Uses of AjaxEditableLabel in wicket.extensions.ajax.markup.html
 

Subclasses of AjaxEditableLabel in wicket.extensions.ajax.markup.html
 class AjaxEditableChoiceLabel
          And inplace editor much like AjaxEditableLabel, but now with support for multi line content and a text area as its editor.
 class AjaxEditableMultiLineLabel
          And inplace editor much like AjaxEditableLabel, but now with support for multi line content and a text area as its editor.
 

Methods in wicket.extensions.ajax.markup.html that return AjaxEditableLabel
 AjaxEditableLabel AjaxEditableLabel.add(wicket.markup.html.form.validation.IValidator validator)
          Adds a validator to this form component.
 AjaxEditableLabel AjaxEditableLabel.setLabel(wicket.model.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.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.