com.google.gwt.visualization.client
Class DataView
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.visualization.client.AbstractDataTable
com.google.gwt.visualization.client.DataView
public class DataView
- extends AbstractDataTable
This class represents the DataView.
- See Also:
-
DataView API Reference
Constructor Summary |
protected |
DataView()
|
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 |
DataView
protected DataView()
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)