Package com.iplanet.jato.view

Generic View definitions and infrastructure

See:
          Description

Interface Summary
BooleanDisplayField A display field that quantizes its values into a boolean true or false state.
CommandField Specialization of a display field that represents a user-invokable application action.
ContainerView This interface extends the View interface to include explicit support for contained child views, called subviews.
DisplayField Defines value semantics for views whose primary displayed information derives from a one or more discreet values.
TiledView A tiled view is a type of container view that displays tiles, or repeated sets, of its child views.
TreeView  
TreeViewStateData Allows abstract storage/modification of node state information for a TreeView.
View View is the abstract type of all elements that can display themselves as part of a JSP/HTML page.
ViewBean A ViewBean is the peer of a JSP page, and the main View implementation that supports rendering of a JSP.
WebActionHandler Methods used to handle invocations of high-level, value-added JATO behaviors called web actions.
WebActions Constants describing high-level, value-added JATO behaviors called web actions.
 

Class Summary
BooleanDisplayFieldImpl A simple extension of DisplayFieldImpl that supports the additional boolean operations defined in the BooleanDisplayField interface.
CommandFieldBase Basic implementation of the CommandField interface.
CommandFieldDescriptor Provides a means to specify non-trivial CommandField configuration details.
CommandSourceTargetPair Defines a pairing of a value source and a value target.
ContainerViewBase A default implementation of ContainerView.
DisplayFieldDescriptor Defines a descriptor class that can be used to contain multiple attributes that describe a display field.
DisplayFieldImpl Defines a subclass of ViewBase which adds support for the DisplayField interface.
RequestHandlingTiledViewBase An intermediate TiledView derivation that supports request handling and handling of web actions.
RequestHandlingTreeViewBase Concrete TreeView implementation that supports request handling and handling of web actions.
RequestHandlingViewBase An intermediate View derivation that supports request handling and handling of web actions.
SimpleTreeViewStateData Bare minimum implementation of TreeViewStateData.
TiledViewBase A default implementation of TiledView.
TiledViewInvocation Contains relevant values for a request invocation on a tiled view object.
TreeHandleViewInvocation Invocation object used when a tree handle is activated by the user
ViewBase The basic view implementation from which all other, more complex views derive.
ViewBeanBase A default implementation of ViewBean.
ViewInvocation Contains relevant values for a request invocation on a view object.
 

Package com.iplanet.jato.view Description

Generic View definitions and infrastructure