Package com.ibm.dse.gui.jspbeans

Interface Summary
JSPComponent JSPComponent interface.
JSPContainer JSPContainer interface.
JSPDataExchanger JSPDataExchanger interface.
JSPErrorComponent The JSPErrorComponent interface is implemented by any JSPComponent that shows error messages.
 

Class Summary
JSPAbstractComponent Provides a base class to develop customized JSPBeans to use in JSP pages and generate HTML content
JSPAbstractContainer Provides a base class to develop customized JSPBeans to use in JSP pages and generate HTML content Containers group JSPBeans and control simple design time errors
JSPActionButtonBean This class renders simple Buttons
JSPCheckBoxBean This class renders Checkboxes fileds.
JSPCommandButtonBean This class renders typed html buttons (those with a specific function within html) such as RESET & SUBMIT.
JSPDataFieldBean This class renders passwords, textfields, hidden fields and read-only labeled fields
JSPEditableTableBean This class renders a table with the contents of a matrix taken from an IndexedCollection that contains IndexedCollections, with the DataElements.
JSPErrorListBean The error list bean renders a simple/multiple choice list or combo.
JSPFormControlBean This class is the container for form encapsulated tags.
JSPIncludeFileBean This Bean is used to include plain text inside a JSP using the JSPBeans sintax.
JSPListBean The list bean renders a simple/multiple choice list or combo.
JSPPageControlBean Container for all the JSPBeans.
JSPResultsTableBean This class renders a table with the contents of a matrix taken from an IndexedCollection that contains IndexedCollections, with the DataElements.
JSPTextAreaBean This class renders a TextArea.
JSPToggleGroupBean This class renders a group or groups of radio buttons or checkboxes.