WUI : API


org.westofj.wui
Class WHorizontalAlignment

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

public class WHorizontalAlignment
extends Object

An enumerated type that contains values representing horizontal alignment.

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

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

LEFT

public static final WHorizontalAlignment LEFT
Aligns the widget to the left.


CENTER

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


RIGHT

public static final WHorizontalAlignment RIGHT
Aligns the widget to the right.

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.