com.vaadin.client.ui
Class VScrollTable.RowHeadersFooterCell

java.lang.Object
  extended by Widget
      extended by com.vaadin.client.ui.VScrollTable.FooterCell
          extended by com.vaadin.client.ui.VScrollTable.RowHeadersFooterCell
Enclosing class:
VScrollTable

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
protected  void handleCaptionEvent(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handleCaptionEvent

protected void handleCaptionEvent(Event event)
Description copied from class: VScrollTable.FooterCell
Handles a event on the captions

Overrides:
handleCaptionEvent in class VScrollTable.FooterCell
Parameters:
event - The event to handle


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.