Uses of Interface
com.jbstrap.core.meta.DataDescriptor
Packages that use DataDescriptor
Package
Description
-
Uses of DataDescriptor in com.jbstrap.core
Methods in com.jbstrap.core that return DataDescriptorModifier and TypeMethodDescriptionstatic DataDescriptor
JBStrap.getDataDescriptor
(String dataDescriptorName) Gets the specified DataDescriptorMethods in com.jbstrap.core that return types with arguments of type DataDescriptorModifier and TypeMethodDescriptionstatic Collection<DataDescriptor>
JBStrap.getDataDescriptors()
Gets the application's DataDescriptorsMethods in com.jbstrap.core with parameters of type DataDescriptorModifier and TypeMethodDescriptionstatic void
JBStrap.addDataDescriptor
(DataDescriptor dataDescriptor) Adds the specified DataDescriptor to the applicationMethod parameters in com.jbstrap.core with type arguments of type DataDescriptorModifier and TypeMethodDescriptionstatic void
JBStrap.addDataDescriptorType
(String name, Class<? extends DataDescriptor> dataDescriptorClass) Adds a new DataDescriptor type to the framework. -
Uses of DataDescriptor in com.jbstrap.core.cache
Methods in com.jbstrap.core.cache that return DataDescriptorModifier and TypeMethodDescriptionMetaCache.getDataDescriptor
(String name) TempDataExportCache.getDataDescriptor
(String id) Methods in com.jbstrap.core.cache that return types with arguments of type DataDescriptorMethods in com.jbstrap.core.cache with parameters of type DataDescriptorModifier and TypeMethodDescriptionvoid
MetaCache.addDataDescriptor
(DataDescriptor dataDescriptor) TempDataExportCache.addExportData
(ExportTypes exportType, String filename, DataDescriptor dataDescriptor, Criteria criteria, List<Order> orders, List<String> columnNames, String clientId, String languageCode, char separator) Method parameters in com.jbstrap.core.cache with type arguments of type DataDescriptorModifier and TypeMethodDescriptionvoid
DataDescriptorTypeCache.add
(String name, Class<? extends DataDescriptor> dataDescriptorClass) DataDescriptorTypeCache.fromClass
(Class<? extends DataDescriptor> dataDescriptorClass) -
Uses of DataDescriptor in com.jbstrap.core.dao
Classes in com.jbstrap.core.dao with type parameters of type DataDescriptorModifier and TypeClassDescriptionclass
DaoWithDomain<D extends DataDescriptor,
T extends Transaction> Interface necessary for a custom data query and handling class.class
StandardDao<D extends DataDescriptor,
T extends Transaction> Interface necessary for a custom data query and handling class. -
Uses of DataDescriptor in com.jbstrap.core.meta
Classes in com.jbstrap.core.meta with type parameters of type DataDescriptorModifier and TypeClassDescriptionclass
BaseDataDescriptor<D extends DataDescriptor,
T extends Transaction> The DataDescriptor classinterface
DataDescriptorWithDomain<T extends DataDescriptor>
This interface is used to designate DataDescriptor classes that require a dataClass.interface
HandleTransaction<T extends DataDescriptor>
This interface is used to designate DataDescriptors that support transaction handling.Classes in com.jbstrap.core.meta that implement DataDescriptorModifier and TypeClassDescriptionclass
BaseDataDescriptor<D extends DataDescriptor,
T extends Transaction> The DataDescriptor classclass
In-Memory DataDescriptorclass
JPA DataDescriptorclass
SQL DataDescriptorMethods in com.jbstrap.core.meta that return DataDescriptorModifier and TypeMethodDescriptionDataDescriptor.addColumn
(DataDescriptorColumn column) Adds column data to the DataDescriptorDataDescriptor.addColumns
(DataDescriptorColumn... columns) Adds multiple columns to the DataDescriptorAdds a parameter to the DataDescriptor.DataDescriptor.copy()
Creates a copy of the DataDescriptorDataDescriptorType.newInstance
(String name) Creates a new DataDescriptor based on the type.DataDescriptorType.newInstance
(String name, String domainClass) Creates a new DataDescriptor based on the type.DataDescriptor.setAccess
(AccessType access) Sets the DataDescriptor access typeDataDescriptor.setDefaultFilterCriteria
(Criteria criteria) Sets the default filter criteria, that will be used by the DatDescriptorDataDescriptor.setParam
(Parameters params) Sets the DataDescriptor parameters.Sets the specified roles to have read access to the DataDescriptor.Sets the specified roles to have write access to the DataDescriptor.Methods in com.jbstrap.core.meta that return types with arguments of type DataDescriptorModifier and TypeMethodDescriptionConstructor<? extends DataDescriptor>
DataDescriptorType.getConstructor()
Gets the constructor used to create the DataDescriptor.Class<? extends DataDescriptor>
DataDescriptorType.getDataDescriptorClass()
Get the class that implements the DataDescriptor interfaceMethod parameters in com.jbstrap.core.meta with type arguments of type DataDescriptorModifier and TypeMethodDescriptionstatic void
DataDescriptorType.addDataDescriptionType
(String name, Class<? extends DataDescriptor> dataDescriptorClass) Adds a new DataDescriptor type to the framework.static DataDescriptorType
DataDescriptorType.fromClass
(Class<? extends DataDescriptor> dataDescriptorClass) Gets the DataDescriptor type by the implementing class.Constructor parameters in com.jbstrap.core.meta with type arguments of type DataDescriptorModifierConstructorDescriptionDataDescriptorType
(String name, Class<? extends DataDescriptor> dataDescriptorClass) Creates a new DataDescriptor type. -
Uses of DataDescriptor in com.jbstrap.ui.components.activitystream
Methods in com.jbstrap.ui.components.activitystream that return DataDescriptorModifier and TypeMethodDescriptionfinal DataDescriptor
ActivityStream.getDataDescriptor()
Gets the Activity Stream's DataDescriptorMethods in com.jbstrap.ui.components.activitystream with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal ActivityStream
ActivityStream.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the Activity Stream's DataDescriptorfinal ActivityStream
ActivityStream.setDataDescriptor
(DataDescriptor dataDescriptor, ActivityStreamItemCreator itemCreator) Sets the Activity Stream's DataDescriptor, and sets the specified custom item renderer. -
Uses of DataDescriptor in com.jbstrap.ui.components.calendar
Methods in com.jbstrap.ui.components.calendar that return DataDescriptorModifier and TypeMethodDescriptionCalendar.getDataDescriptor()
Gets the DataDescriptor, used by the calendar componentMethods in com.jbstrap.ui.components.calendar with parameters of type DataDescriptorModifier and TypeMethodDescriptionCalendar.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor, used by the calendar component -
Uses of DataDescriptor in com.jbstrap.ui.components.charts
Fields in com.jbstrap.ui.components.charts declared as DataDescriptorMethods in com.jbstrap.ui.components.charts that return DataDescriptorModifier and TypeMethodDescriptionSeriesBasedChart.getDataDescriptor()
Gets the chart’s DataDescriptor.Methods in com.jbstrap.ui.components.charts with parameters of type DataDescriptorModifier and TypeMethodDescriptionvoid
SeriesBasedChart.setDataDescriptor
(DataDescriptor dataDescriptor, String categoryColumnName) Constructors in com.jbstrap.ui.components.charts with parameters of type DataDescriptorModifierConstructorDescriptionAreaChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates the area chart component and sets the name of the DataDescriptor and that of the X axis column.protected
AxesBasedChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName, TooltipType defaultTooltipType) BarChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a bar chart component and sets the associated DataDescriptor and the name of the column containing X axis values.BubbleChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates the bubble chart component and sets the name of the DataDescriptor and that of the X axis column.DonutChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a donut chart and sets the name of the associated DataDescriptor and category column.DotChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a dot chart component and sets the name of the DataDescriptor and that of the X axis column.FunnelChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a funnel chart component and sets the name of the DataDescriptor and that of the X axis column.GaugeChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates the gauge chart component and sets the name of the DataDescriptor and that of the category column.HorizontalBarChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates the horizontal stacked bar chart component and sets the name of the DataDescriptor and that of the X axis column.HorizontalStackedBarChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates the horizontal stacked bar chart component and sets the name of the DataDescriptor and that of the X axis column.LineChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates the line chart component and sets the name of the DataDescriptor and that of the X axis column.PieChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a pie chart and sets the name of the associated DataDescriptor and category column.PopulationPyramidChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a population pyramid and sets the associated DataDescriptor and the name of the column containing Y axis values.StackedAreaChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a stacked area chart component and sets the associated DataDescriptor and the name of the column containing X axis values.StackedBarChart
(String name, DataDescriptor dataDescriptor, String categoryColumnName) Creates a stacked bar chart component and sets the associated DataDescriptor and the name of the column containing X axis values. -
Uses of DataDescriptor in com.jbstrap.ui.components.filter
Fields in com.jbstrap.ui.components.filter declared as DataDescriptorMethods in com.jbstrap.ui.components.filter that return DataDescriptorModifier and TypeMethodDescriptionBaseFilter.getDataDescriptor()
Gets the DataDescriptor set as filter component.Methods in com.jbstrap.ui.components.filter with parameters of type DataDescriptorModifier and TypeMethodDescriptionBaseFilter.setDataDescriptor
(DataDescriptor dataDescriptor) Builds the filter component according to the provided DataDescriptor. -
Uses of DataDescriptor in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form that return DataDescriptorModifier and TypeMethodDescriptionfinal DataDescriptor
Form.getDataDescriptor()
Gets the form's DataDescriptor.Methods in com.jbstrap.ui.components.form with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal Form
Form.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the form's DataDescriptor.Constructors in com.jbstrap.ui.components.form with parameters of type DataDescriptorModifierConstructorDescriptionForm
(DataDescriptor dataDescriptor) Creates a form, based on the specified DataDescriptor.Form
(DataDescriptor dataDescriptor, String language) Creates a form, based on the specified DataDescriptor, with the specified language.Form
(String id, DataDescriptor dataDescriptor) Creates a form, based on the specified DataDescriptor.Form
(String id, DataDescriptor dataDescriptor, String language) Creates a form, based on the specified DataDescriptor, with the specified language. -
Uses of DataDescriptor in com.jbstrap.ui.components.form.items
Methods in com.jbstrap.ui.components.form.items that return DataDescriptorModifier and TypeMethodDescriptionComboboxItem.getDataDescriptor()
Gets the DataDescriptor, that is used by the comboboxDualListBox.getDataDescriptor()
Gets the DataDescriptor associated with the dual list box value set.RadioButtonItem.getDataDescriptor()
Gets the DataDescriptor for the component value set.Methods in com.jbstrap.ui.components.form.items with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal ComboboxItem
ComboboxItem.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor, that is used by the Combobox component, to read the set of values from.final DualListBox
DualListBox.setDataDescriptor
(DataDescriptor dataDesriptor) Sets the DataDescriptor associated with the value set.final RadioButtonItem
RadioButtonItem.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor for the value set. -
Uses of DataDescriptor in com.jbstrap.ui.components.form.items.selectoritem
Fields in com.jbstrap.ui.components.form.items.selectoritem declared as DataDescriptorMethods in com.jbstrap.ui.components.form.items.selectoritem that return DataDescriptorModifier and TypeMethodDescriptionfinal DataDescriptor
SelectorItem.getDataDescriptor()
Gets the DataDescriptor of the selector itemMethods in com.jbstrap.ui.components.form.items.selectoritem with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal SelectorItem
SelectorItem.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor of the selector item -
Uses of DataDescriptor in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that return DataDescriptorMethods in com.jbstrap.ui.components.listgrid with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal ListGrid
ListGrid.setDataDescriptor
(DataDescriptor dataDescriptor) Sets a DataDescriptor for the list grid component, creates and adds the DataDescriptor columns to the grid.final ListGrid
ListGrid.setDataDescriptor
(DataDescriptor dataDescriptor, boolean buildColumns) Sets the DataDescriptor for the list grid and checks if the columns for the list grid should be created.Constructors in com.jbstrap.ui.components.listgrid with parameters of type DataDescriptorModifierConstructorDescriptionListGrid
(DataDescriptor dataDescriptor) Creates a list grid based on the language code specified in the DataDescriptor.ListGrid
(DataDescriptor dataDescriptor, String language) Creates a list grid based on the language code specified in the DataDescriptor.ListGrid
(String id, DataDescriptor dataDescriptor) Creates a list grid based on the language code specified in the DataDescriptor.ListGrid
(String id, DataDescriptor dataDescriptor, String language) Creates a list grid based on the language code specified in the DataDescriptor. -
Uses of DataDescriptor in com.jbstrap.ui.components.sparkline
Methods in com.jbstrap.ui.components.sparkline that return DataDescriptorModifier and TypeMethodDescriptionSparkline.getDataDescriptor()
Gets the sparkline DataDescriptor.Methods in com.jbstrap.ui.components.sparkline with parameters of type DataDescriptorModifier and TypeMethodDescriptionSparkline.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the sparkline DataDescriptor. -
Uses of DataDescriptor in com.jbstrap.ui.components.timeline
Methods in com.jbstrap.ui.components.timeline that return DataDescriptorModifier and TypeMethodDescriptionTimeline.getDataDescriptor()
Gets the component's DataDescriptorMethods in com.jbstrap.ui.components.timeline with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal Timeline
Timeline.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the component's DataDescriptorfinal Timeline
Timeline.setDataDescriptor
(DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Sets the component's DataDescriptor and item creator classConstructors in com.jbstrap.ui.components.timeline with parameters of type DataDescriptorModifierConstructorDescriptionTimeline
(DataDescriptor dataDescriptor, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor and display typeTimeline
(DataDescriptor dataDescriptor, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and display typeTimeline
(DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor and item creator.Timeline
(DataDescriptor dataDescriptor, String language, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor, language and display typeTimeline
(DataDescriptor dataDescriptor, String language, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, language, item creator and display typeTimeline
(DataDescriptor dataDescriptor, String language, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and language.Timeline
(String id, DataDescriptor dataDescriptor, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor and display typeTimeline
(String id, DataDescriptor dataDescriptor, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and display typeTimeline
(String id, DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor and item creator.Timeline
(String id, DataDescriptor dataDescriptor, String language, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor, language and display typeTimeline
(String id, DataDescriptor dataDescriptor, String language, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, language, item creator and display typeTimeline
(String id, DataDescriptor dataDescriptor, String language, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and language. -
Uses of DataDescriptor in com.jbstrap.ui.components.treeview
Methods in com.jbstrap.ui.components.treeview that return DataDescriptorModifier and TypeMethodDescriptionfinal DataDescriptor
Treeview.getDataDescriptor()
Gets treeview DataDescriptorMethods in com.jbstrap.ui.components.treeview with parameters of type DataDescriptorModifier and TypeMethodDescriptionfinal Treeview
Treeview.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the treeview DataDescriptorfinal Treeview
Treeview.setDataDescriptor
(DataDescriptor dataDescriptor, TreeviewNodeCreator nodeCreator) Sets the treeview DataDescriptor and defines an own node renderer implementation -
Uses of DataDescriptor in com.jbstrap.ui.interfaces
Methods in com.jbstrap.ui.interfaces that return DataDescriptorModifier and TypeMethodDescriptionBasedOnDataDescriptor.getDataDescriptor()
Gets the component’s DataDescriptor instance.Methods in com.jbstrap.ui.interfaces with parameters of type DataDescriptorModifier and TypeMethodDescriptionBasedOnDataDescriptor.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the component’s data descriptor.