org.gwtbootstrap3.client.ui
Class FormGroup

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.FormGroup
All Implemented Interfaces:
HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, IsWidget, Iterable<Widget>, HasResponsiveness, HasSize<FormGroupSize>, HasValidationState

public class FormGroup
extends FormElementContainer
implements HasSize<FormGroupSize>, HasValidationState

Author:
Sven Jacobs

Nested Class Summary
 
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
FormGroup()
           
 
Method Summary
 FormGroupSize getSize()
          Get the size of the widget
 ValidationState getValidationState()
          Gets the validation state of the widget
 void setSize(FormGroupSize size)
          Set the size of the widget
 void setValidationState(ValidationState state)
          Sets the validation state on the widget
 
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, onAttach, onBrowserEvent, onDetach, 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

FormGroup

public FormGroup()
Method Detail

setSize

public void setSize(FormGroupSize size)
Description copied from interface: HasSize
Set the size of the widget

Specified by:
setSize in interface HasSize<FormGroupSize>
Parameters:
size - T size of the widget

getSize

public FormGroupSize getSize()
Description copied from interface: HasSize
Get the size of the widget

Specified by:
getSize in interface HasSize<FormGroupSize>
Returns:
T size of the widget

setValidationState

public void setValidationState(ValidationState state)
Description copied from interface: HasValidationState
Sets the validation state on the widget

Specified by:
setValidationState in interface HasValidationState
Parameters:
state - validation state

getValidationState

public ValidationState getValidationState()
Description copied from interface: HasValidationState
Gets the validation state of the widget

Specified by:
getValidationState in interface HasValidationState
Returns:
widget's validation state


Copyright © 2015. All rights reserved.