org.extremecomponents.table.bean
Class Export
java.lang.Object
org.extremecomponents.table.bean.Export
- All Implemented Interfaces:
- ExportAttributes
- public class Export
- extends java.lang.Object
- implements ExportAttributes
- Author:
- jeff johnston
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Export
public Export(TableModel model)
getImage
public java.lang.String getImage()
getName
public java.lang.String getName()
- Specified by:
getName
in interface ExportAttributes
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface ExportAttributes
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ExportAttributes
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface ExportAttributes
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface ExportAttributes
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle
in interface ExportAttributes
getView
public java.lang.String getView()
- Specified by:
getView
in interface ExportAttributes
setView
public void setView(java.lang.String view)
- Specified by:
setView
in interface ExportAttributes
getHeaderColor
public java.lang.String getHeaderColor()
- Specified by:
getHeaderColor
in interface ExportAttributes
setHeaderColor
public void setHeaderColor(java.lang.String headerColor)
- Specified by:
setHeaderColor
in interface ExportAttributes
getHeaderBackgroundColor
public java.lang.String getHeaderBackgroundColor()
- Specified by:
getHeaderBackgroundColor
in interface ExportAttributes
setHeaderBackgroundColor
public void setHeaderBackgroundColor(java.lang.String headerBackgroundColor)
- Specified by:
setHeaderBackgroundColor
in interface ExportAttributes
Copyright © 2004 sourceforge. All Rights Reserved.