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