|
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
public abstract class ThemeFOI
This complex attributes class will display a theme on the map. This is the base class for ColorThemeFOI, BarChartThemeFOI, PieChartThemeFOI, PointFOI and PredefinedThemeFOI.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLICKACTION_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLICKLISTENER_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
INFOWINDOWCALLBACK_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LEFTCLICKBEHAVIOR_KEY
|
protected static oracle.adf.share.logging.ADFLogger |
logger
|
protected static java.lang.String |
LOGGERCLASS
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAXZOOM_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MENULABEL_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINZOOM_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
RENDERED_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
RIGHTCLICKBEHAVIOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTIONLISTENER_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORTLABEL_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
USEWINDOW_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
WINDOWHEIGHT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
WINDOWWIDTH_KEY
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
ThemeFOI()
|
Method Summary | |
---|---|
static int |
convertLeftClickBehavior(java.lang.String clickBehavior)
|
static int |
convertRightClickBehavior(java.lang.String clickBehavior)
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
javax.el.MethodExpression |
getClickAction()
|
javax.el.MethodExpression |
getClickListener()
Return the method expression that reference a clickListener |
java.lang.String[] |
getColorFromStyle(java.lang.String defaultStyle)
Hidden |
javax.el.MethodExpression |
getInfoWindowCallback()
Return the method expression that references to an infoWindowCallback |
abstract java.lang.String |
getInternalThemeType()
Hidden |
int |
getLeftClickBehavior()
Return the left click behavior for this theme |
int |
getMaxZoom()
Return the maximum zoom scale where this theme will still be visible |
java.lang.String |
getMenuLabel()
Return the label for this theme on the ThemeSelectionDialog and the Select menu Item |
int |
getMinZoom()
Return the minimum zoom scale where the theme will still be visible |
oracle.adf.view.faces.bi.component.util.NumberFormat |
getNumberFormat()
Hidden |
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
Hidden |
int |
getRightClickBehavior()
Return the right click behavior for this theme |
javax.el.MethodExpression |
getSelectionListener()
|
java.lang.String |
getShortLabel()
Return the label for this theme on the legend |
java.lang.String |
getThemeClientSideLeftClickBehavior(UIGeoMap map)
Hidden |
java.lang.String |
getThemeClientSideRightClickBehavior(UIGeoMap map)
Hidden |
int |
getWindowHeight()
Return the height of the window if useWindow is true |
int |
getWindowWidth()
Return the width of the window if useWindow is true |
java.lang.Boolean |
isLoaded()
Hidden |
boolean |
isNumberFormatSpecified()
Hidden |
boolean |
isRendered()
Indicates whether this theme is rendered or not |
java.lang.Boolean |
isToolbarVisible()
Hidden |
boolean |
isUseWindow()
Indicates whether to launch a secondary dialog window |
void |
setClickAction(javax.el.MethodExpression clickAction)
Refers to a backing bean method that performs navigation processing for the map and returns an outcome String. |
void |
setClickListener(javax.el.MethodExpression clickActionListener)
Specifies the method expression that reference a clickActionListener |
void |
setInfoWindowCallback(javax.el.MethodExpression callback)
Return a method expression that references to an infoWindowCallback |
void |
setLeftClickBehavior(int leftClickBehavior)
Specifies the behavior when user left clicks on an element of a theme. |
void |
setLoaded(java.lang.Boolean loaded)
Hidden |
void |
setMaxZoom(int maxZoom)
Specifies the maximum zoom scale where this theme will still be visible. |
void |
setMenuLabel(java.lang.String menuLabel)
Specifies the label for this theme on the ThemeSelectionDialog and SelectMenuItem. |
void |
setMinZoom(int minZoom)
Specifies the minimum zoom scale where the theme will still be visible. |
void |
setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
Hidden |
void |
setRendered(boolean bRendered)
Specifies whether this theme is rendered or not |
void |
setRightClickBehavior(int rightClickBehavior)
Specifies the behavior when user right clicks on an element of a theme. |
void |
setSelectionListener(javax.el.MethodExpression selectionListener)
Specifies the method expression that references to a selectionListener |
void |
setShortLabel(java.lang.String shortLabel)
Specifies the label for this theme on the legend. |
void |
setToolbarVisible(java.lang.Boolean bVisible)
Hidden |
void |
setUseWindow(boolean bUseWindow)
Specifies whether processes launched by this command should be launched in a secondary dialog window. |
void |
setWindowHeight(int winHeight)
Specifies the height of the window if useWindow is true |
void |
setWindowWidth(int winWidth)
Specifies the width of the window if useWindow is true |
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 VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORTLABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MENULABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINZOOM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAXZOOM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTIONLISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INFOWINDOWCALLBACK_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLICKACTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLICKLISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LEFTCLICKBEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RIGHTCLICKBEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey USEWINDOW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey WINDOWWIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey WINDOWHEIGHT_KEY
protected static java.lang.String LOGGERCLASS
protected static oracle.adf.share.logging.ADFLogger logger
Constructor Detail |
---|
public ThemeFOI()
Method Detail |
---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
public void setMenuLabel(java.lang.String menuLabel)
menuLabel
- The label for this theme on the ThemeSelectionDialog and
the select menu item.public java.lang.String getMenuLabel()
public void setShortLabel(java.lang.String shortLabel)
shortLabel
- The label for this theme on the legend.public java.lang.String getShortLabel()
public void setMinZoom(int minZoom)
minZoom
- The minimum zoom scale where the theme will still be
visible.public int getMinZoom()
public void setMaxZoom(int maxZoom)
maxZoom
- The maximum zoom scale where this theme will still be
visible.public int getMaxZoom()
public void setWindowWidth(int winWidth)
winWidth
- The width of the window if useWindow is truepublic int getWindowWidth()
public void setWindowHeight(int winHeight)
winHeight
- The height of the window if useWindow is truepublic int getWindowHeight()
public void setRendered(boolean bRendered)
bRendered
- True if this theme is rendered, False if it is notpublic boolean isRendered()
public void setUseWindow(boolean bUseWindow)
bUseWindow
- True if this command should launch a secondary dialog
widow. False, Otherwise.public boolean isUseWindow()
public final javax.el.MethodExpression getClickAction()
public final void setClickAction(javax.el.MethodExpression clickAction)
clickAction
- A method expression that reference a clickActionpublic final javax.el.MethodExpression getClickListener()
public final void setClickListener(javax.el.MethodExpression clickActionListener)
clickActionListener
- The method expression that reference a
clickActionListenerpublic final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
selectionListener
- The method expression that references a
selectionListenerpublic final javax.el.MethodExpression getInfoWindowCallback()
public final void setInfoWindowCallback(javax.el.MethodExpression callback)
callback
- The method expression that references to an
infoWindowCallbackpublic void setLeftClickBehavior(int leftClickBehavior)
leftClickBehavior
- The behavior when user left clicks on an
element of a theme.public int getLeftClickBehavior()
public void setRightClickBehavior(int rightClickBehavior)
rightClickBehavior
- The behavior when user right clicks on an
element of this theme.public int getRightClickBehavior()
public void setToolbarVisible(java.lang.Boolean bVisible)
public java.lang.Boolean isToolbarVisible()
public void setLoaded(java.lang.Boolean loaded)
public java.lang.Boolean isLoaded()
public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
public boolean isNumberFormatSpecified()
public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
public java.lang.String[] getColorFromStyle(java.lang.String defaultStyle)
public java.lang.String getThemeClientSideRightClickBehavior(UIGeoMap map)
public java.lang.String getThemeClientSideLeftClickBehavior(UIGeoMap map)
public abstract java.lang.String getInternalThemeType()
public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
getProperty
in class BIComplexAttributeBase
public static final int convertLeftClickBehavior(java.lang.String clickBehavior)
public static final int convertRightClickBehavior(java.lang.String clickBehavior)
|
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 |