SilverStream
Application Server 3.5

Package com.sssw.rt.form

Defines classes for SilverStream form controls based on AWT, including: check boxes, image buttons, radio buttons, text buttons, choice boxes, combo boxes, sliders, spinners, text areas, labels, images, HTML edit controls, tab controls, tree controls, timers, and lists.

See:
          Description

Interface Summary
AgiControl Interface implemented by SilverStream form controls.
AgiHelpInfo Interface for providing context-sensitive help when the user presses the F1 key.
AgiHelpProcessor Interface for containers that wish to process help requests made via the F1 key using their own custom help mechanism.
 

Class Summary
AgcBigDecimalField AgcBigDecimalField class.
AgcButtonCheck The AgcButtonCheck (Check Box) control is a bound control that represents the state of a boolean (true/false) value.
AgcButtonImage The AgcButtonImage control (Image Button) is a means for associating a single or multiple .GIF or .JPG images with one of the following button types: Toggle, Radio, or Push.
AgcButtonRadio The AgcButtonRadio control (Radio Button) is a bound control that represents a single database column or a variable.
AgcButtonRaw A SilverStream framework component.
AgcButtonText The AgcButtonText control (Text Button), unlike the other buttons in the SilverStream control set, is not a data bound control.
AgcChoice The AgcChoice control extends the standard drop-down list control supplied by the Java AWT (java.awt.Choice) by adding the ability to bind the control to a data source.
AgcComboBox The AgcComboBox control is a data-bound list control that displays a list of values to users who can browse the list of values and select a value from the list.
AgcData This invisible control allows users access to a data set that is independent of the rest of the form.
AgcDataPrimary The AgcDataPrimary class provides access to the form's primary dataset.
AgcDateField The AgcDateField control displays java.sql.Date values to, or accepts input from, the user.
AgcDoubleField The AgcDoubleField class displays floating point data to, or accepts input from, the user.
AgcFileAttachment The File Attachment Control (AgcFileAttachment) is a databound control for storing file attachments in a database.
AgcHTMLEditControl The AgcHTMLEditControl (HTML Edit Control) is an HTML editor for creating and maintaining HTML content on a SilverStream form.
AgcImage The AgcImage Control (Image control) associates an image with a form or with other controls on the form.
AgcIntegerField The AgcIntegerField control displays Integer data to, or accepts input from, the user.
AgcIntegerSpinnerField The AgcIntegerSpinnerField control (Integer Spinner) represents an integer whose value the user can increment or decrement.
AgcLabel Static text (Label) control for displaying a single line of text within a specified rectangle.
AgcList The AgcList control (List) is a data-bound list control that displays a list of values to users.
AgcPasswordField The AgcPasswordField class provides a way to let users enter their password.
AgcRectangle The AgcRectangle control (Rectangle) provides a way to visually organize or group other controls on a form.
AgcSlider A control that represents an integer whose value the user can increment or decrement within a certain range.
AgcTabControl A container control that organizes the components of complex applications.
AgcTextArea A text editor that creates and maintains multi-line text that requires no special formatting like bold, italic, or underline.
AgcTextField Displays data to, or accepts input from, the user.
AgcTimeField The AgcTimeField control is used to input and display time values.
AgcTimer The AgcTimer control (Timer) is an invisible control used to trigger actions at specified intervals (in seconds).
AgcTimestampField The AgcTimestampField control displays Timestamp values and accept data in Timestamp format.
AgcTreeControl The AgcTreeControl (Tree) is a data-bound list control that displays a list of values to users who can browse the list of values and select a value from the list.
AgcValueField Base class of all text fields that have a non-text value (integer, floating point, date, time, timestamp).
AgcView The base class for the Tree Control and SilverStream Java views.
AgcViewDownloadable This class is the base class of all SilverStream-generated views (that is, views created in the View Designer or by the Form Designer wizard).
AgfForm The AgfForm control (Form) is the basic building block of a java-based interactive user interface.
AgoNodeEnumerator A simple iterator object that provides access to a set of multiple selections of nodes.
AgoRowEnumerator A simple iterator object that provides access to a set of multiple selections of rows.
AgoTreeControlNode A node of an AgcTreeControl.
PvBaseCanvas SilverStream internal class
PvBaseContainer Internal SilverStream class.
PvBasePanel SilverStream internal class.
PvHelperBrowser The PvHelperBrowser class provides methods to manage the user's browser.
PvHelperDialog The PvHelperDialog class provides methods to display dialog boxes.
PvHelperGeneral The PvHelperGeneral class provides general purpose helper methods for Java-based forms.
 

Package com.sssw.rt.form Description

Defines classes for SilverStream form controls based on AWT, including: check boxes, image buttons, radio buttons, text buttons, choice boxes, combo boxes, sliders, spinners, text areas, labels, images, HTML edit controls, tab controls, tree controls, timers, and lists. The AWT controls are extended so you can bind them to data.

This package also contains:


SilverStream
Application Server 3.5