Uses of Class
com.jbstrap.core.websocket.Client
Package
Description
-
Uses of Client in com.jbstrap.core
Modifier and TypeMethodDescriptionstatic Collection<Client>
JBStrap.getAllClients()
Get all connected clientModifier and TypeMethodDescriptionstatic void
JBStrap.loginUser
(Client client, CurrentUser user) Logs the specified user into the application.static void
JBStrap.logoutUser
(Client client) Logs the specified user out. -
Uses of Client in com.jbstrap.core.dao
Modifier and TypeMethodDescriptionDaoWithDomain.find
(T transaction, Class<?> type, D dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records, according to the specified parameters.StandardDao.find
(T transaction, D dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records, according to the specified parameters.abstract Record
Gets the record, that is specified, by its ID.abstract Record
Gets the record, that is specified, by its ID.abstract long
DaoWithDomain.getRowCount
(T transaction, Class<?> type, D dataDescriptor, Client client, Criteria criteria) Gets a row count, with the specified parameters.abstract long
StandardDao.getRowCount
(T transaction, D dataDescriptor, Client client, Criteria criteria) Gets a row count, with the specified parameters.DaoWithDomain.remove
(T transaction, Class<?> type, D dataDescriptor, Client client, List<Record> records) Removes the records, following the specified parameters.Removes the records, following the specified parameters.DaoWithDomain.save
(T transaction, Class<?> type, D dataDescriptor, Client client, List<Record> records) Saves the record(s), with the specified parameters.Saves the record(s), with the specified parameters. -
Uses of Client in com.jbstrap.core.dao.base
Modifier and TypeMethodDescriptionJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client) Gets the records of the specified entity based DataDescriptorJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteriaJpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client) Gets the records of the specified entityJpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, Criteria criteria) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client) Gets the records of the specified entity based DataDescriptorJpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteriaGets the records of the specified entityGets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters.static Record
JpaDaoAPI.findById
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Object id) Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(SQLTransaction transaction, Class<?> type, Client client, Object id) Gets the entity specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(JPADataDescriptor dataDescriptor, Client client, Object id) Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)static Record
Gets the entity specified in the parameter by its primary key (ID)Gets the files from the record, based on the specified metadata.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client) Counts and returns the rows of the specified entity based DataDescriptor record.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, Class<?> type, Client client) Counts and returns the rows of the specified recordstatic long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, Class<?> type, Client client, Criteria criteria) Counts and returns the rows of the specified entity record, that meet the criteriastatic long
JpaDaoAPI.getRowCount
(JPADataDescriptor dataDescriptor, Client client) Counts and returns the rows of the specified entity based DataDescriptor record.static long
JpaDaoAPI.getRowCount
(JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.static long
JpaDaoAPI.getRowCount
(Class<?> type, Client client) Counts and returns the rows of the specified recordstatic long
JpaDaoAPI.getRowCount
(Class<?> type, Client client, Criteria criteria) Counts and returns the rows of the specified entity record, that meet the criteriaDefaultFileHandler.processFilesAfterPersist
(List<JBFile> fileList, Record record, String attributeName, Client client) This method is the default handler that runs when the records are successfully persisted to the database.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Saves the records to the specified entity.Saves the records to the specified entity.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.Saves the record to the specified entity.Saves the records to the specified entity.Saves the records to the specified entity. -
Uses of Client in com.jbstrap.core.event
-
Uses of Client in com.jbstrap.core.filestore
Modifier and TypeMethodDescriptionvoid
JBFile.sendToClient
(Client client) Sends the file to the specified client -
Uses of Client in com.jbstrap.core.interfaces
Modifier and TypeMethodDescriptionIf a field in the record is of the file type, this method is called.default boolean
AuthenticationInterface.logout
(Client client, CurrentUser currentUser) Handles the user logout event.void
ClientConnectedHandler.onClientConnected
(Client client) The method is called, if a client has connected to the server, and the client initialization is done.void
ClientDisconnectedHandler.onClientDisconnected
(Client client) This method is called when a client disconnects from the serverFileHandler.processFilesAfterPersist
(List<JBFile> fileList, Record record, String attributeName, Client client) If a field in the record is of the file type, this method is called for the specific field after the record is persisted to the database.FileHandler.processFilesBeforePersist
(List<JBFile> fileList, Record record, String attributeName, Client client) If a field in the record is of the file type, this method is called for the specific field before the record is persisted to the database.default void
AuthenticationInterface.setTargetPageId
(Client client, String pageId) Overwrites which page will be opened after a successful login. -
Uses of Client in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionlong
Counts data in the DataDescriptor, following the specified criterialong
Counts data in the DataDescriptorabstract long
Gets the number of records in the database.long
Counts data in the DataDescriptor, following the specified criterialong
Counts data in the DataDescriptorlong
InMemoryDataDescriptor.countData
(NoTransaction transaction, Client client, Criteria criteria) Gets the number of records in the database.long
JPADataDescriptor.countData
(SQLTransaction transaction, Client client, Criteria criteria) Gets the number of records in the database.long
SQLDataDescriptor.countData
(SQLTransaction transaction, Client client, Criteria criteria) Gets the number of the record in the database.void
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 criteriaQueries the DataDescriptor data synchronously.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rowsQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.BaseDataDescriptor.find
(Client client, int startRow, int endRow, Criteria criteria, Order... orders) Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.BaseDataDescriptor.find
(Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteriaBaseDataDescriptor.find
(T transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.Queries the DataDescriptor data synchronously.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rowsQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteriaInMemoryDataDescriptor.find
(NoTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.JPADataDescriptor.find
(SQLTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.SQLDataDescriptor.find
(SQLTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.Gets a DataDescriptor record, using the specified ID.abstract Record
Fetches a record from the database using the record’s unique ID.Gets a DataDescriptor record, using the specified ID.InMemoryDataDescriptor.findById
(NoTransaction transaction, Client client, Object... id) Fetches a record from the database using the record’s unique ID.JPADataDescriptor.findById
(SQLTransaction transaction, Client client, Object... id) Fetches a record from the database using the record’s unique ID.SQLDataDescriptor.findById
(SQLTransaction transaction, Client client, Object... id) Fetches a record from the database using the record’s unique ID.Removes a record from the DataDescriptorBaseDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.void
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 transactionRemoves multiple records from the DataDescriptorBaseDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records 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 transactionInitiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Removes a record from the DataDescriptorDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.void
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 transactionRemoves multiple records from the DataDescriptorDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records 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 transactionInMemoryDataDescriptor.remove
(NoTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.JPADataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.SQLDataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Saves a record to the DataDescriptor.BaseDataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.void
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.Saves multiple records to the DataDescriptor.BaseDataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.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.Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.Saves a record to the DataDescriptor.DataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record 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.Saves multiple records to the DataDescriptor.DataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.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.InMemoryDataDescriptor.save
(NoTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.JPADataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.SQLDataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor. -
Uses of Client in com.jbstrap.core.websocket
Modifier and TypeMethodDescriptionprotected Client
Client.close()
Closes the specified page.Client.deleteCookie
(String name) Removes a Cookie from the browserstatic Client
Get the client by client idClient.loadJavaScript
(String... files) Loads the specified JavaScript to the client.Places a Cookie in the user's browserClient.runJavaScript
(String script) Runs the specified JavaScript on the clientClient.sendDebugMessage
(String message) Sends a debug message to the client.Client.sendDebugMessage
(String level, String message) Sends a Debug message to the client, on the specified level.Client.sendErrorMessage
(String message) Sends an Error message to the client.Client.sendInfoMessage
(String message) Sends an Info message to the client.Client.sendLogMessage
(String message) Sends a Log message to the client.Client.sendTraceMessage
(String message) Sends a Trace message to the client.Client.sendWarnMessage
(String message) Sends a Warn message to the client.Client.setApplicationIcon
(String iconFile) Sets the application icon (favicon)Client.setSessionProperty
(String name, Object value) Adds a property to the client session.Set application themeSets the browser title textModifier and TypeMethodDescriptionstatic final Collection<Client>
JBStrapEndPoint.getAllClients()
Get all connected client -
Uses of Client in com.jbstrap.ui
-
Uses of Client in com.jbstrap.ui.components.activitystream
-
Uses of Client in com.jbstrap.ui.components.calendar
-
Uses of Client in com.jbstrap.ui.components.form.items
-
Uses of Client in com.jbstrap.ui.components.listgrid
-
Uses of Client in com.jbstrap.ui.components.sparkline
-
Uses of Client in com.jbstrap.ui.components.timeline
-
Uses of Client in com.jbstrap.ui.components.treeview
-
Uses of Client in com.jbstrap.ui.interfaces