public class TreeGrid extends
Modifier and Type | Class and Description |
---|---|
static class |
TreeGrid.Options
Options for drawing the treegrid.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PACKAGE |
Constructor and Description |
---|
TreeGrid()
Constructor
|
TreeGrid(DataConnector dataConnector,
TreeGrid.Options options)
Constructor
|
TreeGrid(JavaScriptObject data,
TreeGrid.Options options)
Constructor
|
TreeGrid(JSONArray data,
TreeGrid.Options options)
Constructor
|
TreeGrid(TreeGrid.Options options)
Constructor
|
public static final java.lang.String PACKAGE
public TreeGrid()
public TreeGrid(DataConnector dataConnector, TreeGrid.Options options)
dataConnector
- A data connectoroptions
- A name/value map containing settings for the treegrid. See
the class TreeGrid.Options for all available optionspublic TreeGrid(JSONArray data, TreeGrid.Options options)
data
- A JSONArray with dataoptions
- A name/value map containing settings for the treegrid. See
the class TreeGrid.Options for all available optionspublic TreeGrid(JavaScriptObject data, TreeGrid.Options options)
data
- A JavaScriptObject with data (should contain an array with items)options
- A name/value map containing settings for the treegrid. See
the class TreeGrid.Options for all available optionspublic TreeGrid(TreeGrid.Options options)
options
- A name/value map containing settings for the treegrid. See the
class TreeGrid.Options for all available options