com.vaadin.client.ui
Interface PostLayoutListener

All Known Implementing Classes:
PanelConnector, PopupViewConnector, TableConnector, TreeTableConnector, WindowConnector

public interface PostLayoutListener

Interface implemented by ComponentConnector implementations that want to know whenever a layout phase has ended. At the end of each layout phase, LayoutManager invokes the postLayout() method for all registered component connectors implementing this interface.

Since:
7.0
Author:
Vaadin Ltd

Method Summary
 void postLayout()
          Method invoked by LayoutManager to notify the connector that a layout phase has ended.
 

Method Detail

postLayout

void postLayout()
Method invoked by LayoutManager to notify the connector that a layout phase has ended. This method can be used to finalize internal layouting, but it is not allowed to change the its own external size or modify the conditions for any children.



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.