com.vaadin.client.ui
Class VCssLayout

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.ui.VCssLayout

public class VCssLayout
extends FlowPanel

VCCSlayout is a layout which supports configuring it's children with CSS selectors


Field Summary
static java.lang.String CLASSNAME
           
 
Constructor Summary
VCssLayout()
          Default constructor
 
Method Summary
 void addOrMove(Widget child, int index)
          For internal use only.
 
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

VCssLayout

public VCssLayout()
Default constructor

Method Detail

addOrMove

public void addOrMove(Widget child,
                      int index)
For internal use only. May be removed or replaced in the future.



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