Uses of Class
ca.corbett.forms.fields.LabelField
Packages that use LabelField
-
Uses of LabelField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return LabelFieldModifier and TypeMethodDescriptionstatic LabelFieldLabelField.createBoldHeaderLabel(String text) A static convenience factory method to create a bold header label with sensible defaults for a section header label.static LabelFieldLabelField.createBoldHeaderLabel(String text, int fontSize) static LabelFieldLabelField.createHeaderLabel(String text, Font font, int topMargin, int bottomMargin) A static convenience factory method to create a header label with the specified font and margin properties.static LabelFieldLabelField.createPlainHeaderLabel(String text) A static convenience factory method to create a "normal" header label with sensible defaults for a form label.static LabelFieldLabelField.createPlainHeaderLabel(String text, int fontSize) A static convenience factory method to create a "normal" header label the given font size and with top and bottom margin values read from our current margin properties.Sets the colour for the label text.Sets the font to use for the label text.LabelField.setHyperlink(Action action) Converts the field label (if present) or the header label (if isHeaderLabel()) into a hyperlink, by adding a custom mouse cursor and mouse listener with the given ActionListener attached to the single click event.Sets the label text.