|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.geoMap.ThemeFOI
oracle.adf.view.faces.bi.component.geoMap.NSDPTheme
public abstract class NSDPTheme
This is the base class for all theme class that needs a predefined theme name, a location column to display data on the map This is the base class for ColorThemeFOI, BarChartThemeFOI and PieChartThemeFOI.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LOCATIONCOLUMN_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
THEMENAME_KEY
|
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 |
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
NSDPTheme()
|
Method Summary | |
---|---|
java.lang.String |
getLocationColumn()
Return the location Column in the underlying theme |
java.lang.String |
getThemeName()
Return the predefined theme on which this theme layer is based |
void |
setLocationColumn(java.lang.String locationColumn)
Specifies the name of the column in the underlying table of the theme. |
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.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 |
Field Detail |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey THEMENAME_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LOCATIONCOLUMN_KEY
Constructor Detail |
---|
public NSDPTheme()
Method Detail |
---|
public void setLocationColumn(java.lang.String locationColumn)
locationColumn
- The name of the column in the underlying table of
the theme that will be used to join with the location column in
the mapModel of the value attributepublic java.lang.String getLocationColumn()
public void setThemeName(java.lang.String themeName)
themeName
- The predefined theme on which this theme layer is
based.public java.lang.String getThemeName()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |