|
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.PointStyleItem
public class PointStyleItem
This complex attributes defines a point style item of a point theme.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BUILTINIMAGE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
DEFAULTPOINTSTYLE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
HOVERIMAGEURL_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
IMAGEURL_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINESTYLE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ITEMVALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAXVALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINVALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
OVERLAYTEXT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
OVERLAYTEXTCLASS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
OVERLAYTEXTSTYLE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTEDIMAGEURL_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORTLABEL_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLECLASS_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
PointStyleItem()
|
Method Summary | |
---|---|
static int |
convertOverlayText(java.lang.String overlayText)
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getBuiltInImage()
|
java.lang.String |
getHoverImageURL()
Return the hover image's URL for this pointStyleItem |
java.lang.String |
getImageURL()
Return the imageURL for this pointStyleItem |
java.lang.String |
getInlineStyle()
|
java.lang.String |
getItemValue()
Return the item value of this point style |
double |
getMaxValue()
Return the upper bound for this point style item. |
double |
getMinValue()
Return the lower bound value for this point style |
int |
getOverlayText()
|
java.lang.String |
getOverlayTextClass()
|
java.lang.String |
getOverlayTextStyle()
|
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
Hidden |
java.lang.String |
getSelectedImageURL()
Return the selected image's URL for this pointStyleItem |
java.lang.String |
getShortLabel()
Return the label for this pointStyleItem |
java.lang.String |
getStyleClass()
|
boolean |
isValueSet()
Hidden |
void |
setBuiltInImage(java.lang.String builtInImage)
|
void |
setHoverImageURL(java.lang.String imageURL)
Specifies the selectedImageURL for this pointStyleItem. |
void |
setImageURL(java.lang.String imageURL)
Specifies the imageURL for this pointStyleItem. |
void |
setInlineStyle(java.lang.String inlineStyle)
|
void |
setItemValue(java.lang.String itemValue)
Specifies the value associated with this point style. |
void |
setMaxValue(double maxValue)
Specifies the upper bound value for this point style. |
void |
setMinValue(double minValue)
Specifies the lower bound value for this point style. |
void |
setOverlayText(int overlayText)
|
void |
setOverlayTextClass(java.lang.String overlayTextClass)
|
void |
setOverlayTextStyle(java.lang.String textStyleClass)
|
void |
setSelectedImageURL(java.lang.String imageURL)
Specifies the selectedImageURL for this pointStyleItem. |
void |
setShortLabel(java.lang.String shortLabel)
Specifies the label of this pointStyleItem on the legend if no itemValue is specified. |
void |
setStyleClass(java.lang.String styleClass)
|
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 ITEMVALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINVALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAXVALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey IMAGEURL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HOVERIMAGEURL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTEDIMAGEURL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DEFAULTPOINTSTYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORTLABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BUILTINIMAGE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINESTYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLECLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey OVERLAYTEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey OVERLAYTEXTCLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey OVERLAYTEXTSTYLE_KEY
Constructor Detail |
---|
public PointStyleItem()
Method Detail |
---|
public void setShortLabel(java.lang.String shortLabel)
shortLabel
- The legend's label for this pointStyleItempublic java.lang.String getShortLabel()
public void setImageURL(java.lang.String imageURL)
imageURL
- The imageURL for this pointStyleItem.public java.lang.String getImageURL()
public void setSelectedImageURL(java.lang.String imageURL)
imageURL
- The selected image's URL for this pointStyleItempublic java.lang.String getSelectedImageURL()
public void setHoverImageURL(java.lang.String imageURL)
imageURL
- public java.lang.String getHoverImageURL()
public void setItemValue(java.lang.String itemValue)
itemValue
- The value associated with this point style.public java.lang.String getItemValue()
public void setMinValue(double minValue)
minValue
- The lower bound value for this point Style.public double getMinValue()
public void setMaxValue(double maxValue)
maxValue
- The upper bound value for this point style itempublic double getMaxValue()
public void setBuiltInImage(java.lang.String builtInImage)
public java.lang.String getBuiltInImage()
public void setOverlayText(int overlayText)
public int getOverlayText()
public void setInlineStyle(java.lang.String inlineStyle)
public java.lang.String getInlineStyle()
public void setStyleClass(java.lang.String styleClass)
public java.lang.String getStyleClass()
public void setOverlayTextStyle(java.lang.String textStyleClass)
public java.lang.String getOverlayTextStyle()
public void setOverlayTextClass(java.lang.String overlayTextClass)
public java.lang.String getOverlayTextClass()
public boolean isValueSet()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
public static final int convertOverlayText(java.lang.String overlayText)
public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
getProperty
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 |