| Package | Description |
|---|---|
| no.g9.client.component | |
| no.g9.client.support |
| Modifier and Type | Method and Description |
|---|---|
G9DialogController |
G9DialogBox.getController()
Returns the g9 dialog controller for this dialog box.
|
| Modifier and Type | Method and Description |
|---|---|
void |
G9DialogBox.setController(G9DialogController controller)
Sets the g9 dialog controller for this dialog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractG9DialogController
The abstract g9 dialog controller.
|
| Modifier and Type | Method and Description |
|---|---|
G9DialogController |
ApplicationMethods.createDialog(String name)
Creates a dialog with the given name.
|
G9DialogController |
ApplicationMethods.createDialog(String name,
boolean add)
Creates a dialog with the given name.
|
G9DialogController |
Application.getActiveInternalWindow() |
G9DialogController |
ApplicationMethods.getActiveInternalWindow() |
G9DialogController |
ReturnToDialog.getCallee()
Gets the dialog being called
|
G9DialogController |
ReturnToDialog.getCaller()
Gets the caller attribute
|
abstract G9DialogController |
G9DialogFrame.getController()
Returns the controller for this dialog.
|
G9DialogController |
ObjectSelectionNode.getController()
Returns the dialog controller.
|
G9DialogController |
ApplicationMethods.getDialog(String name)
Searches through the added dialogs and returns that one if there exist a
dialog with the given name.
|
G9DialogController |
ApplicationMethods.getModal()
Returns the controller window that is modal if any.
|
G9DialogController |
ApplicationMethods.getOldDialogOrCreateNew(String name)
Searches through the added dialogs and returns that one if there exist a
dialog with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addWindow(G9DialogController controller)
Add a new window.
|
void |
ApplicationMethods.addWindow(G9DialogController dialogController)
Internal use.
|
void |
ApplicationMethods.addWindow(G9DialogController dialogController,
boolean doInit)
Internal use.
|
void |
ApplicationMethods.commonViewStartup(JFrame frame,
G9DialogController gc)
This method is called each time a window is created outside of a MDI
context.
|
void |
ApplicationMethods.commonViewStartup(JInternalFrame frame,
G9DialogController gc)
This method is called each time a window is created in an MDI setting.
|
static void |
ComponentLink.link(JComboBox fromComboBox,
JComboBox toComboBox,
String attributeName,
G9DialogController controller,
String nodeName)
Links two
JComboBoxes so that when a row is selected in the
source combo box, the corresponding row (the row with the same index)
gets selected in the target combo box. |
static void |
ComponentLink.link(JComboBox fromComboBox,
JTextComponent toTextComponent,
String attributeName,
G9DialogController controller,
String nodeName)
Links a
JComboBox to a JTextComponent such that
the selected item in the specified combo box is displayed in the text
component. |
static void |
ComponentLink.link(JTextComponent fromTextComponent,
JComboBox toComboComponent,
String attributeName,
G9DialogController controller,
String nodeName)
Links a text field to a combo box.
|
static void |
ComponentLink.link(JTextComponent fromTextComponent,
JTextComponent toTextComponent,
String attributeName,
G9DialogController controller,
String nodeName)
Links to
JTextComponents such that the text in the
toTextComponent is the same as that in fromTextComponent
|
static void |
ComponentLink.link(JToggleButton fromButton,
JToggleButton toButton,
String attributeName,
G9DialogController controller,
String nodeName)
Links two toggle buttons (typically check boxex or radio buttons) so that
when the source is selected or un-selected, so is the target.
|
void |
ReturnToDialog.setCallee(G9DialogController callee)
Sets the dialog being called
|
void |
ReturnToDialog.setCaller(G9DialogController caller)
Sets the caller attribute
|
void |
ApplicationMethods.setModal(G9DialogController g,
boolean isModal)
Makes the window controlled by this controller modal.
|
boolean |
DialogVisitor.visit(ApplicationMethods app,
G9DialogController gdc)
Visit one dialog.
|
| Constructor and Description |
|---|
CustomTraversalPolicy(G9DialogController controller,
String[] componentOrder)
Creates a new CustomTraversalPolicy instance.
|
LinkField(G9DialogController gc)
Creates a new LinkField instance
|
Copyright © 2006–2017 Esito AS. All rights reserved.