@DefaultAnnotationForFields(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForMethods(edu.umd.cs.findbugs.annotations.NonNull.class)
Package org.linkki.core.ui.element.annotation
Annotations for the creation and binding of UI elements.
-
Annotation Types Summary Annotation Type Description UIButton Marks a method which is carried out when theUIButtonis clicked.UICheckBox In accordance toCheckbox, bound to a boolean property.UIComboBox Creates a ComboBox with the specified parameters.UICustomField UICustomFieldcan include other, more individual controls.UIDateField A field for date input, in accordance withDatePicker.UIDateTimeField A field for date and time input, in accordance withDateTimePicker.UIDoubleField A text field for displaying formatted numbers.UIIntegerField A text field for displaying formatted integers.UILabel Provides a single UI-element to display text content.UILink Provides a single UI-element to display a link.UIMultiSelect Creates aMultiSelectComboBoxthat allows the selection of multiple values with the specified parameters.UIRadioButtons Radio buttons for selecting a single value.UITextArea In- and output of texts which exceed a row, in accordance toTextArea.UITextField A field for textual input.UIYesNoComboBox A combo box for boolean or Boolean values.