Uses of Class
com.jbstrap.ui.components.form.items.RadioButtonItem
-
Uses of RadioButtonItem in com.jbstrap.ui.components.form.items
Modifier and TypeMethodDescriptionfinal RadioButtonItem
RadioButtonItem.addElement
(Object dataValue, Object displayValue) Adds an item to the value set.final RadioButtonItem
RadioButtonItem.addElements
(Map<Object, Object> data) Adds multiple items to the value set.final RadioButtonItem
RadioButtonItem.clear()
Clears the component’s value set and removes all value set items.final RadioButtonItem
RadioButtonItem.fetchData()
Gets the value set data from the database.final RadioButtonItem
Gets value set data from the database, fulfilling the specified filter criterion.final RadioButtonItem
RadioButtonItem.removeElement
(Object dataValue) Removes an item from the value set if the data value is specified.RadioButtonItem.setAutoFetchData
(boolean autoFetch) Sets if the component should automatically query the data for the value set from the database.final RadioButtonItem
RadioButtonItem.setCollator
(Collator collator) Sets the collator instance sorting the value set.RadioButtonItem.setCustomFetch
(FetchEvent fetchEvent) Sets a custom query.final RadioButtonItem
RadioButtonItem.setDataColumn
(String columnName) Sets the name of the DataDescriptor that contains the value set’s data values.final RadioButtonItem
RadioButtonItem.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor for the value set.RadioButtonItem.setDefaultValue
(Object defaultValue) Sets the component’s default value.final RadioButtonItem
RadioButtonItem.setDisplayColumn
(String columnName) Sets the name of the DataDescriptor column containing the displayed values of the value set.final RadioButtonItem
RadioButtonItem.setDisplayColumns
(String... columnNames) Sets the DataDescriptors containing the value set’s displayed values.final RadioButtonItem
RadioButtonItem.setDisplayColumnSeparator
(String separator) Sets a text separating the displayed columns.final RadioButtonItem
RadioButtonItem.setFilterCriteria
(Criteria criteria) Sets the filter criterion used to query the value set.final RadioButtonItem
RadioButtonItem.setInline
(boolean inline) Sets the value set to be displayed in a single line.final RadioButtonItem
RadioButtonItem.setReadOnly
(boolean readOnly) Sets the component to read-only.RadioButtonItem.setSort
(boolean sort) Sets if the value set is displayed to the user in a sorted fashion.Sets if the value set is displayed to the user in a sorted fashion.Sets the current value of the component.