|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.visualization.client.formatters.NumberFormat
public class NumberFormat
Describes how numeric columns should be formatted.
Nested Class Summary | |
---|---|
static class |
NumberFormat.Options
Options to configure the formatter. |
Constructor Summary | |
---|---|
protected |
NumberFormat()
|
Method Summary | |
---|---|
static NumberFormat |
create(NumberFormat.Options options)
|
void |
format(DataTable data,
int columnIndex)
|
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected NumberFormat()
Method Detail |
---|
public static NumberFormat create(NumberFormat.Options options)
public final void format(DataTable data, int columnIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |