Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.table.header
Class IconColHeader

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.header.TableColHeader
      extended by org.nuxeo.ecm.webapp.table.header.IconColHeader
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class IconColHeader
extends TableColHeader

The column header for icons. Support to display an icon iside the table column header.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
IconColHeader(java.lang.String label, java.lang.String iconPath, java.lang.String id)
          Deprecated.  
 
Method Summary
 java.lang.String getDefaultIconPath()
          Deprecated.  
 void setDefaultIconPath(java.lang.String iconPath)
          Deprecated.  
 
Methods inherited from class org.nuxeo.ecm.webapp.table.header.TableColHeader
getId, getLabel, getStyleClass, isSortAscending, setId, setLabel, setSortAscending, setStyleClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconColHeader

public IconColHeader(java.lang.String label,
                     java.lang.String iconPath,
                     java.lang.String id)
Deprecated. 
Method Detail

getDefaultIconPath

public java.lang.String getDefaultIconPath()
Deprecated. 

setDefaultIconPath

public void setDefaultIconPath(java.lang.String iconPath)
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.