Package | Description |
---|---|
de.esprit.appsuite.gui |
Contains GUI classes that maintain an ApplicationContext.
|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ToolFrame.hasApplyAndCloseButton()
Defines whether an ApplyAndClose button should be displayed (default false).
|
protected boolean |
ToolDialog.hasApplyAndCloseButton()
Defines whether an ApplyAndClose button should be displayed (default false).
|
protected boolean |
ToolFrame.hasApplyButton()
Defines whether an Apply button should be displayed (default false).
|
protected boolean |
ToolDialog.hasApplyButton()
Defines whether an Apply button should be displayed (default false).
|
protected boolean |
ToolFrame.hasButtonPanel()
May be overridden to return false if no default button-panel is desired.
|
protected boolean |
ToolDialog.hasButtonPanel()
May be overridden to return false if no default button-panel is desired.
|
protected boolean |
ToolFrame.hasCancelButton()
Defines whether a Cancel button should be displayed (default false).
|
protected boolean |
ToolDialog.hasCancelButton()
Defines whether a Cancel button should be displayed (default false).
|
protected boolean |
ToolFrame.hasClearButton()
Defines whether a ClearButton should be displayed (default false).
|
protected boolean |
ToolDialog.hasClearButton()
Defines whether a ClearButton should be displayed (default false).
|
protected boolean |
ToolFrame.hasCloseButton()
Defines whether a Close button should be displayed (default false).
|
protected boolean |
ToolDialog.hasCloseButton()
Defines whether a Close button should be displayed (default false).
|
protected boolean |
ToolFrame.isClosedOnApply()
Defines whether the frame should be closed on apply - default is true
|
protected boolean |
ToolDialog.isClosedOnApply()
Defines whether the dialog should be closed on apply - default is true
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ActivityListControlPanel.hasCancelActions() |
protected boolean |
ActivityListControlPanel.hasDetailsAction() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ZDialog.isDisposeOnClose()
Tells whether this dialog should release its native resources such that the garbage collector
can free its memory.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.