Uses of Class
xal.tools.data.DataTable
Packages that use DataTable
-
Uses of DataTable in xal.tools.data
Fields in xal.tools.data declared as DataTableModifier and TypeFieldDescriptionprotected final DataTable
GenericRecord.dataTable
data table to which this record belongsMethods in xal.tools.data that return DataTableModifier and TypeMethodDescriptionGet the table associated with the specified table name.Methods in xal.tools.data that return types with arguments of type DataTableModifier and TypeMethodDescriptionEditContext.getTables()
Get the collection of all tables in the edit context.EditContext.getTablesForGroup
(String group) Get all tables associated with the specified groupMethods in xal.tools.data with parameters of type DataTableModifier and TypeMethodDescriptionvoid
EditContext.addTableToGroup
(DataTable newTable, String group) Add the table to the edit context.void
DataTableListener.recordAdded
(DataTable table, GenericRecord genericRecord) Event indicating that a record has been added to a table.void
DataTableListener.recordRemoved
(DataTable table, GenericRecord genericRecord) Event indicating that a record has been removed from a table.<T> Collection<GenericRecord>
Get the records from the table where the bindings map is valid.void
Remove the table from the edit context.void
EditContextListener.tableAdded
(EditContext context, DataTable table) Handle the event indicating that a table was added to the edit context.void
EditContextListener.tableRemoved
(EditContext context, DataTable table) Handle the event indicating that a table was removed from the edit context.Method parameters in xal.tools.data with type arguments of type DataTableModifier and TypeMethodDescriptionvoid
EditContext.addTablesToGroup
(Collection<DataTable> newTables, String group) Add the tables to the edit context.Constructors in xal.tools.data with parameters of type DataTable