|
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.pivotTable.CellImage
<dvt:dataCell>
with child tag <af:image>
or <af:commandImageLink>
instead
@Deprecated public class CellImage
Represents an image placed in a cell.
Field Summary | |
---|---|
static java.lang.String |
NAME_ANNOTATION
Deprecated. |
Constructor Summary | |
---|---|
CellImage(java.lang.String name,
java.lang.String source,
int height,
int width,
java.lang.String[] tooltip)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
|
CellImage(java.lang.String name,
java.lang.String iconName,
java.lang.String[] tooltip)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
|
CellImage(java.lang.String name,
java.lang.String source,
java.lang.String rtlSource,
int height,
int width,
java.lang.String[] tooltip)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
Method Summary | |
---|---|
int |
getHeight()
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
java.lang.String |
getIconName()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
java.lang.String |
getRtlSource()
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
java.lang.String |
getSource()
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
java.lang.String[] |
getTooltip()
Deprecated. |
int |
getWidth()
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
void |
setHeight(int param)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
void |
setIconName(java.lang.String iconName)
Deprecated. |
void |
setName(java.lang.String name)
Deprecated. |
void |
setRtlSource(java.lang.String rtlSource)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
void |
setSource(java.lang.String source)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
void |
setTooltip(java.lang.String[] tooltip)
Deprecated. |
void |
setWidth(int param)
Deprecated. custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME_ANNOTATION
Constructor Detail |
---|
@Deprecated public CellImage(java.lang.String name, java.lang.String source, java.lang.String rtlSource, int height, int width, java.lang.String[] tooltip)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
name
- the name of the image.source
- path to the image filertlSource
- path to the image file for RTL modeheight
- height of the image in pixelswidth
- width of the image in pixelstooltip
- text to be displayed when the mouse hovers over the image@Deprecated public CellImage(java.lang.String name, java.lang.String source, int height, int width, java.lang.String[] tooltip)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
@Deprecated public CellImage(java.lang.String name, java.lang.String iconName, java.lang.String[] tooltip)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
name
- the name of the image.iconName
- the name of an icon registered with the skintooltip
- text to be displayed when the mouse hovers over the imageMethod Detail |
---|
public void setName(java.lang.String name)
public java.lang.String getName()
public void setIconName(java.lang.String iconName)
public java.lang.String getIconName()
public void setHeight(int param)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public int getHeight()
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public void setWidth(int param)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public int getWidth()
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public void setSource(java.lang.String source)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public java.lang.String getSource()
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public void setRtlSource(java.lang.String rtlSource)
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public java.lang.String getRtlSource()
<dvt:dataCell>
with child tag <af:image>
, <af:icon>
or <af:commandImageLink>
instead
public void setTooltip(java.lang.String[] tooltip)
public java.lang.String[] getTooltip()
|
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 |