SilverStream
Application Server 3.5

Package com.sssw.rt.tview

Defines the classes that you use to dynamically construct a Java view.

See:
          Description

Interface Summary
AgiViewForm This interface must be implemented by any form that will be used as a column in an AgcView control.
 

Class Summary
AgoBandFormat Defines a band (row) format for a Java-based view control.
AgoBandFormatBase The base class for band formats
AgoColumnBase Abstract base class for all AgcView and AgcViewDownloadable column objects.
AgoColumnButtonCheck AgoColumnButtonCheck is a bound column type that represents the state of a boolean (true/false) value.
AgoColumnButtonRadio AgoColumnButtonRadio is a bound column that represents a single database column or a variable.
AgoColumnComboBox AgoColumnComboBox is a bound column that displays a list of values from which users can browse and select values.
AgoColumnForm AgoColumnForm columns are unbound columns that display an instance of an AgfForm control for each row.
AgoColumnHierarchy This class is used to define the format properties of a hierarchical column.
AgoColumnImage AgoColumnImage is bound column type that you can use to display images from a database column or the Media store.
AgoColumnIntegerSpinnerField AgoColumnIntegerSpinnerField is a bound column that represents an integer whose value the user can increment or decrement.
AgoColumnSpacer AgoColumnSpacer objects are a special kind of column format.
AgoColumnText AgoColumnText is a bound column that you can use to display data to users.
AgoColumnTextEditor AgoColumnTextEditor columns can be used to construct editable text columns for AgcView and AgcViewDownloadable controls.
AgoHeaderRowClick The AgoHeaderRowClick class encapsulates information about a click on the topmost header row.
AgoViewFormat Every AgcView and AgcViewDownloadable control is composed of a view format, that is the physical structure of the view's bands and columns, and data.
TView The SilverStream base class for SilverStream's Java-based view controls.
 

Package com.sssw.rt.tview Description

Defines the classes that you use to dynamically construct a Java view.


SilverStream
Application Server 3.5