public class MapPattern extends BaseBinder2<MapOptions> implements Creator2<MapOptions>
| Constructor and Description |
|---|
MapPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<MapOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<MapOptions> params)
Creates nodes to be inserted into the DOM.
|
MapOptions |
createOptions(CreatorParams<MapOptions> params)
Creates a new empty MapOptions class.
|
MapOptions |
generateOptions(BinderParams<MapOptions> params)
This method can be called whenever the user wants to rebind an already bound Map component.
|
canRebind, getSingleBindRootpublic CreatorResult create(CreatorParams<MapOptions> params)
Creator2create in interface Creator2<MapOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<MapOptions> params)
BaseBinder2bind in interface Binder2<MapOptions>bind in class BaseBinder2<MapOptions>params - See BinderParams for a complete listpublic MapOptions generateOptions(BinderParams<MapOptions> params)
generateOptions in interface Binder2<MapOptions>generateOptions in class BaseBinder2<MapOptions>params - an instance of BinderParamspublic MapOptions createOptions(CreatorParams<MapOptions> params)
createOptions in interface Creator2<MapOptions>params -