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