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