Uses of Interface
com.jbstrap.core.meta.interfaces.DataDescriptorCallback
-
Uses of DataDescriptorCallback in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionvoid
BaseDataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified order and criteriavoid
BaseDataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, asynchronously.void
BaseDataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified orders and criteriavoid
BaseDataDescriptor.fetchData
(Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified order and criteriavoid
BaseDataDescriptor.fetchData
(Criteria criteria, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor asynchronously.void
BaseDataDescriptor.fetchData
(Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified orders and criteriavoid
DataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified order and criteriavoid
DataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, asynchronously.void
DataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified orders and criteriavoid
DataDescriptor.fetchData
(Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified order and criteriavoid
DataDescriptor.fetchData
(Criteria criteria, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor asynchronously.void
DataDescriptor.fetchData
(Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified orders and criteriavoid
BaseDataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback) Removes a record asynchronously from the DataDescriptorvoid
BaseDataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Removes a record asynchronously from the DataDescriptor, within the specified transactionvoid
BaseDataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback) Removes multiple records asynchronously from the DataDescriptorvoid
BaseDataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Removes multiple records asynchronously from the DataDescriptor, within the specified transactionvoid
DataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback) Removes a record asynchronously from the DataDescriptorvoid
DataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Removes a record asynchronously from the DataDescriptor, within the specified transactionvoid
DataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback) Removes multiple records asynchronously from the DataDescriptorvoid
DataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Removes multiple records asynchronously from the DataDescriptor, within the specified transactionvoid
BaseDataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database.void
BaseDataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Saves a record asynchronously to the database, within the specified database transaction.void
BaseDataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database, within the specified database transaction.void
BaseDataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction.void
DataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database.void
DataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Saves a record asynchronously to the database, within the specified database transaction.void
DataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database, within the specified database transaction.void
DataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction. -
Uses of DataDescriptorCallback in com.jbstrap.ui.components.charts
Modifier and TypeClassDescriptionclass
An area chart is a series of data points connected with lines, with a colored area below the lines.class
The parent class of all axis-based charts.class
A bar chart displays data series as columns.class
A bubble chart is a special chart that is capable of displaying multiple series.class
A donut chart is a circle diagram with an empty area in the middle.class
A dot chart is a series of unconnected data points.class
A funnel chart displays one data series.class
A gauge chart is a chart resembling an analog instrument where one or more needles indicate the measured value.class
A horizontal stacked bar chart is a bar chart that displays data series as bars.class
A horizontal stacked bar chart is a bar chart that displays data series as bars.class
A line chart is a series of data points connected with lines.class
A pie chart is a circle diagram displaying one data series.class
A population pyramid is a chart that enables you to compare two different data sets.class
class
A stacked area chart is a series of data points connected with lines, with a colored area below the lines.class
A stacked bar chart is a bar chart that displays data series as columns.