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