public class PieChartPattern extends BaseBinder2<PieChartOptions> implements Creator2<PieChartOptions>
| Constructor and Description |
|---|
PieChartPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<PieChartOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<PieChartOptions> params)
Creates nodes to be inserted into the DOM.
|
PieChartOptions |
createOptions(CreatorParams<PieChartOptions> params)
If supported by the Creator, can create an pattern options resembling the default options
for this creator.
|
PieChartOptions |
generateOptions(BinderParams<PieChartOptions> params)
Binders can provide an options class that can be used to configure the environment
based on what is already there.
|
canRebind, getSingleBindRootpublic CreatorResult create(CreatorParams<PieChartOptions> params)
Creator2create in interface Creator2<PieChartOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<PieChartOptions> params)
BaseBinder2bind in interface Binder2<PieChartOptions>bind in class BaseBinder2<PieChartOptions>params - See BinderParams for a complete listpublic PieChartOptions generateOptions(BinderParams<PieChartOptions> params)
BaseBinder2generateOptions in interface Binder2<PieChartOptions>generateOptions in class BaseBinder2<PieChartOptions>params - See BinderParams for a complete listpublic PieChartOptions createOptions(CreatorParams<PieChartOptions> params)
Creator2createOptions in interface Creator2<PieChartOptions>params - See CreatorParams for a complete list