public class AreaChartPattern extends BaseBinder2<AreaChartOptions> implements Creator2<AreaChartOptions>
| Constructor and Description |
|---|
AreaChartPattern() |
| Modifier and Type | Method and Description |
|---|---|
BinderResult |
bind(BinderParams<AreaChartOptions> params)
Binds a new or an already bound dvt:areaChart tag using the options specified in
the AreaChartOptions class.
|
CreatorResult |
create(CreatorParams<AreaChartOptions> params)
Creates a new dvt:areaChart tag.
|
AreaChartOptions |
createOptions(CreatorParams<AreaChartOptions> params)
Creates a new AreaChartOptions class.
|
AreaChartOptions |
generateOptions(BinderParams<AreaChartOptions> params)
Generates an AreaChartOptions class based on the attributes and child tags
set on a dvt:areaChart tag.
|
canRebind, getSingleBindRootpublic CreatorResult create(CreatorParams<AreaChartOptions> params)
create in interface Creator2<AreaChartOptions>params - An instance of a CreatorParams that contains an AreaChartOptionsCreatorResult that contains the newly created DocumentFragmentpublic BinderResult bind(BinderParams<AreaChartOptions> params)
bind in interface Binder2<AreaChartOptions>bind in class BaseBinder2<AreaChartOptions>params - An instance of a BinderParams that contains an AreaChartOptionsBinderResult that contains the bounded DocumentFragmentpublic AreaChartOptions generateOptions(BinderParams<AreaChartOptions> params)
generateOptions in interface Binder2<AreaChartOptions>generateOptions in class BaseBinder2<AreaChartOptions>params - An instance of a BinderParams that contains an AreaChartOptionsAreaChartOptions populated with attributes and child tags based on a given bounded
DocumentFragmentpublic AreaChartOptions createOptions(CreatorParams<AreaChartOptions> params)
createOptions in interface Creator2<AreaChartOptions>params - An instance of a CreatorParams that contains an AreaChartOptionsAreaChartOptions