Nuxeo ECM Projects 5.4.3-SNAPSHOT

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:
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(String label, String iconPath, String id)
          Deprecated.  
 
Method Summary
 String getDefaultIconPath()
          Deprecated.  
 void setDefaultIconPath(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(String label,
                     String iconPath,
                     String id)
Deprecated. 
Method Detail

getDefaultIconPath

public String getDefaultIconPath()
Deprecated. 

setDefaultIconPath

public void setDefaultIconPath(String iconPath)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.