| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.geoMap.UIGeoMap
public class UIGeoMap
ADF Faces Custom component - Map The map supports the display of business data on a geographic map with multiple layers of information as theme. The map supports ColorTheme, BarGraphTheme, PieGraphTheme, PointTheme and Predefined Theme. The example belows show how to retrieve themes, and its data from the UIGeoMap. UIGeoMap m_map; ArrayList themeList = m_map.getThemeList(); if (themeList != null) { for (int i=0; i < themeList.size(); i++) { ThemeFOI theme = (ThemeFOI) themeList.get(i); GeoMapDataModel model = (GeoMapDataModel) theme.getProperty(ThemeFOI.VALUE_KEY); } }
| Field Summary | |
|---|---|
| static org.apache.myfaces.trinidad.bean.PropertyKey | ACTIVETHEMEID_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | AUTOZOOMSTRATEGY_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | AUTOZOOMTHEMEID_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | BASEMAPNAME_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | CLIENT_LISTENERS_KEY | 
| static java.lang.String | COMPONENT_FAMILY | 
| static java.lang.String | COMPONENT_TYPE | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | COPYRIGHTTEXT_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | CUSTOMIZATION_ID_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | HYBRIDBASEMAPNAME_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | INLINESTYLE_KEY | 
| protected static oracle.adf.share.logging.ADFLogger | logger | 
| protected static java.lang.String | LOGGERCLASS | 
| protected static java.util.Locale | m_locale | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | MAPCONFIGURATION_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | MAPLEGEND_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | MAPSERVERCONFIGID_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | MAPZOOM_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | OVERVIEWMAP_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | PARTIAL_TRIGGERS_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SATELLITEBASEMAPNAME_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SELECTIONFILLCOLOR_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SELECTIONLISTENER_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SELECTIONOPACITY_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SELECTIONSTROKECOLOR_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SHOWINFOAREA_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SHOWSCALEBAR_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SRID_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | STARTINGX_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | STARTINGY_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | STYLECLASS_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | THEMELIST_KEY | 
| static org.apache.myfaces.trinidad.bean.FacesBean.Type | TYPE | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | UNIT_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | ZOOMBARPOSITION_KEY | 
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
| BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
| bindings | 
| Fields inherited from interface javax.faces.component.NamingContainer | 
|---|
| SEPARATOR_CHAR | 
| Constructor Summary | |
|---|---|
| UIGeoMap() | |
| Method Summary | |
|---|---|
|  void | addActionListener(javax.faces.event.ActionListener actionListener)Hidden | 
|  void | broadcast(javax.faces.event.FacesEvent event) | 
| static int | convertUnitToInt(java.lang.String unit) | 
| static int | convertZoomBarPositionToInt(java.lang.String position) | 
| static java.lang.String | convertZoomBarPositionToString(int pos) | 
| static int | convertZoomStrategyToInt(java.lang.String strategy) | 
|  void | decode(javax.faces.context.FacesContext context) | 
| protected  void | fireEventToAppListener(javax.faces.context.FacesContext context,
                       javax.faces.event.FacesEvent event)Hidden | 
|  javax.faces.el.MethodBinding | getAction()Hidden | 
|  javax.el.MethodExpression | getActionExpression()Hidden | 
|  javax.faces.el.MethodBinding | getActionListener()Hidden | 
|  javax.faces.event.ActionListener[] | getActionListeners()Hidden | 
|  ThemeFOI | getActiveTheme()Hidden | 
|  java.lang.String | getActiveThemeId() | 
|  java.lang.Integer | getAutoZoomStrategy() | 
|  java.lang.String | getAutoZoomThemeId()Return the id of the theme where the map is bounded to | 
|  java.lang.String | getBaseMapName()Return the name of the baseMap for the map | 
| protected  org.apache.myfaces.trinidad.bean.FacesBean.Type | getBeanType() | 
|  oracle.adf.view.rich.event.ClientListenerSet | getClientListeners()Gets a set of client listeners. | 
|  javax.faces.convert.Converter | getConverter() | 
|  java.lang.String | getCopyrightText()Return the copyright text of the map. | 
|  java.lang.String | getCurrentCenterSrid()Hidden | 
|  java.lang.Double | getCurrentCenterX()Hidden | 
|  java.lang.Double | getCurrentCenterY()Hidden | 
|  java.lang.Integer | getCurrentZoom()Hidden | 
|  java.lang.String | getCustomizationId()Deprecated. The 'id' attribute should be used when applying persistent customizations. This attribute will be removed in the next release. | 
|  java.lang.String | getDataSource()Hidden | 
|  java.lang.String | getFamily() | 
|  java.lang.String | getHybrdBaseMapName()Return the name of the base map of the hybrid image map. | 
|  java.lang.String | getInlineStyle()Return the inline style of the map's outer DOM element. | 
|  java.lang.Object | getLocalValue()Hidden | 
|  MapConfiguration | getMapConfig() | 
|  UIGeoMapLegend | getMapLegend() | 
|  java.lang.String | getMapServerServerConfigId()Return the server configuration id that contains the URL of the map server and the Geocoder | 
|  int | getMapZoom()Return the zoom level when the map starts. | 
|  UIGeoOverviewMap | getOverviewMap() | 
|  java.lang.String[] | getPartialTriggers()Return the ids of the components that should trigger a partial update. | 
|  java.lang.String | getRendererType() | 
|  java.lang.String | getSatelliteBaseMapName()Return the name of the baseMap for the satellite image map. | 
|  java.awt.Color | getSelectionFillColor()Return the fill color of the selected region | 
|  javax.el.MethodExpression | getSelectionListener() | 
|  int | getSelectionOpacity()Return the opacity of the fill color for the selected region | 
|  java.awt.Color | getSelectionStrokeColor()Return the stroke color of the selected region | 
|  java.lang.String | getSRID()Return the srid (spatial reference id) of all the coordinates of the map. | 
|  double | getStartingX()Return the x coordinate of the center of the map when the map starts. | 
|  double | getStartingY()Return the y coordinate of the center of the map when the map starts. | 
|  java.lang.String | getStyleClass()Return the CSS style class for this component | 
|  ThemeFOI | getThemeFOIById(java.lang.String themeId)Hidden | 
|  java.util.ArrayList | getThemeList() | 
|  java.lang.Integer | getUnit()Return the unit of measurement for the information area | 
|  java.lang.Object | getValue()Hidden | 
|  java.lang.String | getVisibleBarPieThemeId()Hidden | 
|  java.lang.String | getVisibleColorThemeId()Hidden | 
|  java.util.ArrayList | getVisibleThemeList(boolean isToolbar)Hidden | 
|  int | getZoomBarPosition()Return the zoombar position | 
|  boolean | hasLeftClickPopup()Hidden | 
|  boolean | hasRightClickPopup()Hidden | 
|  boolean | isImmediate()Hidden | 
|  boolean | isLegendInitiallyShown()Hidden | 
|  boolean | isShowInfoArea()Indicates whether the information area is visible or not | 
|  boolean | isShowScaleBar()Indicates whether the scale bar is visible or not | 
|  void | queueEvent(javax.faces.event.FacesEvent e) | 
|  void | removeActionListener(javax.faces.event.ActionListener actionListener)Hidden | 
|  void | restoreState(javax.faces.context.FacesContext context,
             java.lang.Object stateObj)Hidden | 
|  java.lang.Object | saveState(javax.faces.context.FacesContext context)Hidden | 
|  void | setAction(javax.faces.el.MethodBinding action)Hidden | 
|  void | setActionExpression(javax.el.MethodExpression action)Hidden | 
|  void | setActionListener(javax.faces.el.MethodBinding methodBinding)Hidden | 
|  void | setActiveThemeId(java.lang.String activeThemeId) | 
|  void | setAutoZoomStrategy(java.lang.Integer strategy) | 
|  void | setAutoZoomThemeId(java.lang.String autoZoomThemeId)Specifies the id of the theme where the map is bounded to. | 
|  void | setBaseMapName(java.lang.String baseMapName)Specifies the name of the baseMap for the map. | 
|  void | setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)Sets a set of client listeners. | 
|  void | setConverter(javax.faces.convert.Converter converter) | 
|  void | setCopyrightText(java.lang.String copyrightText)Specifies the copyright text of the map. | 
|  void | setCurrentCenterSrid(java.lang.String centerSrid)Hidden | 
|  void | setCurrentCenterX(java.lang.Double centerX)Hidden | 
|  void | setCurrentCenterY(java.lang.Double centerY)Hidden | 
|  void | setCurrentZoom(java.lang.Integer curZoom)Hidden | 
|  void | setCustomizationId(java.lang.String customizationId)Deprecated. The 'id' attribute should be used when applying persistent customizations. This attribute will be removed in the next release. | 
|  void | setHybridBaseMapName(java.lang.String hybridBaseMapName)Specifies the name of the baseMap for the hybrid image map. | 
|  void | setImmediate(boolean b)Hidden | 
|  void | setInlineStyle(java.lang.String inlineStyle)Specifies the inline style of the map's outer DOM element. | 
|  void | setMapConfig(MapConfiguration mapConfig) | 
|  void | setMapLegend(UIGeoMapLegend mapLegend) | 
|  void | setMapServerConfigId(java.lang.String mapServerConfigId)Specifies the server configuration id that contains the URL of the map server and the the Geocoder | 
|  void | setMapZoom(int mapZoom)Specifies the beginning zoom level of the map. | 
|  void | setOverviewMap(UIGeoOverviewMap overview) | 
|  void | setPartialTriggers(java.lang.String[] ids)Specifies the ids of the components that should trigger a partial update. | 
|  void | setSatelliteBaseMapName(java.lang.String satelliteBaseMapName)Specifies the name of the baseMap for the satellite image map. | 
|  void | setSelectionFillColor(java.awt.Color fillColor)Specifies the fill color for the selected region when users make selection on a colorTheme, barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar. | 
|  void | setSelectionListener(javax.el.MethodExpression selectionListener) | 
|  void | setSelectionOpacity(int opacity)Specifies the opacity of the fill color for the selected region when users make selection on a colorTheme, barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar. | 
|  void | setSelectionStrokeColor(java.awt.Color strokeColor)Specifies the stroke color for the selected region when users make selection on a colorTheme, barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar. | 
|  void | setShowInfoArea(boolean showInfoArea)Specifies whether the user can show the information area on the map or not. | 
|  void | setShowScaleBar(boolean showScaleBar)Specifies whether to show the scale bar on the map or not. | 
|  void | setSRID(java.lang.String srid)Specifies the srid (spatial reference id) of all the coordinates of the map, which includes the center of the map -- which defined by starting X and startingY -- and all the points in the point theme. | 
|  void | setStartingX(double x)Specifies the X coordinate of the center of the map when the map starts. | 
|  void | setStartingY(double y)Specifies the Y coordinate of the center of the map when the map starts. | 
|  void | setStyleClass(java.lang.String styleClass)Sets a CSS style class to use for this component | 
|  void | setThemeList(java.util.ArrayList themeList) | 
|  void | setUnit(java.lang.Integer unit)Specifies the unit of measurement in the information area. | 
|  void | setValue(java.lang.Object object)Hidden | 
|  void | setVisibleBarPieThemeId(java.lang.String colorThemeId)Hidden | 
|  void | setVisibleColorThemeId(java.lang.String colorThemeId)Hidden | 
|  void | setZoomBarPosition(int zoomBarPosition)Specifies the position of the zoomBar in the map. | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
| adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeAttributeChangeListener, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent | 
|---|
| addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
| encodeAll, getContainerClientId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface javax.faces.component.StateHolder | 
|---|
| isTransient, setTransient | 
| Field Detail | 
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey STARTINGX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STARTINGY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SRID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAPZOOM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ZOOMBARPOSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWSCALEBAR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWINFOAREA_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTOZOOMTHEMEID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTOZOOMSTRATEGY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTIONLISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BASEMAPNAME_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SATELLITEBASEMAPNAME_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HYBRIDBASEMAPNAME_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAPSERVERCONFIGID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTIONFILLCOLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTIONSTROKECOLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTIONOPACITY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINESTYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAPLEGEND_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey OVERVIEWMAP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTIVETHEMEID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey UNIT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COPYRIGHTTEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLECLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey THEMELIST_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAPCONFIGURATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CUSTOMIZATION_ID_KEY
protected static transient java.util.Locale m_locale
protected static java.lang.String LOGGERCLASS
protected static oracle.adf.share.logging.ADFLogger logger
| Constructor Detail | 
|---|
public UIGeoMap()
| Method Detail | 
|---|
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
public void setSRID(java.lang.String srid)
srid - The srid of all the coordinates of the mappublic java.lang.String getSRID()
public void setStartingX(double x)
x - The x coordinate of the center of the map when the map startspublic double getStartingX()
public void setStartingY(double y)
y - The y coordinate of the center of the map when the map startspublic double getStartingY()
public void setMapZoom(int mapZoom)
mapZoom - the zoom level where the map startspublic int getMapZoom()
public void setZoomBarPosition(int zoomBarPosition)
zoomBarPosition - The position of the zoomBarpublic int getZoomBarPosition()
public void setShowScaleBar(boolean showScaleBar)
showScaleBar - true if scaleBar should be visible, false if scaleBar should
                     be hidden.public boolean isShowScaleBar()
public void setShowInfoArea(boolean showInfoArea)
showInfoArea - true if the information area should be visible,
                     false if it should be hiddenpublic boolean isShowInfoArea()
public void setAutoZoomStrategy(java.lang.Integer strategy)
public java.lang.Integer getAutoZoomStrategy()
public void setAutoZoomThemeId(java.lang.String autoZoomThemeId)
autoZoomThemeId - The themeId where the map is bounded topublic java.lang.String getAutoZoomThemeId()
public void setBaseMapName(java.lang.String baseMapName)
baseMapName - The name of the baseMap for the mappublic java.lang.String getBaseMapName()
public void setActiveThemeId(java.lang.String activeThemeId)
public java.lang.String getActiveThemeId()
public void setUnit(java.lang.Integer unit)
unit - The unit of measurement for the information area.public java.lang.Integer getUnit()
public void setSatelliteBaseMapName(java.lang.String satelliteBaseMapName)
satelliteBaseMapName - The name of the baseMap for the satellite
        image map.public java.lang.String getSatelliteBaseMapName()
public void setHybridBaseMapName(java.lang.String hybridBaseMapName)
hybridBaseMapName - The name of the baseMap for the hybrid image
                          map.public java.lang.String getHybrdBaseMapName()
public void setMapServerConfigId(java.lang.String mapServerConfigId)
mapServerConfigId - The id of the server configuration that contains
        the URL of the map server and the Geocoderpublic java.lang.String getMapServerServerConfigId()
public void setSelectionFillColor(java.awt.Color fillColor)
fillColor - The color to fill the selected regionpublic java.awt.Color getSelectionFillColor()
public void setSelectionStrokeColor(java.awt.Color strokeColor)
strokeColor - The stroke color of the selected regionpublic java.awt.Color getSelectionStrokeColor()
public void setSelectionOpacity(int opacity)
opacity - The Opacity of the selected regionpublic int getSelectionOpacity()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - The inlineStyle for the mappublic java.lang.String getInlineStyle()
public void setCopyrightText(java.lang.String copyrightText)
copyrightText - public java.lang.String getCopyrightText()
public void setPartialTriggers(java.lang.String[] ids)
ids - The ids of the componentpublic java.lang.String[] getPartialTriggers()
public void setStyleClass(java.lang.String styleClass)
styleClass - The styleClass for this componentpublic java.lang.String getStyleClass()
public void setThemeList(java.util.ArrayList themeList)
public java.util.ArrayList getThemeList()
public void setMapLegend(UIGeoMapLegend mapLegend)
public UIGeoMapLegend getMapLegend()
public void setOverviewMap(UIGeoOverviewMap overview)
public UIGeoOverviewMap getOverviewMap()
public void setMapConfig(MapConfiguration mapConfig)
public MapConfiguration getMapConfig()
public javax.faces.convert.Converter getConverter()
getConverter in interface javax.faces.component.ValueHolderpublic void setConverter(javax.faces.convert.Converter converter)
setConverter in interface javax.faces.component.ValueHolder@Deprecated public void setCustomizationId(java.lang.String customizationId)
customizationId - the new customizationId value@Deprecated public java.lang.String getCustomizationId()
public void setCurrentCenterX(java.lang.Double centerX)
public java.lang.Double getCurrentCenterX()
public void setCurrentCenterY(java.lang.Double centerY)
public java.lang.Double getCurrentCenterY()
public void setCurrentCenterSrid(java.lang.String centerSrid)
public java.lang.String getCurrentCenterSrid()
public void setCurrentZoom(java.lang.Integer curZoom)
public java.lang.Integer getCurrentZoom()
public void setVisibleColorThemeId(java.lang.String colorThemeId)
public java.lang.String getVisibleColorThemeId()
public void setVisibleBarPieThemeId(java.lang.String colorThemeId)
public java.lang.String getVisibleBarPieThemeId()
public final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic ThemeFOI getActiveTheme()
public ThemeFOI getThemeFOIById(java.lang.String themeId)
public boolean hasLeftClickPopup()
public boolean hasRightClickPopup()
public java.util.ArrayList getVisibleThemeList(boolean isToolbar)
public boolean isLegendInitiallyShown()
public java.lang.String getDataSource()
public static final java.lang.String convertZoomBarPositionToString(int pos)
public static final int convertZoomBarPositionToInt(java.lang.String position)
public static final int convertUnitToInt(java.lang.String unit)
public static final int convertZoomStrategyToInt(java.lang.String strategy)
protected void fireEventToAppListener(javax.faces.context.FacesContext context,
                                      javax.faces.event.FacesEvent event)
public javax.el.MethodExpression getActionExpression()
getActionExpression in interface javax.faces.component.ActionSource2public void setAction(javax.faces.el.MethodBinding action)
setAction in interface javax.faces.component.ActionSourcepublic void setActionExpression(javax.el.MethodExpression action)
setActionExpression in interface javax.faces.component.ActionSource2public void decode(javax.faces.context.FacesContext context)
decode in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic void queueEvent(javax.faces.event.FacesEvent e)
queueEvent in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void broadcast(javax.faces.event.FacesEvent event)
               throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXComponentBasejavax.faces.event.AbortProcessingExceptionpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object stateObj)
restoreState in interface javax.faces.component.StateHolderrestoreState in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic javax.faces.el.MethodBinding getAction()
getAction in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourcepublic void setActionListener(javax.faces.el.MethodBinding methodBinding)
setActionListener in interface javax.faces.component.ActionSourcepublic boolean isImmediate()
isImmediate in interface javax.faces.component.ActionSourcepublic void setImmediate(boolean b)
setImmediate in interface javax.faces.component.ActionSourcepublic void addActionListener(javax.faces.event.ActionListener actionListener)
addActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic void removeActionListener(javax.faces.event.ActionListener actionListener)
removeActionListener in interface javax.faces.component.ActionSourcepublic java.lang.Object getLocalValue()
getLocalValue in interface javax.faces.component.ValueHolderpublic java.lang.Object getValue()
getValue in interface javax.faces.component.ValueHolderpublic void setValue(java.lang.Object object)
setValue in interface javax.faces.component.ValueHolderprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||