Uses of Interface
com.vaadin.client.ui.layout.ElementResizeListener
-
Packages that use ElementResizeListener Package Description com.vaadin.client com.vaadin.client.extensions com.vaadin.client.ui.orderedlayout -
-
Uses of ElementResizeListener in com.vaadin.client
Methods in com.vaadin.client with parameters of type ElementResizeListener Modifier and Type Method Description voidLayoutManager. addElementResizeListener(com.google.gwt.dom.client.Element element, ElementResizeListener listener)Adds a listener that will be notified whenever the size of a specific element changes.voidLayoutManager. removeElementResizeListener(com.google.gwt.dom.client.Element element, ElementResizeListener listener)Removes an element resize listener from the provided element. -
Uses of ElementResizeListener in com.vaadin.client.extensions
Classes in com.vaadin.client.extensions that implement ElementResizeListener Modifier and Type Class Description classResponsiveConnectorThe client side connector for the Responsive extension. -
Uses of ElementResizeListener in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return ElementResizeListener Modifier and Type Method Description ElementResizeListenerSlot. getCaptionResizeListener()Returns the caption resize listener for this slot if one has been set.ElementResizeListenerSlot. getSpacingResizeListener()Returns the spacing element resize listener for this slot if one has been set.ElementResizeListenerSlot. getWidgetResizeListener()Returns the widget resize listener for this slot if one has been set.Methods in com.vaadin.client.ui.orderedlayout with parameters of type ElementResizeListener Modifier and Type Method Description voidSlot. setCaptionResizeListener(ElementResizeListener captionResizeListener)Sets the caption resize listener for this slot.voidSlot. setSpacingResizeListener(ElementResizeListener spacingResizeListener)Sets the spacing element resize listener for this slot.voidSlot. setWidgetResizeListener(ElementResizeListener widgetResizeListener)Sets the widget resize listener for this slot.
-