|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasNorthWidget
A widget that implements this interface contains a widget in the "north" 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 |
getNorthWidget()
Returns the north widget or null if one has not been set. |
void |
setNorthWidget(IsWidget widget)
Sets the north widget, replacing any existing north widget. |
| Method Detail |
|---|
Widget getNorthWidget()
void setNorthWidget(IsWidget widget)
widget - the new widget to place in the north position of the
container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||