com.vaadin.client.widgets
Class Grid.HeaderCell

java.lang.Object
  extended by com.vaadin.client.widgets.Grid.StaticSection.StaticCell
      extended by com.vaadin.client.widgets.Grid.HeaderCell
Enclosing class:
Grid<T>

public static class Grid.HeaderCell
extends Grid.StaticSection.StaticCell

A single cell in a grid header row. Has a caption and, if it's in a default row, a drag handle.


Constructor Summary
Grid.HeaderCell()
           
 
Method Summary
 
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
getColspan, getHtml, getSection, getStyleName, getText, getType, getWidget, setColspan, setHtml, setSection, setStyleName, setText, setWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.HeaderCell

public Grid.HeaderCell()


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