public abstract class ColumnDefinition<T> extends Object
Constructor and Description |
---|
ColumnDefinition() |
Modifier and Type | Method and Description |
---|---|
boolean |
isClickable() |
boolean |
isSelectable() |
abstract com.google.gwt.user.client.ui.Widget |
render(T t) |
public abstract com.google.gwt.user.client.ui.Widget render(T t)
public boolean isClickable()
public boolean isSelectable()
Copyright © 2017. All rights reserved.