Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.table.cell
Class IconTableCell

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.cell.AbstractTableCell
      extended by org.nuxeo.ecm.webapp.table.cell.TableCell
          extended by org.nuxeo.ecm.webapp.table.cell.IconTableCell
All Implemented Interfaces:
Serializable, Comparable<AbstractTableCell>

Deprecated.

@Deprecated
public class IconTableCell
extends TableCell

Support for displaying an icon and a string next to it.

Author:
Razvan Caraghin
See Also:
Serialized Form

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

IconTableCell

public IconTableCell(String iconPath)
Deprecated. 
Only the icon will be displayed.


IconTableCell

public IconTableCell(String iconPath,
                     String displayedStringValue)
Deprecated. 
The icon and a string will be displayed.


IconTableCell

public IconTableCell(String iconPath,
                     String displayedStringValue,
                     String draggableId,
                     boolean dropable)
Deprecated. 
The icon and a string will be displayed.


IconTableCell

public 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 Detail

getIconText

public String getIconText()
Deprecated. 

getIconAlt

public String getIconAlt()
Deprecated. 

setIconText

public void setIconText(String iconText)
Deprecated. 

setIconAlt

public void setIconAlt(String iconAlt)
Deprecated. 
Support for image alt attribute.

Parameters:
iconAlt - the value for the alt attribute

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.