org.apache.wicket.markup.html.form
Interface ILabelProvider

All Known Implementing Classes:
AbstractSingleSelectChoice, AbstractTextComponent, AjaxButton, AjaxCheckBox, AjaxFallbackButton, AjaxSubmitButton, Button, Check, CheckBox, CheckBoxMultipleChoice, CheckGroup, CheckGroupSelector, DropDownChoice, FileUploadField, FormComponent, FormComponentPanel, HiddenField, ImageButton, LabeledWebMarkupContainer, ListChoice, ListMultipleChoice, MultiFileUploadField, PasswordTextField, Radio, RadioChoice, RadioGroup, RequiredTextField, TextArea, TextField

public interface ILabelProvider

Provider of labels for FormComponents and others.

Author:
almaw

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

Method Detail

getLabel

IModel 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-2009 Apache Software Foundation. All Rights Reserved.