Package | Description |
---|---|
de.esprit.appsuite.database.dbgui |
Contains GUI components that visually display DBRecord instances like lists, tables and forms.
|
de.esprit.appsuite.database.dbgui.table |
Contains the DBTable component for visualizing DBRecord instances in a table.
|
de.esprit.netsuite.client.abo |
Contains the client's support classes for ABOs (Alive Business Objects)
|
de.esprit.netsuite.client.gui.db |
Contains the client's support classes for managing remote Records
|
de.esprit.netsuite.client.gui.remote |
Contains classes used to perform a remote table editing
|
de.esprit.netsuite.netdata.agent.database |
Contains database related network agents for reading/writing records from/to the database
|
Constructor and Description |
---|
AsyncTableLoadPanel(DBRecordTableModel tableModel) |
Modifier and Type | Method and Description |
---|---|
DBRecordTableModel<C,T> |
DBRecordTable.getModel() |
Constructor and Description |
---|
DBRecordTable(DBRecordTableModel<C,T> model) |
DBRecordTablePanel(DBRecordTableModel tableModel)
Constructs the panel for the given type of DBObject.
|
Modifier and Type | Class and Description |
---|---|
class |
ABORecordTableModel<C extends ClientContext,T extends DBRecord>
This TableModel keeps ABOs.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRecordTableModel<C extends ClientContext,T extends DBRecord>
This is the client version of a
DBRecordTableModel which just narrows to ClientContext . |
Constructor and Description |
---|
RemoteAsyncTableLoader(C clientCtx,
DBRecordTableModel tableModel) |
Constructor and Description |
---|
DBLoadAgent(ClientContext clientCtx,
int chunkSize,
DBRecordTableModel tableModel,
DBRecord master,
SqlCondition condition,
SqlOrder order) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.