| Interface | Description |
|---|---|
| ComponentFinder | |
| ComponentPalette | Deprecated
Use
ExternalUIComponentsSource or app-components mechanism |
| ComponentVisitor | |
| FrameContext |
Provides access to frame parameters and component values.
|
| WindowContext |
Provides access to window parameters and component values.
|
| WindowManager.WindowCloseListener | |
| WindowManagerProvider |
Provides current client specific WindowManager
|
| Class | Description |
|---|---|
| AppConfig |
GenericUI class holding common information about client application configuration,
as well as some static helper methods to obtain infrastructure objects.
|
| AttributeAccessSupport |
Bean of the GUI layer that applies attribute access rules to a frame or screen.
|
| CompanionDependencyInjector | |
| ComponentsHelper |
Utility class working with GenericUI components.
|
| ControllerDependencyInjector | |
| DialogOptions |
Dialog options of a window.
|
| DialogParams | Deprecated
Use
WindowManager.OpenType or Frame.MessageType with parameters. |
| FrameContextImpl | |
| ScreenHistorySupport |
Class that encapsulates screen opening history functionality.
|
| ScreensHelper | |
| ScreenViewsLoader |
Loads views defined in screen descriptors.
|
| TestIdManager | |
| WindowContextImpl | |
| WindowCreationHelper |
Utility class used by the framework when it creates frames and windows.
|
| WindowManager |
GenericUI class intended for creation and opening application screens.
|
| WindowManager.OpenType |
| Enum | Description |
|---|---|
| WindowManager.OpenMode | |
| WindowParams |
Describes special window parameters that are set by system mechanisms such as
WindowManager. |
| Exception | Description |
|---|---|
| GuiDevelopmentException | |
| NoSuchScreenException |
Raised on attempt to open an unknown screen.
|
| Annotation Type | Description |
|---|---|
| WindowParam |
Identifies injectable fields in screen controllers, value for field comes from screen parameters
|