Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.dialog |
Contains reuseable standard dialogs.
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.workflow.monitor |
Contains support classes for monitoring workflow tasks
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.gui.comp |
Contains useful frequently needed GUI components.
|
de.esprit.common.gui.wizzard |
Classes that make up a generic wizzard.
|
de.esprit.netsuite.client.gui.net |
Contains the client's network related classes
|
de.esprit.netsuite.client.tool.chat |
Contains classes that make up the client chat tool
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractButtonField<T>
This is the abstract base class for all Button fields.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityMonitorButton<C extends ApplicationContext>
This button pops up the
ActivityMonitorDialog |
Modifier and Type | Class and Description |
---|---|
class |
ApplyAndCloseButton
This is a reusable ApplyAndCloseButton which just calls the
apply() and close() methods on it's registered target.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitorButton<C extends ApplicationContext>
Encapsulates all what is common to monitor-buttons.
|
Modifier and Type | Method and Description |
---|---|
protected ZButton |
ActivityMenuController.createActivityMonitorButton() |
protected ZButton |
ActivityMenuController.createWorkflowManagerButton() |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowManagerButton<C extends ApplicationContext>
This button pops up the
ActivityMonitorDialog |
Modifier and Type | Class and Description |
---|---|
class |
ZToolButton
This button is supposed to be used in the clients toolbar
|
Modifier and Type | Method and Description |
---|---|
ZButton |
ButtonPanel.add(ZAction action) |
ZButton |
ButtonPanel.add(ZAction action,
boolean isDefaultButton) |
ZButton |
ButtonPanel.add(ZAction action,
int index) |
ZButton |
ButtonPanel.add(ZAction action,
int index,
boolean isDefaultButton) |
ZButton |
ButtonPanel.add(ZButton button) |
ZButton |
ButtonPanel.add(ZButton button,
boolean isDefaultButton) |
ZButton |
ButtonPanel.add(ZButton button,
int index) |
ZButton |
ButtonPanel.add(ZButton button,
int index,
boolean isDefaultButton) |
Modifier and Type | Method and Description |
---|---|
ZButton |
ButtonPanel.add(ZButton button) |
ZButton |
ButtonPanel.add(ZButton button,
boolean isDefaultButton) |
ZButton |
ButtonPanel.add(ZButton button,
int index) |
ZButton |
ButtonPanel.add(ZButton button,
int index,
boolean isDefaultButton) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTargetButton<T>
This is the superclass for all reusable Buttons which just call a
particular method on it's registered target.
|
class |
AbstractTargetModifyButton<T>
This is a reusable CloseButton which just calls the close() method on it's
registered target.
|
class |
ApplyButton
This is a reusable ApplyButton which just calls the apply() method on it's registered target.
|
class |
AutoRepeatButton
This Button performs an auto-repeated fireing if it is
kept pressed for a certain time.
|
class |
CancelButton
This is a reusable CancelButton which just calls the
cancel() method on it's registered target.
|
class |
ClearButton
This is a reusable ClearButton which just calls the clear() method on it's
registered target.
|
class |
CloseButton
This is a reusable CloseButton which just calls the close() method on it's
registered target.
|
class |
ExitButton
This is a reusable ExitButton which just calls the
exit() method on it's registered target.
|
class |
FindButton
This is a reusable FindButton which just calls the
find() method on it's registered target.
|
class |
HelpButton
This is a reusable HelpButton which just calls the
help() method on it's registered target.
|
class |
LoadButton
This is a reusable LoadButton which just calls the
load() method on it's registered target.
|
class |
ResetButton
This is a reusable ResetButton which just calls the
reset() method on it's registered target.
|
class |
SaveButton
This is a reusable SaveButton which just calls the
save() method on it's registered target.
|
class |
SearchButton
This is a reusable SearchButton which just calls the
search() method on it's registered target.
|
class |
TestButton
This is a reusable ExitButton which just calls the
test() method on it's registered target.
|
Modifier and Type | Class and Description |
---|---|
class |
BackButton
This button steps back one step in a wizzard.
|
class |
FinishButton
This Button has two functions: first it cancels stepping through the
wizzard as long as there are remaining steps to do.
|
class |
NextButton
This Button performs the next step of a StepSerie by calling the
appropriate action.
|
class |
SkipButton
This button allows for skipping optional step-actions.
|
class |
StepButton
This class encapsulates the common behavior of all StepSerie
dependent buttons.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientActivityMonitorButton<C extends ClientContext>
This class ...
|
class |
ConnectionControlButton<C extends ClientContext>
This button toggles the client between on-line and off-line mode
|
Modifier and Type | Method and Description |
---|---|
protected ZButton |
ClientActivityMenuController.createActivityMonitorButton() |
protected ZButton |
ClientActivityMenuController.createConnectionControlButton() |
Modifier and Type | Class and Description |
---|---|
class |
ChatToolButton
This tool button listens for incoming
ChatMessageEvent s and pops up the ChatToolFrame if one is received |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.