com.google.gwt.visualization.client
Class DataView

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.visualization.client.AbstractDataTable
          extended by com.google.gwt.visualization.client.DataView

public class DataView
extends AbstractDataTable

This class represents the DataView.

See Also:
DataView API Reference

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.visualization.client.AbstractDataTable
AbstractDataTable.ColumnType
 
Constructor Summary
protected DataView()
           
 
Method Summary
static DataView create(AbstractDataTable table)
           
 int getTableColumnIndex(int viewColumnIndex)
           
 int getTableRowIndex(int viewRowIndex)
           
 int getViewColumnIndex(int tableColumnIndex)
           
 com.google.gwt.core.client.JsArrayInteger getViewColumns()
           
 int getViewRowIndex(int tableRowIndex)
           
 com.google.gwt.core.client.JsArrayInteger getViewRows()
           
 void hideColumns(int[] columnIndices)
           
 void hideColumns(com.google.gwt.core.client.JsArrayInteger columnIndices)
           
 void hideRows(int[] rowsIndices)
           
 void hideRows(int from, int to)
           
 void hideRows(com.google.gwt.core.client.JsArrayInteger rowsIndices)
           
 void setColumns(int[] columnIndices)
           
 void setColumns(com.google.gwt.core.client.JsArrayInteger columnIndices)
           
 void setRows(int[] rowsIndices)
           
 void setRows(int from, int to)
           
 void setRows(com.google.gwt.core.client.JsArrayInteger rowsIndices)
           
 
Methods inherited from class com.google.gwt.visualization.client.AbstractDataTable
getColumnId, getColumnIndex, getColumnLabel, getColumnPattern, getColumnRange, getColumnType, getFormattedValue, getNumberOfColumns, getNumberOfRows, getProperty, getValueBoolean, getValueDate, getValueDouble, getValueInt, getValueString, getValueTimeOfDay, isValueNull
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataView

protected DataView()
Method Detail

create

public static DataView create(AbstractDataTable table)

getTableColumnIndex

public final int getTableColumnIndex(int viewColumnIndex)

getTableRowIndex

public final int getTableRowIndex(int viewRowIndex)

getViewColumnIndex

public final int getViewColumnIndex(int tableColumnIndex)

getViewColumns

public final com.google.gwt.core.client.JsArrayInteger getViewColumns()

getViewRowIndex

public final int getViewRowIndex(int tableRowIndex)

getViewRows

public final com.google.gwt.core.client.JsArrayInteger getViewRows()

hideColumns

public final void hideColumns(int[] columnIndices)

hideColumns

public final void hideColumns(com.google.gwt.core.client.JsArrayInteger columnIndices)

hideRows

public final void hideRows(int from,
                           int to)

hideRows

public final void hideRows(int[] rowsIndices)

hideRows

public final void hideRows(com.google.gwt.core.client.JsArrayInteger rowsIndices)

setColumns

public final void setColumns(int[] columnIndices)

setColumns

public final void setColumns(com.google.gwt.core.client.JsArrayInteger columnIndices)

setRows

public final void setRows(int from,
                          int to)

setRows

public final void setRows(int[] rowsIndices)

setRows

public final void setRows(com.google.gwt.core.client.JsArrayInteger rowsIndices)