<dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead@Deprecated
public class CellImage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_ANNOTATION
Deprecated.
|
| Constructor and Description |
|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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 |
public static final java.lang.String NAME_ANNOTATION
@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> insteadname - 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> insteadname - 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 imagepublic void setName(java.lang.String name)
public java.lang.String getName()
public void setIconName(java.lang.String iconName)
public java.lang.String getIconName()
@Deprecated public void setHeight(int param)
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public int getHeight()
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public void setWidth(int param)
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public int getWidth()
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public void setSource(java.lang.String source)
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public java.lang.String getSource()
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public void setRtlSource(java.lang.String rtlSource)
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> instead@Deprecated public java.lang.String getRtlSource()
<dvt:dataCell> with child tag <af:image>, <af:icon> or <af:commandImageLink> insteadpublic void setTooltip(java.lang.String[] tooltip)
public java.lang.String[] getTooltip()