|
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.VerticalAlign
VerticalAlign is used to create an HTML vertical alignment attribute required by HTML tags implemented as classes like TableColumn. This class is implemented as an enumerated type. It cannot be instantiated.
TableColumn,
Serialized Form| Field Summary | |
static VerticalAlign |
BASELINE
The first line of the contents of the cell are aligned with a common baseline |
static VerticalAlign |
BOTTOM
The contents of the table cells are aligned at the bottom of the cell. |
static VerticalAlign |
MIDDLE
The contents of table cells are centered vertically in each cell. |
static VerticalAlign |
TOP
The contents of the table cells are aligned at the top of the cell. |
| 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 |
| Method Summary | |
String |
create()
Create and return the vertical alignment name/value attribute. |
String |
getValue()
Return the vertical alignment value. |
| Methods inherited from class com.jdc.gui.html.tag.Attribute |
create, create, getName, getQuoteCharacter, getQuotedValue |
| Methods inherited from class com.jdc.xml.tag.Attribute |
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 VerticalAlign TOP
public static final VerticalAlign MIDDLE
public static final VerticalAlign BOTTOM
public static final VerticalAlign BASELINE
| Method Detail |
public String create()
create in class AttributeString.public String getValue()
getValue in class Attribute
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||