com.sibvisions.rad.ui.web.ext.gxt.layout
Interface IPreferredSizeLayout

All Known Implementing Classes:
GVxBorderLayout, GVxFlowLayout, GVxFormLayout, GVxLayout

public interface IPreferredSizeLayout

BorderLayout implementation as know in AWT.


Method Summary
 Size getPreferredSize(Container<?> pContainer)
          Calculates the preferred size of the container.
 

Method Detail

getPreferredSize

Size getPreferredSize(Container<?> pContainer)
Calculates the preferred size of the container.

Parameters:
pContainer - the container.
Returns:
the preferred size.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.