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

All Known Implementing Classes:
BorderLayoutContainer, NorthSouthContainer

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.

See Also:
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

getNorthWidget

Widget getNorthWidget()
Returns the north widget or null if one has not been set.

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

setNorthWidget

void setNorthWidget(IsWidget widget)
Sets the north widget, replacing any existing north widget.

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


Copyright © 2012. All Rights Reserved.