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.RowHeadersHeaderCell
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.vaadin.client.ui.VScrollTable.HeaderCell
-
- com.vaadin.client.ui.VScrollTable.RowHeadersHeaderCell
-
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.RowHeadersHeaderCell extends VScrollTable.HeaderCell
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)
protected void
updateStyleNames(String primaryStyleName)
-
Methods inherited from class com.vaadin.client.ui.VScrollTable.HeaderCell
disableAutoWidthCalculation, getAlign, getCaption, getColKey, getExpandRatio, getMinWidth, getNaturalColumnWidth, getWidth, getWidthWithIndent, isDefinedWidth, isEnabled, isSorted, onBrowserEvent, resizeCaptionContainer, saveNaturalColumnWidthIfNotSaved, setAlign, setExpandRatio, setNaturalMinimumColumnWidth, setSortable, setText, setUndefinedWidth, setWidth
-
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
-
updateStyleNames
protected void updateStyleNames(String primaryStyleName)
Overrides:
updateStyleNames
in classVScrollTable.HeaderCell
-
handleCaptionEvent
protected void handleCaptionEvent(com.google.gwt.user.client.Event event)
Overrides:
-
-