com.jdc.gui.html.tag.attr
Class ColumnSpan
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.ColumnSpan
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class ColumnSpan
- extends Attribute
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.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
TableColumn,
Serialized Form
|
Constructor Summary |
ColumnSpan()
Constructs a ColumnSpan object. |
|
Method Summary |
String |
create(int value)
Create and return the column span name/value attribute. |
ColumnSpan
public ColumnSpan()
- Constructs a ColumnSpan object.
create
public String create(int value)
- Create and return the column span name/value attribute.
- Returns:
- String ColumnSpan attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.