Uses of Class
com.jbstrap.core.meta.DataDescriptorColumn
Package
Description
-
Uses of DataDescriptorColumn in com.jbstrap.core.meta
Modifier and TypeFieldDescriptionprotected Map<String,
DataDescriptorColumn> BaseDataDescriptor.columns
Modifier and TypeMethodDescriptionfinal DataDescriptorColumn
DataDescriptorColumn.addClalculateValue
(Class<? extends CalculateColumnValue> calculateMethod) Adds the specified implementation, that is used during recalculation.Adds a parameter to the column.final DataDescriptorColumn
DataDescriptorColumn.addRecalcOnChangeColumn
(String columnName) If the column contains a calculated value, this method can be used to specify, which column will trigger a recalculation, if their values are changed.final DataDescriptorColumn
DataDescriptorColumn.addRecalcOnChangeColumns
(String... columnNames) If the column contains a calculated value, this method can be used to specify, which columns will trigger a recalculation, if their values are changed.final DataDescriptorColumn
DataDescriptorColumn.addRecalcOnChangeColumns
(List<String> columnNames) If the column contains a calculated value, this method can be used to specify, which columns will trigger a recalculation, if their values are changed.DataDescriptorColumn.copy()
Creates an exact copy of the DataDescriptor columnGets the specified column from the DataDescriptorGets the specified column from the DataDescriptorDataDescriptorColumn.setCustomFilterClass
(String filterName, Class<? extends BaseFilter<?>> filterClass) If implementing a custom filter, sets the class, that contains the implementation of the fitler componentDataDescriptorColumn.setCustomFilterDefaultOperator
(OperatorType operatorType, String filterName) Sets the default operator type for custom filter implementationsDataDescriptorColumn.setCustomFilterEditorType
(EditorType filterEditorType, String filterName) Specifies the editor type of the input field in a custom filter component.DataDescriptorColumn.setCustomFilterParameters
(Parameters parameters, String filterName) Sets the editor field parameters for a custom filter implentationDataDescriptorColumn.setCustomFilterValueMap
(Map<String, String> values, String filterName) Sets the value set for a custom filter implementationDataDescriptorColumn.setCustomFilterWildCard
(String wildCard, String filterName) Sets the wildcard character used for a custom filterDataDescriptorColumn.setCustomSupportedOperators
(List<OperatorType> operators, String filterName) Sets the supported operator types for a custom column filterDataDescriptorColumn.setDataProvider
(String dataProvider) Sets data provider column
The data in the column specified here will be subject to filtering and sorting on the grid.DataDescriptorColumn.setEditorType
(EditorType editorType) Sets the editor type of the column.DataDescriptorColumn.setFilterable
(boolean filterable) Sets whether the column is enabled for filtering By default, a column’s filter feature is enabled.DataDescriptorColumn.setFilterDefaultOperator
(OperatorType operatorType) Sets the default operator type for column filteringDataDescriptorColumn.setFilterDefaultOperator
(OperatorType operatorType, FilterType filterType) Sets the default operator type for the given filter typeDataDescriptorColumn.setFilterEditorType
(EditorType filterEditorType) In case of a column filter, it is the type of the filter component’s display value editor.DataDescriptorColumn.setFilterEditorType
(EditorType filterEditorType, FilterType filterType) Sets the editor type of the input field in the column’s filter component.DataDescriptorColumn.setFilterParameters
(Parameters parameters) Sets the parameters for the column filter’s editor componentDataDescriptorColumn.setFilterParameters
(Parameters parameters, FilterType filterType) Sets the component parameters for the specified filter typeDataDescriptorColumn.setFilterValueMap
(Map<String, String> values) Sets the vaue set used in the filterDataDescriptorColumn.setFilterValueMap
(Map<String, String> values, FilterType filterType) Sets the value set for the specified filter typeDataDescriptorColumn.setFilterWildCard
(String wildCard) Wildcard character used to filter the columnDataDescriptorColumn.setFilterWildCard
(String wildCard, FilterType filterType) Sets the wildcard character for the specified filter typeDataDescriptorColumn.setLength
(int length) Sets the column's maximum length.Sets the maximum length of the column The setting is only applicable in case of text columns, otherwise it is ignored.DataDescriptorColumn.setNullable
(boolean nullable) Sets the column to allownull
values.DataDescriptorColumn.setOrder
(int order) Sets the position of the column Enter a number to specify the position which determines the display order of the columns.Sets the column position.DataDescriptorColumn.setParam
(Parameters params) Sets the column parameters.DataDescriptorColumn.setPrimaryKey
(boolean primaryKey) Sets the column to containt the primary key.DataDescriptorColumn.setScale
(int scale) Sets the amount of decimal places.Sets the amount of decimal places.DataDescriptorColumn.setSupportedOperators
(List<OperatorType> operators) Sets the supported operator types for the columnDataDescriptorColumn.setSupportedOperators
(List<OperatorType> operators, FilterType filterType) Sets the supported operator types for a column filterSets the column titleAssigns a value set to the DataDescriptor column.DataDescriptorColumn.setVisibleType
(ColumnVisibleType visibleType) Sets the visibility type of the column.Modifier and TypeMethodDescriptionBaseDataDescriptor.getColumns()
Gets the data of the DataDescriptor columnsDataDescriptor.getColumns()
Gets the data of the DataDescriptor columnsModifier and TypeMethodDescriptionBaseDataDescriptor.addColumn
(DataDescriptorColumn column) Adds column data to the DataDescriptorDataDescriptor.addColumn
(DataDescriptorColumn column) Adds column data to the DataDescriptorBaseDataDescriptor.addColumns
(DataDescriptorColumn... columns) Adds multiple columns to the DataDescriptorDataDescriptor.addColumns
(DataDescriptorColumn... columns) Adds multiple columns to the DataDescriptor -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionFormItem.getColumn()
Gets the DataDescriptor column name used to build the form item.ModifierConstructorDescriptionFormItem
(DataDescriptorColumn column, String language) Builds a form item using the specified DataDescriptor column. -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.form.items
ModifierConstructorDescriptionCheckboxItem
(DataDescriptorColumn column) Createts a checkbox item, based on the specified DataDescriptor column.CheckboxItem
(DataDescriptorColumn column, String language) Creates a checkbox item, based on the specified DataDescriptor column and using the specified language code.ComboboxItem
(DataDescriptorColumn column) Creates a combobox input field, based on the specified DataDescriptor column.ComboboxItem
(DataDescriptorColumn column, String language) Creates a combobox input field, based on the specified DataDescriptor column and language.DatePicker
(DataDescriptorColumn column) Createts a date picker item, based on the specified DataDescriptor column.DatePicker
(DataDescriptorColumn column, String language) Createts a date picker item, based on the specified DataDescriptor column and using the specified language code.DateRangePicker
(DataDescriptorColumn column) Creates a date range picker, based on the specified DataDescriptor column.DateRangePicker
(DataDescriptorColumn column, String language) Creates a date range picker, based on the specified DataDescriptor column, with the specified language code.DualListBox
(DataDescriptorColumn column) Creates a dual list box based on the specified DataDescriptor component.DualListBox
(DataDescriptorColumn column, String language) Creates a dual list box based on the specified DataDescriptor according to the language code.HiddenItem
(DataDescriptorColumn column) Creates a hidden item, based on the specified DataDescriptor column.HiddenItem
(DataDescriptorColumn column, String value) Creates a hidden item, based on the specified DataDescriptor column, with the specified valueIntegerItem
(DataDescriptorColumn column) Creates an integer input field from a DataDescriptor column.IntegerItem
(DataDescriptorColumn column, String language) Creates an integer input field based on the specified DataDescriptor column and language code.NumberItem
(DataDescriptorColumn column) Creates a numeric input field using the specified DataDescriptor column.NumberItem
(DataDescriptorColumn column, String language) Creates a numeric input field based on the specified DataDescriptor column and language code.PasswordItem
(DataDescriptorColumn column) Create a password entry field according to the specified DataDescriptor column.PasswordItem
(DataDescriptorColumn column, String language) Creates a password input field from the specified DataDescriptor column and language code.RadioButtonItem
(DataDescriptorColumn column) Creates a radio button from the specified DataDescriptor column.RadioButtonItem
(DataDescriptorColumn column, String language) Creates a radio button using the specified DataDescriptor column and language code.StaticTextItem
(DataDescriptorColumn column) Creates a form item, based on the specified DataDescriptor column.StaticTextItem
(DataDescriptorColumn column, String language) Creates a form item, based on the specified DataDescriptor column and using the specified language code.SwitchItem
(DataDescriptorColumn column) Createts a switch item, based on the specified DataDescriptor column.SwitchItem
(DataDescriptorColumn column, String language) Creates a switch item, based on the specified DataDescriptor column and using the specified language code.TextItem
(DataDescriptorColumn column) Creates a text input field form item, based on the specified DataDescriptor column.TextItem
(DataDescriptorColumn column, String language) Creates a form item, based on the specified DataDescriptor column and using the specified language code. -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.form.items.colorpicker
ModifierConstructorDescriptionColorPicker
(DataDescriptorColumn column) Creates a color picker, based on the specified DataDescriptor column.ColorPicker
(DataDescriptorColumn column, String language) Creates a color picker, based on the specified DataDescriptor column and language -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.form.items.fileitem
ModifierConstructorDescriptionFileItem
(DataDescriptorColumn column) Creates a file item based on the specified DataDescriptor column.FileItem
(DataDescriptorColumn column, String language) Creates a file item based on the specified DataDescriptor column according to the language code. -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.form.items.selectoritem
ModifierConstructorDescriptionSelectorItem
(DataDescriptorColumn column) Creates a selector item based on the specified DataDescriptorColumn.SelectorItem
(DataDescriptorColumn column, String language) Creates a selector item based on the specified DataDescriptorColumn and using the specified language code. -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionfinal DataDescriptorColumn
ListGridColumn.getDataDescriptorColumn()
Gets the DataDescriptor column used to build the column.ModifierConstructorDescriptionListGridColumn
(DataDescriptorColumn dataDescriptorColumn, String language, ListGridCellFormatter defaultFormatter) Creates a new list grid column based on the specified DataDescriptor with the default formatter class and language code.NumberRangeFilter
(DataDescriptorColumn column, String languageCode) -
Uses of DataDescriptorColumn in com.jbstrap.ui.components.sparkline
Modifier and TypeMethodDescriptionSparkline.getColumn()
Gets the DataDescriptor column for the component value.ModifierConstructorDescriptionSparkline
(DataDescriptorColumn dsColumn) Creates a chart based on the specified DataDescriptor column.Sparkline
(DataDescriptorColumn dsColumn, String language) Creates a chart based on the specified DataDescriptor column according to the language code.