com.vaadin.terminal.gwt.client
Interface ContainerResizedListener

All Known Implementing Classes:
VSlider

public interface ContainerResizedListener

ContainerResizedListener interface is useful for Widgets that support relative sizes and who need some additional sizing logic.


Method Summary
 void iLayout()
          This function is run when container box has been resized.
 

Method Detail

iLayout

void iLayout()
This function is run when container box has been resized. Object implementing ContainerResizedListener is responsible to call the same function on its ancestors that implement NeedsLayout in case their container has resized. runAnchestorsLayout(HasWidgets parent) function from Util class may be a good helper for this.



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