Uses of Class
ca.corbett.extras.properties.LabelProperty
Packages that use LabelProperty
Package
Description
Contains a custom Properties implementation to augment the one provided by java.
-
Uses of LabelProperty in ca.corbett.extras.properties
Methods in ca.corbett.extras.properties that return LabelPropertyModifier and TypeMethodDescriptionstatic LabelPropertyLabelProperty.createHeaderLabel(String name, String text) A static convenience factory method to create a "header" label with sensible defaults for a section header label.static LabelPropertyLabelProperty.createLabel(String name, String text) A static convenience factory method to create a "normal" label with sensible defaults for a form label.LabelProperty.setExtraMargins(int top, int bottom) LabelProperty.setHyperlink(Action action) Optionally sets a hyperlink action, which will convert the generated LabelField into a hyperlink field.