2004.04.29


Package com.jdc.gui.html.tag.attr

Provides classes for creating HTML tag attributes.

See:
          Description

Class Summary
Align Align represents an HTML document ALIGN attribute.
Class Class is used to create an HTML class attribute required by HTML tags implemented as classes like TableColumn.
Color Color is used to create an HTML color attribute required by HTML tags implemented as classes like Font.
Cols Cols is used to create an HTML cols attribute required by HTML tags implemented as classes like Input and Select.
ColumnSpan ColumnSpan is used to create an HTML size attribute that sets the number of columns spanned as required by the HTML tag implemented in class TableColumn.
Event The Event class represents an HTML event attribute associated with various HTML tag objects, like OnClick, OnDoubleClick, OnSubmit, etc..
FontSize FontSize is used to create an HTML font size attribute required by the HTML tag implemented as class Font.
Frame Frame is used to create an HTML frame attribute required by HTML tags implemented as classes such as Table.
Height Height is used to create an HTML height attribute that sets the height as a percentage (the default) or in pixels as required by HTML tags implemented in classes like Table and TableColumn.
Id Id is used to create an HTML id attribute required by HTML tags implemented as classes like Input and Select.
MaxLength MaxLength is used to create an HTML maximum length attribute that sets the maximum length as required by HTML tags implemented in classes like Input.
Multiple Multiple is used to create an HTML multiple attribute that sets the multiple as required by HTML tags implemented in classes like Input and Select.
Name Name is used to create an HTML name attribute required by HTML tags implemented as classes like Input and Select.
OnBlur OnBlur is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnChange OnChange is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnClick OnClick is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnDoubleClick OnDoubleClick is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnFocus OnFocus is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnKeyDown OnKeyDown is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnKeyUp OnKeyUp is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnReset OnReset is used to create an HTML event attribute required by HTML tags implemented as classes like Form and Input.
OnSubmit OnSubmit is used to create an HTML event attribute required by HTML tags implemented as classes like Form and Input.
Readonly Readonly is used to create an HTML readonly attribute that sets the readonly as required by HTML tags implemented in classes like Input and Select.
Rows Rows is used to create an HTML rows attribute required by HTML tags implemented as classes like Input and Select.
Selected Selected is used to create an HTML selected attribute that sets the selected as required by HTML tags implemented in classes like Input and Select.
Size Size is used to create an HTML size attribute that sets the size as required by HTML tags implemented in classes like Input and Select.
Source Source is used to create an HTML source attribute required by HTML tags implemented as classes like Image.
Style Style is used to create an HTML style attribute that sets the style as required by HTML tags implemented in classes like Select.
Title Title is used to create an HTML title attribute that provides a "tool tip" to the user when the mouse cursor is placed on an HTML tag which implements this attribute.
Type Type is used to create the HTML type attribute required for the Input HTML tag.
URL URL is used to create an HTML URL attribute required by HTML tags implemented as classes like Anchor.
Value Value is used to create an HTML value attribute that sets an integer or String value as required by HTML tags implemented in classes like Input and Option.
VerticalAlign VerticalAlign is used to create an HTML vertical alignment attribute required by HTML tags implemented as classes like TableColumn.
Width Width is used to create an HTML width attribute that sets the width as a percentage (the default) or in pixels as required by HTML tags implemented in classes like Table and TableColumn.
 

Package com.jdc.gui.html.tag.attr Description

Provides classes for creating HTML tag attributes.

Version:
1.0
Author:
J. Damon & Co.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.