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, getSingleBindRoot
public CreatorResult create(CreatorParams<BubbleGraphOptions> params)
Creator2
create
in interface Creator2<BubbleGraphOptions>
params
- See CreatorParams for listingpublic BinderResult bind(BinderParams<BubbleGraphOptions> params)
BaseBinder2
bind
in interface Binder2<BubbleGraphOptions>
bind
in class BaseBinder2<BubbleGraphOptions>
params
- See BinderParams for a complete listpublic BubbleGraphOptions generateOptions(BinderParams<BubbleGraphOptions> params)
BaseBinder2
generateOptions
in interface Binder2<BubbleGraphOptions>
generateOptions
in class BaseBinder2<BubbleGraphOptions>
params
- See BinderParams for a complete listpublic BubbleGraphOptions createOptions(CreatorParams<BubbleGraphOptions> params)
Creator2
createOptions
in interface Creator2<BubbleGraphOptions>
params
- See CreatorParams for a complete list