|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
org.gwtbootstrap3.client.ui.base.form.FormElementContainer
org.gwtbootstrap3.client.ui.base.form.AbstractForm
org.gwtbootstrap3.client.ui.Form
public class Form
A form.
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 |
|---|
public Form()
public Form(FormType type)
| Method Detail |
|---|
public void setType(FormType type)
HasType
setType in interface HasType<FormType>type - T typepublic FormType getType()
HasType
getType in interface HasType<FormType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||