Package com.waveset.ui

Interface Summary
AccessFilter A filter for access to pages in the Lighthouse web GUI.
UIConstants  
 

Class Summary
EditForm A bean providing a generic representation for a complex editing form.
EditForm.ActionAppletMultiSelect  
EditForm.ActionCheckbox  
EditForm.ActionLeftCheckbox  
EditForm.ActionRadio  
EditForm.ActionSelect A class describing the contents of a <select> element that will take an action when an item is selected.
EditForm.AppletMultiSelect A class describing a collection of HTML elements that provide a multi-select widget with a box on the left containing available items, a box on the right containing the selected items, and some buttons down the middle to control movment of items between the boxes.
EditForm.Button  
EditForm.Checkbox A class describing a single checkbox element.
EditForm.CheckboxArray A class that builds a checkbox array with row and column labels.
EditForm.CheckboxTree  
EditForm.CheckboxTree.TreeNode A node in the tree.
EditForm.DatePicker DatePicker.
EditForm.DateRange A class that builds a date range of the form: title from to Includes various helpers to get the initial date set and the form data back into a date.
EditForm.FileUpload  
EditForm.FormTable A class that builds a table with rows of items
EditForm.HelpRef A base class for all of the various editing items that can appear in a form.
EditForm.Hidden A class describing a chunk of hidden data.
EditForm.HTMLItem A wrapper class to embed anything that generates its own html into a form (used for buttons in the user find form currently)
EditForm.Item  
EditForm.Label An item that is rendered as a non-editable label.
EditForm.LeftCheckbox A class describing a single checkbox element with the title on the left.
EditForm.ListResult  
EditForm.MultiSelectPicker MultiSelectPicker.
EditForm.PlainText This class is a shortcut to get text in columns 2 and 3 of an EditForm It is just like a label except there is no title and the value spans both the title and value columns
EditForm.Radio A class describing a set of elements.
EditForm.SectionHead In a form, this will be a section header.
EditForm.Select A class describing the contents of a <select> element.
EditForm.StringComparator Internal class that implenents the Comparator interface for sorting the rows in the table.
EditForm.Text A class describing the contents of an element.
EditForm.TextArea A class describing the contents of an <textarea> element.
FormUtil This class provides a collection of utility methods that are intended to be called from XPRESS expressions with Form objects.
FormUtil.StringComparator Internal class that implenents the Comparator interface for sorting the object names.
HierarchicalCapabilityTable An extension of the table class that has helpers for displaying resources by type
HierarchicalResourceTable An extension of the table class that has helpers for displaying resources by type
HierarchicalTable An extension of the table class that has helpers for displaying organizations
LoginHelper A class that provides a common set of login services to JSP pages in the end-user application.
PageInformation Generates navigation according to the "wavesetnav.properties" file.
PageNavigation Generates navigation according to the "wavesetnav.properties" file.
PageRouter This is a simple utility class to store the current "woring page" that then wants to call other pages and have them return to this page when done.
RedirectFilter A servlet Filter that provides redirection controls for the Identity Manager Pages.
SearchFormBase An EditForm object for building an object search
SearchTableBase An implementation of the Table class that does a repository search and displays the results.
Table A bean providing a generic representation for a tabular result set which may wrap a variety of RepositoryResults.
Table.ActionButton  
Table.AppletCell This is an object to represent an Applet cell.
Table.Button  
Table.Cell Represents a cell in a table.
Table.ColorTextCell This is an object to represent a colored text cell.
Table.Column An object that describes each column.
Table.CompoundCell Deprecated. - use com.waveset.ui.html.CompoundCell.
Table.DateCell This is an object to represent a "date" cell.
Table.GridCell Deprecated. - use com.waveset.ui.html.GridCell.
Table.GridSpanCell Deprecated. - use com.waveset.ui.html.GridCell.
Table.GridSpanCell.SubCell  
Table.IconCell A class describing the contents of an element.
Table.JavascriptButton  
Table.JavascriptSelectButton Another "do something when the user makes a selection" button, this one will call a named javascript function.
Table.LinkCell This is an object to represent a link cell.
Table.Row This is an object to represent a row.
Table.SelectButton  
Table.SubmitCommandButton  
Table.SubmitSelectButton  
Table.TextCell A class describing the contents of an element.
WavesetGUI