public class PivotTablePattern extends BaseBinder2<PivotTableOptions> implements Creator2<PivotTableOptions>
PivotTablePattern, the databinding pattern for configuring DVT Pivot Tables
| Constructor and Description |
|---|
PivotTablePattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<PivotTableOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<PivotTableOptions> params)
Creates nodes to be inserted into the DOM.
|
PivotTableOptions |
createOptions(CreatorParams<PivotTableOptions> params)
If supported by the Creator, can create an pattern options resembling the default options for this creator.
|
PivotTableOptions |
generateOptions(BinderParams<PivotTableOptions> params)
Binders can provide an options class that can be used to configure the environment based on what is already there.
|
protected org.w3c.dom.Element |
getSingleBindRoot(org.w3c.dom.Node bindRoots)
Convenience method to return a single element from the set of bind roots.
|
canRebindpublic CreatorResult create(CreatorParams<PivotTableOptions> params)
Creator2create in interface Creator2<PivotTableOptions>params - See CreatorParams for listingpublic BinderResult bind(BinderParams<PivotTableOptions> params)
BaseBinder2bind in interface Binder2<PivotTableOptions>bind in class BaseBinder2<PivotTableOptions>params - See BinderParams for a complete listpublic PivotTableOptions generateOptions(BinderParams<PivotTableOptions> params)
BaseBinder2generateOptions in interface Binder2<PivotTableOptions>generateOptions in class BaseBinder2<PivotTableOptions>params - See BinderParams for a complete listpublic PivotTableOptions createOptions(CreatorParams<PivotTableOptions> params)
Creator2createOptions in interface Creator2<PivotTableOptions>params - See CreatorParams for a complete listprotected org.w3c.dom.Element getSingleBindRoot(org.w3c.dom.Node bindRoots)
getSingleBindRoot in class BaseBinder2<PivotTableOptions>