public class ColumnFooter<M> extends Component
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnFooter.Foot |
class |
ColumnFooter.FooterRow |
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabledDEBUG_ID_PREFIX| Constructor and Description |
|---|
ColumnFooter(Grid<M> grid,
ColumnModel<M> cm) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ColumnFooter.FooterRow row) |
void |
remove(ColumnFooter.FooterRow row) |
void |
updateColumnHidden(int column,
boolean hidden) |
void |
updateColumnWidth(int column,
int width) |
void |
updateTotalWidth(int offset,
int width) |
addBeforeHideHandler, addBeforeShowContextMenuHandler, addBeforeShowHandler, addBlurHandler, addDisableHandler, addEnableHandler, addFocusHandler, addHideHandler, addMoveHandler, addResizeHandler, addShowContextMenuHandler, addShowHandler, addStyleOnOver, clearSizeCache, disable, disableEvents, enable, 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, unsinkEventspublic ColumnFooter(Grid<M> grid, ColumnModel<M> cm)
public void add(ColumnFooter.FooterRow row)
public void remove(ColumnFooter.FooterRow row)
public void updateColumnHidden(int column,
boolean hidden)
public void updateColumnWidth(int column,
int width)
public void updateTotalWidth(int offset,
int width)
Copyright © 2012. All Rights Reserved.