public class PictoChartPattern extends BaseBinder2<PictoChartOptions> implements Creator2<PictoChartOptions>
| Constructor and Description |
|---|
PictoChartPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<PictoChartOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<PictoChartOptions> params)
Creates nodes to be inserted into the DOM.
|
PictoChartOptions |
createOptions(CreatorParams<PictoChartOptions> params)
If supported by the Creator, can create an pattern options resembling the default options
for this creator.
|
PictoChartOptions |
generateOptions(BinderParams<PictoChartOptions> 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<PictoChartOptions> params)
Creator2create in interface Creator2<PictoChartOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<PictoChartOptions> params)
BaseBinder2bind in interface Binder2<PictoChartOptions>bind in class BaseBinder2<PictoChartOptions>params - See BinderParams for a complete listpublic PictoChartOptions generateOptions(BinderParams<PictoChartOptions> params)
BaseBinder2generateOptions in interface Binder2<PictoChartOptions>generateOptions in class BaseBinder2<PictoChartOptions>params - See BinderParams for a complete listpublic PictoChartOptions createOptions(CreatorParams<PictoChartOptions> params)
Creator2createOptions in interface Creator2<PictoChartOptions>params - See CreatorParams for a complete list