|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TableDefinition in org.gcube.portlets.user.tdw.client |
|---|
| Fields in org.gcube.portlets.user.tdw.client declared as TableDefinition | |
|---|---|
protected TableDefinition |
TabularDataController.currentTable
|
protected TableDefinition |
TabularDataGridPanel.currentTableDefinition
|
| Methods in org.gcube.portlets.user.tdw.client that return TableDefinition | |
|---|---|
protected TableDefinition |
TabularDataController.getCurrentTable()
|
TableDefinition |
TabularData.getCurrentTable()
Returns the current table definition. |
| Methods in org.gcube.portlets.user.tdw.client with parameters of type TableDefinition | |
|---|---|
protected void |
TabularDataGridPanel.doTableReady(TableDefinition definition)
|
protected void |
TabularDataGridPanel.setupGrid(TableDefinition tableDefinition)
|
| Method parameters in org.gcube.portlets.user.tdw.client with type arguments of type TableDefinition | |
|---|---|
void |
TabularData.getTableDefinition(String tableKey,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
|
protected void |
TabularDataController.getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
|
void |
TabularData.getTableDefinition(TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
Returns the TableDefinition for the specified TableId. |
| Uses of TableDefinition in org.gcube.portlets.user.tdw.client.config |
|---|
| Constructors in org.gcube.portlets.user.tdw.client.config with parameters of type TableDefinition | |
|---|---|
TabularDataGridViewConfig(TableViewConfig config,
TableDefinition definition)
|
|
| Uses of TableDefinition in org.gcube.portlets.user.tdw.client.event |
|---|
| Fields in org.gcube.portlets.user.tdw.client.event declared as TableDefinition | |
|---|---|
protected TableDefinition |
TableReadyEvent.tableDefinition
|
| Methods in org.gcube.portlets.user.tdw.client.event that return TableDefinition | |
|---|---|
TableDefinition |
TableReadyEvent.getTableDefinition()
|
| Constructors in org.gcube.portlets.user.tdw.client.event with parameters of type TableDefinition | |
|---|---|
TableReadyEvent(TableDefinition tableDefinition)
|
|
| Uses of TableDefinition in org.gcube.portlets.user.tdw.client.model.grid |
|---|
| Fields in org.gcube.portlets.user.tdw.client.model.grid declared as TableDefinition | |
|---|---|
protected TableDefinition |
DataRowReader.definition
|
protected TableDefinition |
DataRowPagingReader.definition
|
| Methods in org.gcube.portlets.user.tdw.client.model.grid with parameters of type TableDefinition | |
|---|---|
void |
DataRowPagingReader.setDefinition(TableDefinition definition)
|
| Constructors in org.gcube.portlets.user.tdw.client.model.grid with parameters of type TableDefinition | |
|---|---|
DataRowPagingReader(TableDefinition definition)
|
|
DataRowReader(TableDefinition definition)
|
|
| Uses of TableDefinition in org.gcube.portlets.user.tdw.client.rpc |
|---|
| Methods in org.gcube.portlets.user.tdw.client.rpc that return TableDefinition | |
|---|---|
TableDefinition |
TabularDataService.getCurrentTableDefinition(int tdSessionId)
|
TableDefinition |
TabularDataService.getTableDefinition(TableId id)
|
TableDefinition |
TabularDataService.openTable(int tdSessionId,
TableId tableId)
|
| Method parameters in org.gcube.portlets.user.tdw.client.rpc with type arguments of type TableDefinition | |
|---|---|
void |
TabularDataServiceAsync.getCurrentTableDefinition(int id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
|
void |
TabularDataServiceAsync.getTableDefinition(TableId id,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
|
void |
TabularDataServiceAsync.openTable(int tdSessionId,
TableId tableId,
com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
|
| Uses of TableDefinition in org.gcube.portlets.user.tdw.server |
|---|
| Methods in org.gcube.portlets.user.tdw.server that return TableDefinition | |
|---|---|
TableDefinition |
TabularDataServiceImpl.getCurrentTableDefinition(int tdSessionId)
|
TableDefinition |
TabularDataServiceImpl.getTableDefinition(TableId id)
|
TableDefinition |
TabularDataServiceImpl.openTable(int tdSessionId,
TableId tableId)
|
| Uses of TableDefinition in org.gcube.portlets.user.tdw.server.datasource |
|---|
| Methods in org.gcube.portlets.user.tdw.server.datasource that return TableDefinition | |
|---|---|
TableDefinition |
DataSource.getTableDefinition()
Returns the table definition. |
| Uses of TableDefinition in org.gcube.portlets.user.tdw.server.datasource.jdbc |
|---|
| Fields in org.gcube.portlets.user.tdw.server.datasource.jdbc declared as TableDefinition | |
|---|---|
protected TableDefinition |
JDBCDataSource.tableDefinition
|
| Methods in org.gcube.portlets.user.tdw.server.datasource.jdbc that return TableDefinition | |
|---|---|
protected TableDefinition |
JDBCDataSource.extractTableDefinition()
|
TableDefinition |
JDBCDataSource.getTableDefinition()
Returns the table definition. |
| Uses of TableDefinition in org.gcube.portlets.user.tdw.server.datasource.util |
|---|
| Fields in org.gcube.portlets.user.tdw.server.datasource.util declared as TableDefinition | |
|---|---|
protected TableDefinition |
TableJSonWriter.tableDefinition
|
protected TableDefinition |
TableJSonBuilder.tableDefinition
|
| Constructors in org.gcube.portlets.user.tdw.server.datasource.util with parameters of type TableDefinition | |
|---|---|
TableJSonBuilder(TableDefinition tableDefinition)
|
|
TableJSonWriter(Writer writer,
TableDefinition tableDefinition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||