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