com.vaadin.client.ui
Class VForm

java.lang.Object
  extended by ComplexPanel
      extended by com.vaadin.client.ui.VForm

public class VForm
extends ComplexPanel


Field Summary
 Element caption
          For internal use only.
static java.lang.String CLASSNAME
           
 ApplicationConnection client
          For internal use only.
 Element desc
          For internal use only.
 VErrorMessage errorMessage
          For internal use only.
 Element fieldContainer
          For internal use only.
 Element fieldSet
          For internal use only.
 Widget footer
          For internal use only.
 Element footerContainer
          For internal use only.
 Icon icon
          For internal use only.
 java.lang.String id
          For internal use only.
 com.google.gwt.event.shared.HandlerRegistration keyDownRegistration
          For internal use only.
 Element legend
          For internal use only.
 Widget lo
          For internal use only.
 ShortcutActionHandler shortcutHandler
          For internal use only.
 
Constructor Summary
VForm()
           
 
Method Summary
 void onKeyDown(KeyDownEvent event)
           
 void setFooterWidget(Widget footerWidget)
           
 void setLayoutWidget(Widget newLayoutWidget)
           
 void setStyleName(java.lang.String style)
           
 void setStylePrimaryName(java.lang.String style)
           
protected  void updateStyleNames()
           
 
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

id

public java.lang.String id
For internal use only. May be removed or replaced in the future.


lo

public Widget lo
For internal use only. May be removed or replaced in the future.


legend

public Element legend
For internal use only. May be removed or replaced in the future.


caption

public Element caption
For internal use only. May be removed or replaced in the future.


desc

public Element desc
For internal use only. May be removed or replaced in the future.


icon

public Icon icon
For internal use only. May be removed or replaced in the future.


errorMessage

public VErrorMessage errorMessage
For internal use only. May be removed or replaced in the future.


fieldContainer

public Element fieldContainer
For internal use only. May be removed or replaced in the future.


footerContainer

public Element footerContainer
For internal use only. May be removed or replaced in the future.


fieldSet

public Element fieldSet
For internal use only. May be removed or replaced in the future.


footer

public Widget footer
For internal use only. May be removed or replaced in the future.


client

public ApplicationConnection client
For internal use only. May be removed or replaced in the future.


shortcutHandler

public ShortcutActionHandler shortcutHandler
For internal use only. May be removed or replaced in the future.


keyDownRegistration

public com.google.gwt.event.shared.HandlerRegistration keyDownRegistration
For internal use only. May be removed or replaced in the future.

Constructor Detail

VForm

public VForm()
Method Detail

setStyleName

public void setStyleName(java.lang.String style)

setStylePrimaryName

public void setStylePrimaryName(java.lang.String style)

updateStyleNames

protected void updateStyleNames()

onKeyDown

public void onKeyDown(KeyDownEvent event)

setFooterWidget

public void setFooterWidget(Widget footerWidget)

setLayoutWidget

public void setLayoutWidget(Widget newLayoutWidget)


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