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