|
WUI : API |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.westofj.wui.WHorizontalAlignment
An enumerated type that contains values representing horizontal alignment.
Field Summary | |
static WHorizontalAlignment |
CENTER
Aligns the widget to the center. |
static WHorizontalAlignment |
LEFT
Aligns the widget to the left. |
static WHorizontalAlignment |
RIGHT
Aligns the widget to the right. |
Method Summary | |
String |
getHtmlAlign()
Returns the html alignment string for insertion into generated HTML. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final WHorizontalAlignment LEFT
public static final WHorizontalAlignment CENTER
public static final WHorizontalAlignment RIGHT
Method Detail |
public String getHtmlAlign()
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |