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