We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class VScrollTable.RowHeadersFooterCell
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.vaadin.client.ui.VScrollTable.FooterCell
-
- com.vaadin.client.ui.VScrollTable.RowHeadersFooterCell
-
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers
,com.google.gwt.event.shared.HasHandlers
,com.google.gwt.user.client.EventListener
,com.google.gwt.user.client.ui.HasVisibility
,com.google.gwt.user.client.ui.IsWidget
Enclosing class:
public class VScrollTable.RowHeadersFooterCell extends VScrollTable.FooterCell
HeaderCell that is header cell for row headers. Reordering disabled and clicking on it resets sorting.
-
-
Method Summary
All Methods Modifier and Type Method Description protected void
handleCaptionEvent​(com.google.gwt.user.client.Event event)
Handles a event on the captions
-
Methods inherited from class com.vaadin.client.ui.VScrollTable.FooterCell
getAlign, getColKey, getExpandRatio, getNaturalColumnWidth, getWidth, isDefinedWidth, isEnabled, onBrowserEvent, saveNaturalColumnWidthIfNotSaved, setAlign, setExpandRatio, setNaturalMinimumColumnWidth, setText, setUndefinedWidth, setWidth, updateStyleNames
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, 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
-
-
-
-
Method Detail
-
handleCaptionEvent
protected void handleCaptionEvent​(com.google.gwt.user.client.Event event)
Description copied from class:
VScrollTable.FooterCell
Handles a event on the captions
Overrides:
handleCaptionEvent
in classVScrollTable.FooterCell
Parameters:
event
- The event to handle
-
-