|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.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.
Table,
TableColumn,
Serialized Form| Field Summary | |
static int |
MAXIMUM
The maximum height percentage. |
static int |
MINIMUM
The minimum height percentage. |
static String |
PERCENT
The HTML height percentage indicator. |
static String |
PIXELS
The HTML height pixel indicator. |
| Fields inherited from class com.jdc.gui.html.tag.Attribute |
SINGLE_QUOTE |
| Fields inherited from class com.jdc.xml.tag.Attribute |
DOUBLE_QUOTE, EQUALS |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
Height()
Constructs a Height object of the default type (percentage). |
|
Height(String type)
Constructs a Height object of the specified type. |
|
| Method Summary | |
String |
create(int value)
Create and return the height name/value attribute. |
| Methods inherited from class com.jdc.gui.html.tag.Attribute |
create, create, getName, getQuoteCharacter, getQuotedValue, getValue |
| Methods inherited from class com.jdc.xml.tag.Attribute |
create, create, create, create, create, getQualifier, setName, setQualifier, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MINIMUM
public static final int MAXIMUM
public static final String PERCENT
public static final String PIXELS
| Constructor Detail |
public Height()
public Height(String type)
| Method Detail |
public String create(int value)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||