Expresso 5-6

Package com.jcorporate.expresso.services.html

HTML objects - used to build HTML pages by servlets to define their user interface.

See:
          Description

Class Summary
Break Line break
Button Button A button for an HTML form
Cell Cell - The Cell of an HTML table
CheckBox An HTML checkbox for use on HTML forms
DropDown Encapsulates an HTML drop-down box on an HTML form
FileInput A field on an HTML form that allows uploading of a file
Form An HTML form
Heading An HTML Heading item
HiddenField A field on an HTML form that is not displayed
HtmlElement Base class for all of the HTML elements on a page
List A list (ordered or unordered)
ListItem An HTML list item object
Page An HTML page - a page element contains all other elements and is what actually gets sent to the client
Paragraph An HTML paragraph object
PasswordField An HTML password field
Radio Encapsulates an HTML radio box on an HTML form
ReportPage A specialized HTML Element that implements a report.
ReportPageParam ReportPage objects may have parameters that indicate the range of data or options they display.
Row  
StackTrace  
Table  
Text  
TextArea  
TextField  
 

Exception Summary
HtmlException Exception thrown when there is a problem with the structure of the HTML being built to return to the client
 

Package com.jcorporate.expresso.services.html Description

HTML objects - used to build HTML pages by servlets to define their user interface. Also includes base objects for ReportPages, used by all modules for internal administrative reports.


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.