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