Package com.vaadin.client.ui.layout
Interface MayScrollChildren
-
- All Superinterfaces:
Connector
,HasComponentsConnector
,Serializable
,ServerConnector
- All Known Implementing Classes:
AccordionConnector
,PanelConnector
,TabsheetConnector
,UIConnector
,WindowConnector
public interface MayScrollChildren extends HasComponentsConnector
An interface that indicates that the associated component or layout can have scrollbars if the child contents won't fit otherwise.- Author:
- Vaadin Ltd
-
-
Method Summary
-
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
-
Methods inherited from interface com.vaadin.client.HasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponents, updateCaption
-
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getState, getTag, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledState
-
-