Interface Summary | |
IScreenDataProvider | The ScreenDataProvider interface Implemented by "StandardScreenRegistry" |
IScreenProvider | The ScreenProvider interface Implemented by "StandardScreenRegistry" |
ScreenActions | The ScreenActions interface Defines all the methods that must be implemented by an ACTION Implemented by "StandardScreenActions" (the default implementation provided by the framework) |
ScreenContext | The ScreenContext interface Defines all the methods that must be implemented by a SCREEN CONTEXT |
ScreenData | ScreenData interface Defines all the methods that must be implemented by a SCREEN DATA |
ScreenManager | The ScreenManager interface Defines all the methods that must be implemented by a SCREEN MANAGER |
ScreenProcedures | The ScreenProcedures interface Defines all the methods that must be implemented by a SCREEN PROCEDURES MANAGER Implemented in the framework by "StandardScreenProcedures" |
ScreenTriggers | The ScreenTriggers interface Defines all the methods that must be implemented by a SCREEN TRIGGERS MANAGER Implemented in the framework by "StandardScreenTriggers" |
Class Summary | |
DummyScreenContext | A "dummy" ScreenContext implementation used only for ScreenContext slot reservation in the ScreenSession |
ScreenDataElement | This class defines a ScreenData element . logical name . |
ScreenDataElements | A temporary collection of ScreenDataElement instances Used to store : . the data elements of a ScreenRequest ( XML "data" section received from the client side ), . the data elements of a ScreenResponse ( XML "data" section send to the client side ) . a copy of the ScreenContext elements |
ScreenError | Error message ( code + text ) |
ScreenMessage | Application message to be return and display on the client side |
StandardScreenActions | This class is the default implementation of the ScreenActions interface. |
StandardScreenActionsList | This class is the default implementation of the List Management Actions |
StandardScreenContext | The standard ScreenContext implementation. |
StandardScreenData | The standard ScreenData implementation. |
StandardScreenDataAccessor | Deprecated. use StandardScreenManager |
StandardScreenManager | Standard implementation for the ScreenManager interface Abstract class designed to be specialized for each screen |
StandardScreenProcedures | Standard ancestor class for ScreenProcedures implementation. |
StandardScreenRegistry | The standard "Screen Context Registry" This is the standard implementation of IScreenProvider and IScreenDataProvider Since ver 1.0.5 this registry is able to found a Screen definition dynamically by applying "Convention Over Configuration" principle ( see registerConvention methods ) |
StandardScreenTriggers | This class is the default implementation of the ScreenTriggers interface. |