Serialized Form
taskQueue
TaskQueueHandle taskQueue
- The task queue handle for this application instance.
updateTasks
Map<K,V> updateTasks
- A container used to store all the tasks that have been queued for the
current application session.
pollingInterval
int pollingInterval
- The polling interval as which any tasks in
Application.updateTasks will
be executed.
timeZone
TimeZone timeZone
- The time zone for the client browser.
window
Window window
- The
Window instance that will be controlled by this
application.
contentPane
String contentPane
- The fully qualified name of the
ContentPane class that will
be set as the content of Application.window.
styleSheet
String styleSheet
- The fully qualified name of the
StyleSheet class that will be
set for the application.
user
User user
- The value object that represents the user currently logged on to the
application.
message
DirectHtml message
- The component used to display the message.
executor
Confirmation.Executor<S> executor
- The executor instance to use to execute the action required
after user confirmation.
application
Application application
- The global application instance for each session.
view
Object view
- The view that is controlled by this instance.
listener
ActionListener listener
- The action listener to use for the cell data.
pollingInterval
int pollingInterval
- The polling interval at which client must poll server for updates.
source
Object source
- The source object which contains the method that is to be invoked
each time this task is executed.
method
String method
- The name of the
Method that is to be invoked on Controller.Updater.source.
controller
Controller<V> controller
- The
Controller instance that is used to gain access
to the various view components.
userName
TextField userName
- The component to use to capture user/account name information.
password
PasswordField password
- The component to use to capture password information.
login
Button login
- The button used to trigger a login action.
controller
LoginPaneController controller
- The controller for this view.
url
String url
- The URL to use to open the browser window.
message
Element message
- The element that represents the message contained in
ServerDelayMessage.WAIT_FILE.
url
String url
- The URL to use to open the browser window.
|
Package com.sptci.echo2.http |
url
String url
- The path to which the user should be redirected to after logging
out of the current session.
className
String className
- The fully qualified name of the
ApplicationInstance class
that will be returned by Servlet.newApplicationInstance().
contentPane
String contentPane
- The fully qualified name of the
ContentPane class
that will be used in Application.init().
styleSheet
String styleSheet
- The fully qualified name of
StyleSheet class that will be
used in Application.init().
user
ThreadLocal<T> user
- A
ThreadLocal field used to store the User object that represents the currently
logged in user. This is populated only for applications
that require authentication and/or authorisation.
|
Package com.sptci.echo2.style |
executor
CommandExecutor executor
- The command executor used to interact with the system.
controller
LoginController controller
- The controller to use for this view component.
password
TextField password
- The component to use to capture the current password for the logged
in user.
suggest
Label suggest
- The component on which the suggested password will be displayed.
newPassword
PasswordField newPassword
- The component to use to capture new password.
confirmPassword
PasswordField confirmPassword
- The component to use to capture the confirmation of the new password.
change
Button change
- The button used to trigger a login action.
controller
PasswordController controller
- The controller for this view.
|
Package com.sptci.system.style |