- uiFields - Variable in class com.sptci.echo.binding.ModelGenerator
-
- uiFields - Variable in class com.sptci.echo2.binding.ModelGenerator
-
- update() - Method in class com.sptci.echo.binding.JDOModelUpdater
-
Over-ridden to conduct the updates with the bounds of a transaction
as mandated by JDO.
- update() - Method in class com.sptci.echo.binding.ModelUpdater
-
- update() - Method in class com.sptci.echo.binding.Updater
-
Update the fields of the desired component with the data contained
in similarly named fields in the other component.
- update() - Method in class com.sptci.echo.binding.ViewUpdater
-
- update(String) - Method in class com.sptci.echo.binding.ViewUpdater
-
- update() - Method in class com.sptci.echo2.binding.JDOModelUpdater
-
Over-ridden to conduct the updates with the bounds of a transaction
as mandated by JDO.
- update() - Method in class com.sptci.echo2.binding.ModelUpdater
-
- update() - Method in class com.sptci.echo2.binding.Updater
-
Update the fields of the desired component with the data contained
in similarly named fields in the other component.
- update() - Method in class com.sptci.echo2.binding.ViewUpdater
-
- update(String) - Method in class com.sptci.echo2.binding.ViewUpdater
-
- updateComponent(Object, Object) - Method in class com.sptci.echo.binding.ViewUpdater
-
Update the value of the specified code using the specified
value.
- updateComponent(Object, Object) - Method in class com.sptci.echo2.binding.ViewUpdater
-
Update the value of the specified code using the specified
value.
- updateField(String, Map.Entry<String, Object>) - Method in class com.sptci.echo.binding.ModelUpdater
-
Update the corresponding beanField in the
Updater.bean with the specified
beanField name.
- updateField(String, Map.Entry<String, Object>) - Method in class com.sptci.echo2.binding.ModelUpdater
-
Update the corresponding beanField in the
Updater.bean with the specified
beanField name.
- updateFile(File) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
-
- updateFile(File) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
-
- updateListBox(ListBox, PropertyChangeEvent) - Method in class com.sptci.echo.binding.ViewPropertyChangeListener
-
Update a ListBox UI component.
- updateListBox(ListBox, Collection) - Method in class com.sptci.echo.binding.ViewUpdater
-
- updateListBox(ListBox, PropertyChangeEvent) - Method in class com.sptci.echo2.binding.ViewPropertyChangeListener
-
Update a ListBox UI component.
- updateListBox(ListBox, Collection) - Method in class com.sptci.echo2.binding.ViewUpdater
-
- UpdateManager - Class in com.sptci.echo
-
A custom
UpdateManager used to
handle uncaught exceptions and notify client about exception as opposed
to default Echo2 way of resetting the session.
- UpdateManager(Application) - Constructor for class com.sptci.echo.UpdateManager
-
Create a new instance of the update manager.
- UpdateManager - Class in com.sptci.echo2
-
A custom
UpdateManager used to
handle uncaught exceptions and notify client about exception as opposed
to default Echo2 way of resetting the session.
- UpdateManager(Application) - Constructor for class com.sptci.echo2.UpdateManager
-
Create a new instance of the update manager.
- updateNavigation() - Method in class com.sptci.echo.table.SortListener
-
- updateNavigation() - Method in class com.sptci.echo.table.Table
-
- updateNavigation() - Method in class com.sptci.echo2.table.SortListener
-
- updateNavigation() - Method in class com.sptci.echo2.table.Table
-
- updatePollingInterval() - Method in class com.sptci.echo.Application
-
- updatePollingInterval() - Method in class com.sptci.echo2.Application
-
- Updater<V,M> - Class in com.sptci.echo.binding
-
An abstract updater used to update UI containers or
JavaBean objects from one another.
- Updater() - Constructor for class com.sptci.echo.binding.Updater
-
Default constructor.
- Updater(V, M) - Constructor for class com.sptci.echo.binding.Updater
-
Create a new instance with the specified UI container and java
bean.
- Updater(int, S, String) - Constructor for class com.sptci.echo.Controller.Updater
-
Create a new instance of the worker with the specified values.
- Updater<V,M> - Class in com.sptci.echo2.binding
-
An abstract updater used to update UI containers or
JavaBean objects from one another.
- Updater() - Constructor for class com.sptci.echo2.binding.Updater
-
Default constructor.
- Updater(V, M) - Constructor for class com.sptci.echo2.binding.Updater
-
Create a new instance with the specified UI container and java
bean.
- Updater(int, S, String) - Constructor for class com.sptci.echo2.Controller.Updater
-
Create a new instance of the worker with the specified values.
- updateRow(int, D) - Method in class com.sptci.echo.table.Table
-
Replace the row specified with the object specified.
- updateRow(int, D) - Method in class com.sptci.echo.table.TableModel
-
Replace the row specified with the object specified.
- updateRow(int, D) - Method in class com.sptci.echo.table.TransactionalJDOTableModel
-
Replace the row specified with the object specified.
- updateRow(int, Map<String, Object>) - Method in class com.sptci.echo2.table.RowSetTableModel
-
Replace the row specified with the object specified.
- updateRow(int, D) - Method in class com.sptci.echo2.table.Table
-
Replace the row specified with the object specified.
- updateRow(int, D) - Method in class com.sptci.echo2.table.TableModel
-
Replace the row specified with the object specified.
- updateRow(int, D) - Method in class com.sptci.echo2.table.TransactionalJDOTableModel
-
Replace the row specified with the object specified.
- updateSelectField(SelectField, PropertyChangeEvent) - Method in class com.sptci.echo.binding.ViewPropertyChangeListener
-
Process a SelectField UI component.
- updateSelectField(SelectField, Object) - Method in class com.sptci.echo.binding.ViewUpdater
-
Update a SelectField UI component.
- updateSelectField(SelectField, PropertyChangeEvent) - Method in class com.sptci.echo2.binding.ViewPropertyChangeListener
-
Process a SelectField UI component.
- updateSelectField(SelectField, Object) - Method in class com.sptci.echo2.binding.ViewUpdater
-
Update a SelectField UI component.
- updateStore(Node) - Method in class com.sptci.epng.editabletree.DeleteListener
-
Delete the
Treeable instance represented by
the
node specified from the JDO data store.
- updateStore(Node) - Method in class com.sptci.epng.editabletree.Listener
-
The method that is used to update the data store.
- updateStore(Node) - Method in class com.sptci.epng.editabletree.SaveListener
-
Create a new
Treeable instance using the
and persist to the JDO data store.
- updateTextComponent(TextComponent, Object) - Method in class com.sptci.echo.binding.ViewUpdater
-
Update text compnents with the value specified.
- updateTextComponent(TextComponent, Object) - Method in class com.sptci.echo2.binding.ViewUpdater
-
Update text compnents with the value specified.
- updateTree(Tree, Collection<Treeable>, String) - Method in class com.sptci.echo.binding.ViewUpdater
-
Update a Tree with the data in the specified collection.
- updateTree(Tree, Collection<Treeable>, String) - Method in class com.sptci.echo2.binding.ViewUpdater
-
Update a Tree with the data in the specified collection.
- updateView(View, Object) - Method in class com.sptci.echo.binding.ViewUpdater
-
- updateView(View, Object) - Method in class com.sptci.echo2.binding.ViewUpdater
-
- updateView(Node, Treeable) - Method in class com.sptci.epng.editabletree.DeleteListener
-
Update the tree model with a new node representing the newly created
treeable object.
- updateView(Node, Treeable) - Method in class com.sptci.epng.editabletree.Listener
-
The method that is used ot update the tree once the data store has been
updated.
- updateView(Node, Treeable) - Method in class com.sptci.epng.editabletree.SaveListener
-
Update the tree model with a new node representing the newly created
treeable object.
- URL - Static variable in class com.sptci.echo.LogoutListener
-
- url - Variable in class com.sptci.echo.RedirectListener
-
The URL to use to open the browser window.
- URL - Static variable in class com.sptci.echo.style.button.Add
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.Delete
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.First
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.Last
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.Logo
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.Next
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.No
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.Previous
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo.style.button.Yes
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.LogoutListener
-
- URL - Static variable in class com.sptci.echo2.style.button.Add
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.Delete
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.First
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.Last
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.Logo
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.Next
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.No
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.Previous
-
The URL at which the logo image resides.
- URL - Static variable in class com.sptci.echo2.style.button.Yes
-
The URL at which the logo image resides.
- UrlListener - Class in com.sptci.echo
-
- UrlListener(String) - Constructor for class com.sptci.echo.UrlListener
-
- UrlListener - Class in com.sptci.echo2
-
- UrlListener(String) - Constructor for class com.sptci.echo2.UrlListener
-
- USE_SECURE_PASSWORD - Static variable in class com.sptci.jdo.User
-
A flag used to track whether we are using secure passwords or not.
- user - Variable in class com.sptci.auth.digest.Authenticator
-
The User object that was fetched through the authentication
request.
- USER - Static variable in class com.sptci.auth.Filter
-
The HTTP request attribute that will be set with the
User object.
- User - Class in com.sptci.auth
-
A value object that represents a user object.
- User(String, String, Collection<Group>) - Constructor for class com.sptci.auth.User
-
Create a new instance using the specified values.
- User(String, char[], Collection<Group>) - Constructor for class com.sptci.auth.User
-
Create a new instance using the specified values.
- user - Variable in class com.sptci.echo.Application
-
The value object that represents the user currently logged on to the
application.
- user - Variable in class com.sptci.echo.http.Servlet
-
A
ThreadLocal field used to store the
User object that represents the currently
logged in user.
- user - Variable in class com.sptci.echo2.Application
-
The value object that represents the user currently logged on to the
application.
- user - Variable in class com.sptci.echo2.http.Servlet
-
A
ThreadLocal field used to store the
User object that represents the currently
logged in user.
- User - Class in com.sptci.jdo
-
The base class for all objects representing a user in a data store.
- User() - Constructor for class com.sptci.jdo.User
-
Default constructor.
- User(String) - Constructor for class com.sptci.jdo.User
-
Create a new instance of the bean with the specified
User.userName.
- UserFactory - Class in com.sptci.jdo
-
The repository class for interactions with the
User JDO JavaBean.
- UserFactory() - Constructor for class com.sptci.jdo.UserFactory
-
- userFactory - Static variable in class com.sptci.jdo.UserFactory
-
The singleton instance of the DAO.
- userMap - Static variable in class com.sptci.auth.Authoriser
-
A Map used to cache userName and
authorisation values.
- userMap - Static variable in class com.sptci.auth.digest.Authenticator
-
A
Map used to cache
userName and
User values.
- userName - Variable in class com.sptci.auth.digest.Authenticator
-
The username that was specified in the authentication
request.
- userName - Variable in class com.sptci.auth.User
-
The userName of the user.
- USERNAME - Static variable in class com.sptci.echo.login.LoginPane
-
- userName - Variable in class com.sptci.echo.login.LoginPane
-
- USERNAME - Static variable in class com.sptci.echo2.login.LoginPane
-
- userName - Variable in class com.sptci.echo2.login.LoginPane
-
- userName - Variable in class com.sptci.jdo.User
-
The user name used as part of the login credential pair.
- userNameLabel - Variable in class com.sptci.echo.login.LoginPane
-
The component to use to capture user/account name information.
- userNameLabel - Variable in class com.sptci.echo2.login.LoginPane
-
The component to use to capture user/account name information.
- UserNameListener - Class in com.sptci.echo.login
-
- UserNameListener() - Constructor for class com.sptci.echo.login.UserNameListener
-
- UserNameListener - Class in com.sptci.echo2.login
-
- UserNameListener() - Constructor for class com.sptci.echo2.login.UserNameListener
-
- UserPrincipal - Class in com.sptci.auth
-
A simple
Principal implementation used to represent a
username for users.
- UserPrincipal(String) - Constructor for class com.sptci.auth.UserPrincipal
-
Create a new principal with the specified username.
- Utilities - Class in com.sptci.echo
-
A utility class that provides methods to create and initialise
standard UI components.
- Utilities - Class in com.sptci.echo2
-
A utility class that provides methods to create and initialise
standard UI components.
- Utilities() - Constructor for class com.sptci.echo2.Utilities
-
Default constructor.
- Utilities - Class in com.sptci.epng
-
A utility class that provides methods to create and initialise
standard UI components.
- Utilities() - Constructor for class com.sptci.epng.Utilities
-