oracle.adf.view.faces.bi.component.geoMap
Class PredefinedThemeFOI
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.geoMap.ThemeFOI
oracle.adf.view.faces.bi.component.geoMap.PredefinedThemeFOI
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class PredefinedThemeFOI
- extends ThemeFOI
Field Summary |
static org.apache.myfaces.trinidad.bean.PropertyKey |
THEMENAME_KEY
|
static java.lang.String |
THEMETYPE
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.bi.component.geoMap.ThemeFOI |
CLICKACTION_KEY, CLICKLISTENER_KEY, INFOWINDOWCALLBACK_KEY, LEFTCLICKBEHAVIOR_KEY, logger, LOGGERCLASS, MAXZOOM_KEY, MENULABEL_KEY, MINZOOM_KEY, RENDERED_KEY, RIGHTCLICKBEHAVIOR_KEY, SELECTIONLISTENER_KEY, SHORTLABEL_KEY, USEWINDOW_KEY, VALUE_KEY, WINDOWHEIGHT_KEY, WINDOWWIDTH_KEY |
Method Summary |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getInternalThemeType()
Hidden |
java.lang.String |
getThemeName()
Return the predefined theme name of this theme layer |
void |
setThemeName(java.lang.String themeName)
Specifies the predefined theme on which this theme layer is based. |
Methods inherited from class oracle.adf.view.faces.bi.component.geoMap.ThemeFOI |
convertLeftClickBehavior, convertRightClickBehavior, getClickAction, getClickListener, getColorFromStyle, getInfoWindowCallback, getLeftClickBehavior, getMaxZoom, getMenuLabel, getMinZoom, getNumberFormat, getProperty, getRightClickBehavior, getSelectionListener, getShortLabel, getThemeClientSideLeftClickBehavior, getThemeClientSideRightClickBehavior, getWindowHeight, getWindowWidth, isLoaded, isNumberFormatSpecified, isRendered, isToolbarVisible, isUseWindow, setClickAction, setClickListener, setInfoWindowCallback, setLeftClickBehavior, setLoaded, setMaxZoom, setMenuLabel, setMinZoom, setNumberFormat, setRendered, setRightClickBehavior, setSelectionListener, setShortLabel, setToolbarVisible, setUseWindow, setWindowHeight, setWindowWidth |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THEMETYPE
public static final java.lang.String THEMETYPE
- See Also:
- Constant Field Values
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
THEMENAME_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey THEMENAME_KEY
PredefinedThemeFOI
public PredefinedThemeFOI()
setThemeName
public void setThemeName(java.lang.String themeName)
- Specifies the predefined theme on which this theme layer is based. The
theme has to be coming from the same data source as the base map. The
theme is defined in mapbuilder. For detail, please refer to the
documentation of mapviewer.
- Parameters:
themeName
- The predefined theme on which this theme layer is based
on.
getThemeName
public java.lang.String getThemeName()
- Return the predefined theme name of this theme layer
- Returns:
- The name of the predefined theme for this theme layer
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class ThemeFOI
getInternalThemeType
public java.lang.String getInternalThemeType()
- Hidden
- Specified by:
getInternalThemeType
in class ThemeFOI
- For internal use only. Application developers should not use this
Copyright © 1997, 2009, Oracle. All rights reserved.