WUI : API


Uses of Class
org.westofj.wui.WVerticalAlignment

Packages that use WVerticalAlignment
org.westofj.wui   
 

Uses of WVerticalAlignment in org.westofj.wui
 

Fields in org.westofj.wui declared as WVerticalAlignment
static WVerticalAlignment WVerticalAlignment.TOP
          Aligns the widget to the top.
static WVerticalAlignment WVerticalAlignment.CENTER
          Aligns the widget to the center.
static WVerticalAlignment WVerticalAlignment.BOTTOM
          Aligns the widget to the bottom.
 

Methods in org.westofj.wui that return WVerticalAlignment
 WVerticalAlignment WVerticalLayout.getDefaultVerticalAlignment()
          Returns the vertical alignment of the layout.
 WVerticalAlignment WHorizontalLayout.getDefaultVerticalAlignment()
          Returns the vertical alignment of the layout.
 WVerticalAlignment WGridLayout.getDefaultVerticalAlignment()
          Returns the vertical alignment of the layout.
 WVerticalAlignment WBorderLayout.getCenterVerticalAlignment()
           
 WVerticalAlignment WBorderLayout.getEastVerticalAlignment()
           
 WVerticalAlignment WBorderLayout.getNorthVerticalAlignment()
           
 WVerticalAlignment WBorderLayout.getSouthVerticalAlignment()
           
 WVerticalAlignment WBorderLayout.getWestVerticalAlignment()
           
 

Methods in org.westofj.wui with parameters of type WVerticalAlignment
 void WVerticalLayout.setDefaultVerticalAlignment(WVerticalAlignment alignment)
          Sets the vertical alignment of the layout to the specified alignment.
 void WHorizontalLayout.setDefaultVerticalAlignment(WVerticalAlignment alignment)
          Sets the vertical alignment of the layout to the specified alignment.
 void WGridLayout.setDefaultVerticalAlignment(WVerticalAlignment alignment)
          Sets the vertical alignment of the layout to the specified alignment.
 void WBorderLayout.setCenterVerticalAlignment(WVerticalAlignment verticalAlignment)
           
 void WBorderLayout.setEastVerticalAlignment(WVerticalAlignment verticalAlignment)
           
 void WBorderLayout.setNorthVerticalAlignment(WVerticalAlignment verticalAlignment)
           
 void WBorderLayout.setSouthVerticalAlignment(WVerticalAlignment verticalAlignment)
           
 void WBorderLayout.setWestVerticalAlignment(WVerticalAlignment verticalAlignment)
           
 


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