public abstract class AbstractMapThemeOptions extends DvtExtendedPatternOptions
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMapThemeOptions.RowSelection
A set of constants that allows automatic generation/deletion of the clickListener and selectionListener attributes.
|
Constructor and Description |
---|
AbstractMapThemeOptions() |
Modifier and Type | Method and Description |
---|---|
MapBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
AbstractMapThemeOptions.RowSelection |
getRowSelectionOption() |
void |
setBindingOptions(MapBindingOptions bindingOptions) |
void |
setRowSelectionOption(AbstractMapThemeOptions.RowSelection enableRowSelection) |
getExtendedProperties
merge
public void setBindingOptions(MapBindingOptions bindingOptions)
public MapBindingOptions getBindingOptions()
DvtExtendedPatternOptions
BindingOptions
of this pattern if present. Binding related properties may be set on the BindingOptions class until the component is bound.getBindingOptions
in class DvtExtendedPatternOptions
public void setRowSelectionOption(AbstractMapThemeOptions.RowSelection enableRowSelection)
enableRowSelection
- set to RowSelection.CREATE if you want the creator to generate the clickListener and a selectionListener attributes on the theme node.public AbstractMapThemeOptions.RowSelection getRowSelectionOption()