org.gwtbootstrap3.client.ui
Class Form

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by org.gwtbootstrap3.client.ui.base.form.FormElementContainer
                      extended by org.gwtbootstrap3.client.ui.base.form.AbstractForm
                          extended by org.gwtbootstrap3.client.ui.Form
All Implemented Interfaces:
HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.impl.FormPanelImplHost, IndexedPanel, IndexedPanel.ForIsWidget, IsWidget, Iterable<Widget>, HasResponsiveness, HasType<FormType>

public class Form
extends AbstractForm
implements HasType<FormType>

A form.

Author:
Sven Jacobs
See Also:
FormGroup, FormLabel, FormControlStatic, Legend

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gwtbootstrap3.client.ui.base.form.AbstractForm
AbstractForm.SubmitCompleteEvent, AbstractForm.SubmitCompleteHandler, AbstractForm.SubmitEvent, AbstractForm.SubmitHandler
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel
IndexedPanel.ForIsWidget
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
Form()
           
Form(FormType type)
           
 
Method Summary
 FormType getType()
          Gets the type of the widget
 void setType(FormType type)
          Sets the type on the widget
 
Methods inherited from class org.gwtbootstrap3.client.ui.base.form.AbstractForm
addSubmitCompleteHandler, addSubmitHandler, getAction, getChildrenWithValidators, getEncoding, getMethod, getTarget, onAttach, onDetach, onFormSubmit, onFrameLoad, reset, setAction, setAction, setEncoding, setMethod, submit, validate, validate
 
Methods inherited from class org.gwtbootstrap3.client.ui.base.form.FormElementContainer
add, setHiddenOn, setVisibleOn
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Form

public Form()

Form

public Form(FormType type)
Method Detail

setType

public void setType(FormType type)
Description copied from interface: HasType
Sets the type on the widget

Specified by:
setType in interface HasType<FormType>
Parameters:
type - T type

getType

public FormType getType()
Description copied from interface: HasType
Gets the type of the widget

Specified by:
getType in interface HasType<FormType>
Returns:
type of the widget


Copyright © 2015. All rights reserved.