|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BorderLayoutContainer.BorderLayoutData | |
|---|---|
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.container | |
| Uses of BorderLayoutContainer.BorderLayoutData in com.sencha.gxt.widget.core.client |
|---|
| Constructors in com.sencha.gxt.widget.core.client with parameters of type BorderLayoutContainer.BorderLayoutData | |
|---|---|
CollapsePanel(ContentPanel panel,
BorderLayoutContainer.BorderLayoutData data,
Style.LayoutRegion region)
Creates a CollapsePanel that acts as a stand-in for the given panel
when it is collapsed. |
|
| Uses of BorderLayoutContainer.BorderLayoutData in com.sencha.gxt.widget.core.client.container |
|---|
| Methods in com.sencha.gxt.widget.core.client.container with parameters of type BorderLayoutContainer.BorderLayoutData | |
|---|---|
void |
BorderLayoutContainer.setEastWidget(IsWidget child,
BorderLayoutContainer.BorderLayoutData layoutData)
Sets the widget in the east (right) region of the border layout container. |
void |
BorderLayoutContainer.setNorthWidget(IsWidget child,
BorderLayoutContainer.BorderLayoutData layoutData)
Sets the widget in the north (top) region of the border layout container. |
void |
BorderLayoutContainer.setSouthWidget(IsWidget child,
BorderLayoutContainer.BorderLayoutData layoutData)
Sets the widget in the south (bottom) region of the border layout container. |
void |
BorderLayoutContainer.setWestWidget(IsWidget child,
BorderLayoutContainer.BorderLayoutData layoutData)
Sets the widget in the west (left) region of the border layout container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||