public class VerticalLayoutContainer extends InsertResizeContainer implements HasScrollHandlers, HasScrollSupport
| Modifier and Type | Class and Description |
|---|---|
static class |
VerticalLayoutContainer.VerticalLayoutData |
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabledInsertPanel.ForIsWidgetHasWidgets.ForIsWidgetDEBUG_ID_PREFIX| Constructor and Description |
|---|
VerticalLayoutContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IsWidget child,
VerticalLayoutContainer.VerticalLayoutData layoutData) |
HandlerRegistration |
addScrollHandler(ScrollHandler handler) |
ScrollSupport |
getScrollSupport() |
void |
insert(IsWidget w,
int beforeIndex,
VerticalLayoutContainer.VerticalLayoutData layoutData) |
boolean |
isAdjustForScroll()
Returns true if adjust for scroll is enabled.
|
void |
setAdjustForScroll(boolean adjustForScroll)
True to adjust the container width calculations to account for the scroll
bar (defaults to false).
|
void |
setScrollSupport(ScrollSupport support) |
insert, insertforceLayout, isLayoutRunning, isOrWasLayoutRunning, onResizeadd, add, addAddHandler, addBeforeAddHandler, addBeforeRemoveHandler, addContainerHandler, addRemoveHandler, clear, disable, enable, findWidget, getItemByItemId, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, remove, remove, removeaddBeforeHideHandler, addBeforeShowContextMenuHandler, addBeforeShowHandler, addBlurHandler, addDisableHandler, addEnableHandler, addFocusHandler, addHideHandler, addMoveHandler, addResizeHandler, addShowContextMenuHandler, addShowHandler, addStyleOnOver, clearSizeCache, disableEvents, enableEvents, fireEvent, focus, getData, getElement, getFocusSupport, getHideMode, getId, getItemId, getOffsetHeight, getOffsetWidth, getShadow, getStateId, getToolTip, hide, hideToolTip, isAllowTextSelection, isAutoHeight, isAutoWidth, isDeferHeight, isEnabled, isRendered, isStateful, isVisible, isVisible, mask, mask, onBrowserEvent, removeHandler, removeToolTip, setAllowTextSelection, setBorders, setBounds, setBounds, setContextMenu, setData, setDeferHeight, setEnabled, setHeight, setHeight, setHideMode, setId, setItemId, setPagePosition, setPixelSize, setPosition, setShadow, setSize, setStateful, setStateId, setTabIndex, setToolTip, setToolTipConfig, setVisible, setWidth, setWidth, show, sync, syncSize, unmaskaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, getLayoutData, getParent, isAttached, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, removeStyleName, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, sinkBitlessEvent, toString, unsinkEventsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddaddgetWidgetIndexgetWidget, getWidgetCount, getWidgetIndex, remove@UiChild(tagname="child") public void add(IsWidget child, VerticalLayoutContainer.VerticalLayoutData layoutData)
public HandlerRegistration addScrollHandler(ScrollHandler handler)
addScrollHandler in interface HasScrollHandlerspublic ScrollSupport getScrollSupport()
getScrollSupport in interface HasScrollSupportpublic void insert(IsWidget w, int beforeIndex, VerticalLayoutContainer.VerticalLayoutData layoutData)
public boolean isAdjustForScroll()
public void setAdjustForScroll(boolean adjustForScroll)
adjustForScroll - the adjust for scroll statepublic void setScrollSupport(ScrollSupport support)
setScrollSupport in interface HasScrollSupportCopyright © 2012. All Rights Reserved.