|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRecordTreeDialog
Base interface for record tree implementations.
Record tree dialogs are used to view the relation of an entity (record) to
further entities (records) as a tree structure.
A new record tree dialog can be created by means of:
IClientContext.createRecordTreeDialog(IGuiElement, IDataTableRecord, IRelationSet, Filldirection, IRecordTreeDialogCallback)
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Method Summary | |
|---|---|
boolean |
getAutoclose()
Returns the behaviour of the dialog window, if the user clicks on an entity in the tree. |
void |
setAutoclose(boolean closeOnClick)
Set the behaviour of the dialog window, if the user clicks on an entity in the tree. |
void |
setLabelProvider(ILabelProvider provider)
Sets a new label/image provider for this record tree dialog. |
| Methods inherited from interface de.tif.jacob.screen.dialogs.IDialog |
|---|
show, show |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void setLabelProvider(ILabelProvider provider)
The IRecordTreeDialog implementation ensures that the given
label provider is connected to this dialog and the former label provider is
disconnected from this dialog.
provider - the new label provider or null if nonevoid setAutoclose(boolean closeOnClick)
true. This means, that the dialog
window will be closed automatically, if the user selects an entity in the
tree.false.
closeOnClick - boolean getAutoclose()
true if the dialog window is automatically closed,
otherwise false.
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||