com.github.gwtbootstrap.client.ui
Interface CellTable.Style

All Superinterfaces:
CellTable.Style, CssResource, CssResourceBase, ResourcePrototype
Enclosing class:
CellTable<T>

@CssResource.ImportedWithPrefix(value="gwt-bootstrap-cellTable")
public static interface CellTable.Style
extends CellTable.Style


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
 
Field Summary
static String DEFAULT_CSS
           
 
Method Summary
 
Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Style
cellTableCell, cellTableEvenRow, cellTableEvenRowCell, cellTableFirstColumn, cellTableFirstColumnFooter, cellTableFirstColumnHeader, cellTableFooter, cellTableHeader, cellTableHoveredRow, cellTableHoveredRowCell, cellTableKeyboardSelectedCell, cellTableKeyboardSelectedRow, cellTableKeyboardSelectedRowCell, cellTableLastColumn, cellTableLastColumnFooter, cellTableLastColumnHeader, cellTableLoading, cellTableOddRow, cellTableOddRowCell, cellTableSelectedRow, cellTableSelectedRowCell, cellTableSortableHeader, cellTableSortedHeaderAscending, cellTableSortedHeaderDescending, cellTableWidget
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Field Detail

DEFAULT_CSS

static final String DEFAULT_CSS
See Also:
Constant Field Values


Copyright © 2012 gwtbootstrap. All Rights Reserved.