Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.list |
Contains the DBList component for visualizing DBRecord instances in a list.
|
de.esprit.appsuite.database.dbgui.table |
Contains the DBTable component for visualizing DBRecord instances in a table.
|
de.esprit.common.gui.comp |
Contains useful frequently needed GUI components.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordListFrame<C extends ApplicationContext>
This class is a simple DBRecord form that uses a DBList.
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordTable<C extends ApplicationContext,T extends DBRecord>
This is a special table that uses a
DBRecordTableModel in order to store DBRecord s. |
Constructor and Description |
---|
LoadButton(Loadable target) |
LoadButton(Loadable target,
java.awt.event.ActionListener l) |
Modifier and Type | Class and Description |
---|---|
class |
ABORecordTable<C extends ClientContext,T extends DBRecord>
This table just displays ABOs
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRecordTable<C extends ClientContext,T extends DBRecord>
This is the client side version of
DBRecordTable which narrows to ClientContext . |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.