@Deprecated public class IconTableCell extends TableCell
Constructor and Description |
---|
IconTableCell(String iconPath)
Deprecated.
Only the icon will be displayed.
|
IconTableCell(String iconPath,
String displayedStringValue)
Deprecated.
The icon and a string will be displayed.
|
IconTableCell(String iconPath,
String displayedStringValue,
String draggableId,
boolean dropable)
Deprecated.
The icon and a string will be displayed.
|
IconTableCell(String iconPath,
String displayedStringValue,
String alt,
String draggableId,
boolean dropable)
Deprecated.
The icon and a string will be displayed plus an alt attribute.
|
Modifier and Type | Method and Description |
---|---|
String |
getIconAlt()
Deprecated.
|
String |
getIconText()
Deprecated.
|
void |
setIconAlt(String iconAlt)
Deprecated.
Support for image alt attribute.
|
void |
setIconText(String iconText)
Deprecated.
|
compareTo, getDisplayedValue, getValue, setDisplayedValue, setValue
getCellId, isDropable, setCellId, setDropable
public IconTableCell(String iconPath)
public IconTableCell(String iconPath, String displayedStringValue)
public IconTableCell(String iconPath, String displayedStringValue, String draggableId, boolean dropable)
public String getIconText()
public String getIconAlt()
public void setIconText(String iconText)
public void setIconAlt(String iconAlt)
iconAlt
- the value for the alt attributeCopyright © 2013 Nuxeo SA. All Rights Reserved.