WUI : API


org.westofj.wui
Class WVerticalAlignment

java.lang.Object
  extended byorg.westofj.wui.WVerticalAlignment

public class WVerticalAlignment
extends Object

An enumerated type that contains values representing vertical alignment.

Version:
$Revision: 1.2 $, $Date: 2004/03/08 01:57:36 $
Author:
bill

Field Summary
static WVerticalAlignment BOTTOM
          Aligns the widget to the bottom.
static WVerticalAlignment CENTER
          Aligns the widget to the center.
static WVerticalAlignment TOP
          Aligns the widget to the top.
 
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

TOP

public static final WVerticalAlignment TOP
Aligns the widget to the top.


CENTER

public static final WVerticalAlignment CENTER
Aligns the widget to the center.


BOTTOM

public static final WVerticalAlignment BOTTOM
Aligns the widget to the bottom.

Method Detail

getHtmlAlign

public String getHtmlAlign()
Returns the html alignment string for insertion into generated HTML.

Returns:
the html alignment string for insertion into generated HTML.

Copyright (c) 2003 West of J - All rights reserved.