| Package | Description |
|---|---|
| gwt.material.design.client.data.events | |
| gwt.material.design.client.ui.table |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllEventHandlers<T> |
interface |
HasRemoveColumnHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemoveColumnHandler> |
RemoveColumnEvent.TYPE |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<RemoveColumnHandler> |
RemoveColumnEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasRemoveColumnHandler.addRemoveColumnHandler(RemoveColumnHandler handler) |
protected void |
RemoveColumnEvent.dispatch(RemoveColumnHandler 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.addRemoveColumnHandler(RemoveColumnHandler handler)
Event fired when the tables view calls
HasColumns.removeColumn(int). |
Copyright © 2018. All rights reserved.