|
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.UIGeoOverviewMap
public class UIGeoOverviewMap
This complex attributes let developers to customize the overview map
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
HEIGHT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
INITIALSHOWN_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAPDIFF_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
VISIBLE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
WIDTH_KEY
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
UIGeoOverviewMap()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
int |
getHeight()
Return the height of the overviewMap. |
int |
getMapDiff()
Return the scale difference between the map and the overview map |
int |
getWidth()
Return the width of the overview Map |
boolean |
isInitialShown()
Indicates whether the overview map is expanded initially. |
boolean |
isVisible()
Indicates whether the overview map is visible or not |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setHeight(int height)
Specifies the height of the overviewMap. |
void |
setInitialShown(boolean bInitialShown)
Specifies whether the overview map should be expanded when the map is shown. |
void |
setMapDiff(int mapDiff)
Specifies the scale difference between the map and the overviewMap. |
void |
setVisible(boolean bVisible)
Specifies whether the overview map should be visible. |
void |
setWidth(int width)
Specifies the width of the overviewMap. |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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 WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAPDIFF_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISIBLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INITIALSHOWN_KEY
Constructor Detail |
---|
public UIGeoOverviewMap()
Method Detail |
---|
public void setWidth(int width)
width
- The width of the overviewMap in pixelpublic int getWidth()
public void setHeight(int height)
height
- The height of the overviewMap.public int getHeight()
public void setMapDiff(int mapDiff)
mapDiff
- The scale difference between the map and the overview map.public int getMapDiff()
public void setVisible(boolean bVisible)
bVisible
- True if the overview map is visible. False if it is
hiddenpublic boolean isVisible()
public void setInitialShown(boolean bInitialShown)
bInitialShown
- True if the overview map should be expanded
initially. False, if the overview map should be
collapsed.public boolean isInitialShown()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class BIComplexAttributeBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class BIComplexAttributeBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
|
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 |