org.apache.wicket.markup.html.form
Interface ILabelProvider<T>

Type Parameters:
T - the label's model object type
All Known Implementing Classes:
AbstractCheckSelector, AbstractChoice, AbstractSingleSelectChoice, AbstractTextComponent, AjaxButton, AjaxCheckBox, AjaxFallbackButton, Button, Check, CheckBox, CheckBoxMultipleChoice, CheckboxMultipleChoiceSelector, CheckBoxSelector, CheckGroup, CheckGroupSelector, DropDownChoice, EmailTextField, FileUploadField, FormComponent, FormComponentPanel, HiddenField, ImageButton, LabeledWebMarkupContainer, ListChoice, ListMultipleChoice, MultiFileUploadField, NumberTextField, PasswordTextField, Radio, RadioChoice, RadioGroup, RangeTextField, RequiredTextField, TextArea, TextField, UrlTextField

public interface ILabelProvider<T>

Provider of labels for FormComponents and others.

Author:
almaw

Method Summary
 IModel<T> getLabel()
          The value will be made available to the validator property by means of ${label}.
 

Method Detail

getLabel

IModel<T> getLabel()
The value will be made available to the validator property by means of ${label}. It does not have any specific meaning to FormComponent itself.

Returns:
labelModel


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.