|
WUI : API |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WLayoutManager | |
org.westofj.wui |
Uses of WLayoutManager in org.westofj.wui |
Classes in org.westofj.wui that implement WLayoutManager | |
class |
WFlowLayout
Arranges Widget components in a WContainer in their natural
HTML layout. |
class |
WGridLayout
Arranges Widget components in a WContainer in a grid. |
class |
WHorizontalLayout
Arranges Widget components in a WContainer in a horizontal
row. |
class |
WVerticalLayout
Arranges Widget components in a WContainer in a vertical
column. |
Fields in org.westofj.wui declared as WLayoutManager | |
static WLayoutManager |
WConstants.DEFAULT_LAYOUT
Default layout for containers. |
Methods in org.westofj.wui that return WLayoutManager | |
WLayoutManager |
WContainer.getLayoutManager()
Returns the layout manager that renders the display. |
Methods in org.westofj.wui with parameters of type WLayoutManager | |
void |
WContainer.setLayoutManager(WLayoutManager layoutManager)
Sets the layout manager that renders the display. |
Constructors in org.westofj.wui with parameters of type WLayoutManager | |
WContainer(WLayoutManager layoutManager)
Constructs a container with the specified layout manager. |
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |