org.gwtbootstrap3.client.ui.gwt
Class FlowPanel

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 com.google.gwt.user.client.ui.FlowPanel
                      extended by org.gwtbootstrap3.client.ui.gwt.FlowPanel
All Implemented Interfaces:
HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, InsertPanel, InsertPanel.ForIsWidget, IsWidget, Iterable<Widget>, HasDataSpy, HasDataTarget, HasId, HasResponsiveness
Direct Known Subclasses:
AbstractButtonGroup, ButtonToolBar, InputGroup, ModalBody, ModalFooter, ModalHeader, NavbarCollapse, NavbarHeader

public class FlowPanel
extends FlowPanel
implements HasDataSpy, HasId, HasDataTarget, HasResponsiveness

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.InsertPanel
InsertPanel.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
FlowPanel()
           
 
Method Summary
 Spy getDataSpy()
          Gets the data spy attribute for the widget
 String getDataTarget()
          Gets the data target of the widget
 String getId()
          Gets the ID of the widget
 void setDataSpy(Spy spy)
          Set the data spy attribute on the widget
 void setDataTarget(String dataTarget)
          Sets the data target for the widget
 void setDataTargetWidget(Widget widget)
           
 void setDataTargetWidgets(List<Widget> widgets)
           
 void setHiddenOn(DeviceSize deviceSize)
          Sets the devices that the element is hidden on
 void setId(String id)
          Sets the ID on the widget
 void setVisibleOn(DeviceSize deviceSize)
          Sets the devices that the element is visible on
 
Methods inherited from class com.google.gwt.user.client.ui.FlowPanel
add, clear, insert, insert
 
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, 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
 
Methods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
add
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndex
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidget, getWidgetCount, getWidgetIndex, remove
 

Constructor Detail

FlowPanel

public FlowPanel()
Method Detail

setDataSpy

public void setDataSpy(Spy spy)
Description copied from interface: HasDataSpy
Set the data spy attribute on the widget

Specified by:
setDataSpy in interface HasDataSpy
Parameters:
spy - data spy attribute for the widget

getDataSpy

public Spy getDataSpy()
Description copied from interface: HasDataSpy
Gets the data spy attribute for the widget

Specified by:
getDataSpy in interface HasDataSpy
Returns:
data spy attribute on the widget

setDataTargetWidgets

public void setDataTargetWidgets(List<Widget> widgets)
Specified by:
setDataTargetWidgets in interface HasDataTarget

setDataTargetWidget

public void setDataTargetWidget(Widget widget)
Specified by:
setDataTargetWidget in interface HasDataTarget

setDataTarget

public void setDataTarget(String dataTarget)
Description copied from interface: HasDataTarget
Sets the data target for the widget

Specified by:
setDataTarget in interface HasDataTarget
Parameters:
dataTarget - data target string

getDataTarget

public String getDataTarget()
Description copied from interface: HasDataTarget
Gets the data target of the widget

Specified by:
getDataTarget in interface HasDataTarget
Returns:
data target

setId

public void setId(String id)
Description copied from interface: HasId
Sets the ID on the widget

Specified by:
setId in interface HasId
Parameters:
id - String desired ID

getId

public String getId()
Description copied from interface: HasId
Gets the ID of the widget

Specified by:
getId in interface HasId
Returns:
String widget ID

setVisibleOn

public void setVisibleOn(DeviceSize deviceSize)
Description copied from interface: HasResponsiveness
Sets the devices that the element is visible on

Specified by:
setVisibleOn in interface HasResponsiveness
Parameters:
deviceSize - device size
See Also:
DeviceSize

setHiddenOn

public void setHiddenOn(DeviceSize deviceSize)
Description copied from interface: HasResponsiveness
Sets the devices that the element is hidden on

Specified by:
setHiddenOn in interface HasResponsiveness
Parameters:
deviceSize - device sizes
See Also:
DeviceSize


Copyright © 2015. All rights reserved.