Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.form |
Contains form components for graphical editing of DBRecord instances.
|
de.esprit.netsuite.client.gui.db |
Contains the client's support classes for managing remote Records
|
Modifier and Type | Method and Description |
---|---|
RecordFieldPanel<C,R> |
AbstractRecordFrame.getFieldPanel() |
RecordFieldPanel<C,R> |
AbstractRecordDialog.getFieldPanel() |
Constructor and Description |
---|
AbstractRecordDialog(C ctx,
java.awt.Window hook,
RecordCollection recColl,
RecordFieldPanel<C,R> panel) |
AbstractRecordFrame(C ctx,
NlsKey titleKey,
RecordFieldPanel<C,R> panel) |
DefaultRecordCreateDialog(C ctx,
java.awt.Window hook,
RecordCollection recColl,
RecordFieldPanel panel) |
DefaultRecordEditDialog(C ctx,
java.awt.Window hook,
RecordCollection recColl,
RecordFieldPanel<C,R> panel) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRecordFieldPanel<C extends ClientContext,R extends DBRecord>
This version of a
RecordFieldPanel listens for RemoteRecordChangeEvent s in order
to update its form content dynamically on changes. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.