|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.webapp.table.cell.AbstractTableCell
org.nuxeo.ecm.webapp.table.cell.TableCell
org.nuxeo.ecm.webapp.table.cell.IconTableCell
@Deprecated public class IconTableCell
Support for displaying an icon and a string next to it.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getIconAlt()
Deprecated. |
String |
getIconText()
Deprecated. |
void |
setIconAlt(String iconAlt)
Deprecated. Support for image alt attribute. |
void |
setIconText(String iconText)
Deprecated. |
| Methods inherited from class org.nuxeo.ecm.webapp.table.cell.TableCell |
|---|
compareTo, getDisplayedValue, getValue, setDisplayedValue, setValue |
| Methods inherited from class org.nuxeo.ecm.webapp.table.cell.AbstractTableCell |
|---|
getCellId, isDropable, setCellId, setDropable |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IconTableCell(String iconPath)
public IconTableCell(String iconPath,
String displayedStringValue)
public IconTableCell(String iconPath,
String displayedStringValue,
String draggableId,
boolean dropable)
public IconTableCell(String iconPath,
String displayedStringValue,
String alt,
String draggableId,
boolean dropable)
| Method Detail |
|---|
public String getIconText()
public String getIconAlt()
public void setIconText(String iconText)
public void setIconAlt(String iconAlt)
iconAlt - the value for the alt attribute
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||