public class TimelineSeriesPattern extends BaseBinder2<TimelineSeriesOptions> implements Creator2<TimelineSeriesOptions>
TimelineSeriesPattern, the databinding pattern for configuring DVT Timeline
| Constructor and Description |
|---|
TimelineSeriesPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<TimelineSeriesOptions> params)
To be implemented by subclasses.
|
CreatorResult |
create(CreatorParams<TimelineSeriesOptions> creatorParams)
Creates nodes to be inserted into the DOM.
|
TimelineSeriesOptions |
createOptions(CreatorParams<TimelineSeriesOptions> creatorParams)
If supported by the Creator, can create an pattern options resembling the default options for this creator.
|
TimelineSeriesOptions |
generateOptions(BinderParams<TimelineSeriesOptions> binderParams)
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.
|
boolean |
isRebind(org.w3c.dom.Element elementRoot) |
canRebindpublic CreatorResult create(CreatorParams<TimelineSeriesOptions> creatorParams)
Creator2create in interface Creator2<TimelineSeriesOptions>creatorParams - See CreatorParams for listingpublic BinderResult bind(BinderParams<TimelineSeriesOptions> params)
BaseBinder2bind in interface Binder2<TimelineSeriesOptions>bind in class BaseBinder2<TimelineSeriesOptions>params - See BinderParams for a complete listpublic TimelineSeriesOptions generateOptions(BinderParams<TimelineSeriesOptions> binderParams)
BaseBinder2generateOptions in interface Binder2<TimelineSeriesOptions>generateOptions in class BaseBinder2<TimelineSeriesOptions>binderParams - See BinderParams for a complete listpublic TimelineSeriesOptions createOptions(CreatorParams<TimelineSeriesOptions> creatorParams)
Creator2createOptions in interface Creator2<TimelineSeriesOptions>creatorParams - See CreatorParams for a complete listpublic boolean isRebind(org.w3c.dom.Element elementRoot)
protected org.w3c.dom.Element getSingleBindRoot(org.w3c.dom.Node bindRoots)
getSingleBindRoot in class BaseBinder2<TimelineSeriesOptions>