public class LayoutControls
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
align
String value to appear in align attribute of TD tag for this column of table.
|
org.ka2ddo.yaac.webserver.LayoutType |
type
Java formatting information for generating HTML text between the <td> and
</td> tags.
|
Constructor and Description |
---|
LayoutControls(java.lang.String align,
org.ka2ddo.yaac.webserver.LayoutType type)
Create a LayoutControl object.
|