public class TablePicker<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TablePicker.ValueRenderer<T> |
| Modifier and Type | Field and Description |
|---|---|
static double |
GOLDEN_RATIO |
| Constructor and Description |
|---|
TablePicker(com.google.gwt.user.cellview.client.CellTable<T> table,
TablePicker.ValueRenderer<T> renderer) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clearSelection() |
void |
setDescription(String description) |
void |
setPopupWidth(int popupWidth) |
void |
setRightToLeft(boolean rightToLeft) |
public static final double GOLDEN_RATIO
public TablePicker(com.google.gwt.user.cellview.client.CellTable<T> table, TablePicker.ValueRenderer<T> renderer)
public void setRightToLeft(boolean rightToLeft)
public void setPopupWidth(int popupWidth)
public void setDescription(String description)
public com.google.gwt.user.client.ui.Widget asWidget()
public void clearSelection()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.