public class MapOptions extends ExtendedPatternOptions
Modifier and Type | Class and Description |
---|---|
static class |
MapOptions.FacetOption
Set of enum constants that helps the binder to generate the <af:facet name="popup"> and <af:facet name="rtPopup">
|
Modifier and Type | Method and Description |
---|---|
MapExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
MapToolbar |
getMapToolbar() |
MapOptions.FacetOption |
getPopupFacetOptions()
Method that retrieves the current FacetOption value.
|
MapOptions.FacetOption |
getRtPopupFacetOptions()
Method that retrieves the current FacetOption value.
|
void |
setMapToolbar(MapToolbar mapToolbar) |
void |
setPopupFacetOptions(MapOptions.FacetOption options)
Method that sets the current FacetOption value.
|
void |
setRtPopupFacetOptions(MapOptions.FacetOption options)
Method that sets the current FacetOption value.
|
merge
public void setMapToolbar(MapToolbar mapToolbar)
public MapToolbar getMapToolbar()
public MapOptions.FacetOption getPopupFacetOptions()
public void setPopupFacetOptions(MapOptions.FacetOption options)
options
- - one of the supported FacetOption values: CREATE, REMOVE or UNCHANGEDpublic MapOptions.FacetOption getRtPopupFacetOptions()
public void setRtPopupFacetOptions(MapOptions.FacetOption options)
options
- - one of the supported FacetOption values: CREATE, REMOVE or UNCHANGEDpublic MapExtendedProperties getExtendedProperties()
ExtendedProperties
of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties
in class ExtendedPatternOptions