|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasSouthWidget
A widget that implements this interface contains a widget in the "south" position. This interface provides access to that widget, if it exists, without compromising the ability to provide a mock container instance in JRE unit tests.
BorderLayoutContainer| Method Summary | |
|---|---|
Widget |
getSouthWidget()
Returns the south widget or null if one has not been set. |
void |
setSouthWidget(IsWidget widget)
Sets the south widget, replacing any existing south widget. |
| Method Detail |
|---|
Widget getSouthWidget()
void setSouthWidget(IsWidget widget)
widget - the new widget to place in the south position of the
container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||