Package com.vaadin.client
Interface DirectionalManagedLayout
-
- All Superinterfaces:
ComponentConnector,Connector,HasWidget,ManagedLayout,Serializable,ServerConnector
- All Known Implementing Classes:
AbsoluteLayoutConnector,GridLayoutConnector,TwinColSelectConnector
public interface DirectionalManagedLayout extends ManagedLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlayoutHorizontally()voidlayoutVertically()-
Methods inherited from interface com.vaadin.client.ComponentConnector
delegateCaptionHandling, flush, getLayoutManager, getState, getTooltipInfo, hasTooltip, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled
-
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
-
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledState
-
-