Package com.iplanet.jato.view.html

HTML-specific display field View implementations

See:
          Description

Interface Summary
HtmlDisplayField An HTML-specific extension of DisplayField
SelectableGroup The SelectableGroup uses an OptionList for the storage of the options collection.
 

Class Summary
Button The Button encapsulates and implements the server-side representation of an HTML button.
CheckBox The CheckBox class encapsulates and implements the server-side representation of an HTML check box statement.
ComboBox The ComboBox class encapsulates and implements the server-side representation of an HTML select statement where the size is equal to 1.
HiddenField The HiddenField encapsulates and implements the server-side representation of an HTML hidden field.
HREF The HREF encapsulates and implements the server-side representation of an HTML HREF.
HtmlDisplayFieldBase  
HtmlFrame The HtmlFrame encapsulates and implements the server-side representation of an HTML frame.
ImageField The ImageField encapsulates and implements the server-side representation of an HTML image field
ListBox The ListBox class encapsulates and implements the server-side representation of an HTML Select statement where the size is greater than one.
Option The Option encapsulates and implements the server-side representation of an HTML Option (see HTML Radio and Select tags).
OptionList The OptionList encapsulates a collection of Option items for use by SelectableGroup sub-types.
RadioButtonGroup The RadioButtonGroup class encapsulates and implements the server-side representation of a collection of HTML radio fields
SelectableGroupImpl The SelectableGroup serves as an base class for several subclasses which encapsulate and implement the server-side representation of HTML tags comprised of multiple options (i.e.
StaticTextField The StaticTextField represents the server-side representation of an arbitrary sequence of raw text, typically, but not necessarily raw HTML.
TextField The TextField encapsulates and implements the server-side representation of an HTML text field
 

Package com.iplanet.jato.view.html Description

HTML-specific display field View implementations