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

All Known Implementing Classes:
AbstractHtmlLayoutContainer.HtmlData, BorderLayoutContainer.BorderLayoutData, BoxLayoutContainer.BoxLayoutData, HorizontalLayoutContainer.HorizontalLayoutData, MarginData, VerticalLayoutContainer.VerticalLayoutData

public interface HasMargins

A class that implements this interface has a margin specification. This interface provides access to the margin specification without compromising the ability to provide a mock container instance in JRE unit tests.


Method Summary
 Margins getMargins()
          Returns the margin specification.
 void setMargins(Margins margins)
          Sets the margin specification.
 

Method Detail

getMargins

Margins getMargins()
Returns the margin specification.

Returns:
the margin specification

setMargins

void setMargins(Margins margins)
Sets the margin specification.

Parameters:
margins - the margin specification


Copyright © 2012. All Rights Reserved.