com.sencha.gxt.widget.core.client.container
Interface HasWestWidget

All Known Implementing Classes:
BorderLayoutContainer

public interface HasWestWidget

A widget that implements this interface contains a widget in the "west" 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.

See Also:
BorderLayoutContainer

Method Summary
 Widget getWestWidget()
          Returns the west widget or null if one has not been set.
 void setWestWidget(IsWidget widget)
          Sets the west widget, replacing any existing est widget.
 

Method Detail

getWestWidget

Widget getWestWidget()
Returns the west widget or null if one has not been set.

Returns:
the west widget or null if one has not been set

setWestWidget

void setWestWidget(IsWidget widget)
Sets the west widget, replacing any existing est widget.

Parameters:
widget - the new widget to place in the west position of the container


Copyright © 2012. All Rights Reserved.