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

Type Parameters:
T - the label's model object type
All Known Implementing Classes:
AbstractChoice, AbstractOptions, AbstractSingleSelectChoice, AbstractTextComponent, AjaxButton, AjaxCheckBox, AjaxFallbackButton, AjaxSubmitButton, AutoCompleteTextField, Button, CancelButton, Check, CheckBox, CheckBoxMultipleChoice, CheckGroup, CheckGroupSelector, Choices, DateField, DateTextField, DateTextField, DateTimeField, DefaultCssAutocompleteTextField, DropDownChoice, FileUploadField, FinishButton, FormComponent, FormComponentPanel, HiddenField, ImageButton, IndicatingAjaxButton, IndicatingAjaxSubmitButton, LabeledWebMarkupContainer, LastButton, ListChoice, ListMultipleChoice, MultiFileUploadField, Multiply, NextButton, PasswordTextField, PreviousButton, Radio, RadioChoice, RadioGroup, Recorder, RequiredTextField, Select, Selection, TextArea, TextField, WizardButton

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 © 2004-2011 Apache Software Foundation. All Rights Reserved.