org.apache.wicket.markup.html.form
Class AutoLabelResolver

java.lang.Object
  extended by org.apache.wicket.markup.html.form.AutoLabelResolver
All Implemented Interfaces:
Serializable, IClusterable, IComponentResolver

public class AutoLabelResolver
extends Object
implements IComponentResolver

Resolver that implements the wicket:for attribute functionality. The attribute makes it easy to set up <label> tags for form components by providing the following features without having to add any additional components in code: