Package | Description |
---|---|
gwt.material.design.client.data.events | |
gwt.material.design.client.ui.table |
Modifier and Type | Interface and Description |
---|---|
interface |
AllEventHandlers<T> |
interface |
HasInsertColumnHandler<T> |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<InsertColumnHandler> |
InsertColumnEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.GwtEvent.Type<InsertColumnHandler> |
InsertColumnEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasInsertColumnHandler.addInsertColumnHandler(InsertColumnHandler<T> handler) |
protected void |
InsertColumnEvent.dispatch(InsertColumnHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
MaterialDataTable<T>
The standard Material data table with custom "outer" components such as,
table icon, table title, stretch functionality, column toggling, etc.
|
class |
MaterialInfiniteDataTable<T>
"Infinite" Material data table extending
MaterialDataTable . |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
AbstractDataTable.addInsertColumnHandler(InsertColumnHandler<T> handler)
Event fired when the tables view calls
HasColumns.insertColumn(int, Column, String) . |
Copyright © 2018. All rights reserved.