| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.extensions | |
| com.vaadin.client.ui.orderedlayout |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutManager.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.
|
void |
LayoutManager.removeElementResizeListener(com.google.gwt.dom.client.Element element,
ElementResizeListener listener)
Removes an element resize listener from the provided element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponsiveConnector
The client side connector for the Responsive extension.
|
| Modifier and Type | Method and Description |
|---|---|
ElementResizeListener |
Slot.getCaptionResizeListener()
Returns the caption resize listener for this slot if one has been set.
|
ElementResizeListener |
Slot.getSpacingResizeListener()
Returns the spacing element resize listener for this slot if one has been
set.
|
ElementResizeListener |
Slot.getWidgetResizeListener()
Returns the widget resize listener for this slot if one has been set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setCaptionResizeListener(ElementResizeListener captionResizeListener)
Sets the caption resize listener for this slot.
|
void |
Slot.setSpacingResizeListener(ElementResizeListener spacingResizeListener)
Sets the spacing element resize listener for this slot.
|
void |
Slot.setWidgetResizeListener(ElementResizeListener widgetResizeListener)
Sets the widget resize listener for this slot.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.