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