com.github.gwtbootstrap.client.ui
Class FluidRow
java.lang.Object
com.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
com.google.gwt.user.client.ui.FlowPanel
com.github.gwtbootstrap.client.ui.base.DivWidget
com.github.gwtbootstrap.client.ui.Row
com.github.gwtbootstrap.client.ui.FluidRow
- All Implemented Interfaces:
- HasStyle, IsResponsive, HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, InsertPanel, InsertPanel.ForIsWidget, IsWidget, Iterable<Widget>
public class FluidRow
- extends Row
Row that adapts its size to the parent widget.
Part of the Bootstrap Grid System. It extends Row
so it can be used
in any place that Row can be used in. In contrast to the fixed Row, a
FluidRow adapts its size to the parent widget. The Columns
are
resized to fit that width.
UiBinder Usage:
<b:FluidContainer>
<b:FluidRow>
<b:Column size="4">...</b:Column>
<b:Column size="8">...</b:Column>
</b:FluidRow>
</b:FluidContainer>
- Since:
- 2.0.4.0
- Author:
- Dominik Mayer
- See Also:
- Bootstrap documentation,
FluidContainer
,
Container
Constructor Summary |
FluidRow()
Creates an empty FluidRow. |
FluidRow(String html)
Creates a FluidRow with given html. |
Methods inherited from class com.github.gwtbootstrap.client.ui.Row |
setMarginTop |
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, 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 |
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, unsinkEvents |
FluidRow
public FluidRow()
- Creates an empty FluidRow.
FluidRow
public FluidRow(String html)
- Creates a FluidRow with given html.
- Parameters:
html
- the row's content
Copyright © 2012 gwtbootstrap. All Rights Reserved.