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

    Modifier and Type
    Method
    Description
    The value will be made available to the validator property by means of ${label}.
  • Method Details

    • 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