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