com.vaadin.terminal.gwt.client
Interface DirectionalManagedLayout

All Superinterfaces:
ComponentConnector, Connector, ManagedLayout, Serializable, ServerConnector
All Known Implementing Classes:
AbsoluteLayoutConnector, AbstractOrderedLayoutConnector, GridLayoutConnector, HorizontalLayoutConnector, TableConnector, TreeTableConnector, TwinColSelectConnector, VerticalLayoutConnector

public interface DirectionalManagedLayout
extends ManagedLayout


Method Summary
 void layoutHorizontally()
           
 void layoutVertically()
           
 
Methods inherited from interface com.vaadin.terminal.gwt.client.ComponentConnector
delegateCaptionHandling, getLayoutManager, getState, getTooltipInfo, getWidget, hasEventListener, isReadOnly, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled
 
Methods inherited from interface com.vaadin.terminal.gwt.client.ServerConnector
addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, isEnabled, onUnregister, setChildren, setParent, updateEnabledState
 
Methods inherited from interface com.vaadin.terminal.gwt.client.Connector
getConnectorId
 

Method Detail

layoutVertically

void layoutVertically()

layoutHorizontally

void layoutHorizontally()


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