com.vaadin.client.ui
Class VVerticalLayout

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
          extended by com.vaadin.client.ui.VVerticalLayout

public class VVerticalLayout
extends VAbstractOrderedLayout

Represents a layout where the children is ordered vertically


Field Summary
static java.lang.String CLASSNAME
           
 
Fields inherited from class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
definedHeight, spacing, vertical
 
Constructor Summary
VVerticalLayout()
          Default constructor
 
Method Summary
 void setStyleName(java.lang.String style)
           
 
Methods inherited from class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
addOrMoveSlot, addOrMoveSlot, clearExpand, createSlot, getCaptionPositionFromElement, getCaptionPositionFromElement, getLayoutManager, getSlot, getSlot, getSlot, insert, insert, removeSlot, removeWidget, setHeight, setLayoutManager, setMargin, setSlotStyleNames, setSpacing, updateCaptionOffset, updateCaptionOffset, updateExpandCompensation, updateExpandedSizes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values
Constructor Detail

VVerticalLayout

public VVerticalLayout()
Default constructor

Method Detail

setStyleName

public void setStyleName(java.lang.String style)


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