public static class Widget.BindableTableEntry extends java.lang.Object implements BooleanBindable, NumberBindable, StringBindable
NULLNULLNULL| Constructor and Description |
|---|
Widget.BindableTableEntry(ITable table,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBindableValue(boolean value) |
void |
setBindableValue(double value) |
void |
setBindableValue(java.lang.String value) |
public Widget.BindableTableEntry(ITable table,
java.lang.String key)
public void setBindableValue(java.lang.String value)
setBindableValue in interface StringBindablepublic void setBindableValue(double value)
setBindableValue in interface NumberBindablepublic void setBindableValue(boolean value)
setBindableValue in interface BooleanBindable