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