public interface PostLayoutListener
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.| Modifier and Type | Method and Description |
|---|---|
void |
postLayout()
Method invoked by
LayoutManager to notify the connector that a
layout phase has ended. |
void postLayout()
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 © 2018 Vaadin Ltd. All rights reserved.