org.extremecomponents.table.bean
Class Table
java.lang.Object
org.extremecomponents.table.bean.Table
- All Implemented Interfaces:
- TableAttributes
- public class Table
- extends java.lang.Object
- implements TableAttributes
An exact copy of the table tag. The Model will only reference this copy.
- Author:
- Jeff Johnston
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTREME_TABLE
public static final java.lang.String EXTREME_TABLE
- See Also:
- Constant Field Values
Table
public Table(TableModel model)
getId
public java.lang.String getId()
- Specified by:
getId
in interface TableAttributes
setId
public void setId(java.lang.String id)
- Specified by:
setId
in interface TableAttributes
getCollection
public java.lang.String getCollection()
- Specified by:
getCollection
in interface TableAttributes
setCollection
public void setCollection(java.lang.String collection)
- Specified by:
setCollection
in interface TableAttributes
getAction
public java.lang.String getAction()
- Specified by:
getAction
in interface TableAttributes
setAction
public void setAction(java.lang.String action)
- Specified by:
setAction
in interface TableAttributes
getScope
public java.lang.String getScope()
- Specified by:
getScope
in interface TableAttributes
setScope
public void setScope(java.lang.String scope)
- Specified by:
setScope
in interface TableAttributes
getStyleClass
public java.lang.String getStyleClass()
- Specified by:
getStyleClass
in interface TableAttributes
setStyleClass
public void setStyleClass(java.lang.String styleClass)
- Specified by:
setStyleClass
in interface TableAttributes
getHeaderClass
public java.lang.String getHeaderClass()
- Specified by:
getHeaderClass
in interface TableAttributes
setHeaderClass
public void setHeaderClass(java.lang.String headerClass)
- Specified by:
setHeaderClass
in interface TableAttributes
getBorder
public java.lang.String getBorder()
- Specified by:
getBorder
in interface TableAttributes
setBorder
public void setBorder(java.lang.String border)
- Specified by:
setBorder
in interface TableAttributes
getCellpadding
public java.lang.String getCellpadding()
- Specified by:
getCellpadding
in interface TableAttributes
setCellpadding
public void setCellpadding(java.lang.String cellpadding)
- Specified by:
setCellpadding
in interface TableAttributes
getCellspacing
public java.lang.String getCellspacing()
- Specified by:
getCellspacing
in interface TableAttributes
setCellspacing
public void setCellspacing(java.lang.String cellspacing)
- Specified by:
setCellspacing
in interface TableAttributes
getMaxRows
public java.lang.String getMaxRows()
- Specified by:
getMaxRows
in interface TableAttributes
setMaxRows
public void setMaxRows(java.lang.String maxRows)
- Specified by:
setMaxRows
in interface TableAttributes
getFilter
public java.lang.String getFilter()
- Specified by:
getFilter
in interface TableAttributes
doFilter
public boolean doFilter()
setFilter
public void setFilter(java.lang.String filter)
- Specified by:
setFilter
in interface TableAttributes
getPagination
public java.lang.String getPagination()
- Specified by:
getPagination
in interface TableAttributes
doPagination
public boolean doPagination()
setPagination
public void setPagination(java.lang.String pagination)
- Specified by:
setPagination
in interface TableAttributes
getImagePath
public java.lang.String getImagePath()
- Specified by:
getImagePath
in interface TableAttributes
setImagePath
public void setImagePath(java.lang.String imagePath)
- Specified by:
setImagePath
in interface TableAttributes
getImage
public java.lang.String getImage(java.lang.String name)
getSort
public java.lang.String getSort()
- Specified by:
getSort
in interface TableAttributes
canSort
public boolean canSort()
setSort
public void setSort(java.lang.String sort)
- Specified by:
setSort
in interface TableAttributes
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface TableAttributes
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle
in interface TableAttributes
getStyle
public java.lang.String getStyle()
- Specified by:
getStyle
in interface TableAttributes
setStyle
public void setStyle(java.lang.String style)
- Specified by:
setStyle
in interface TableAttributes
getWidth
public java.lang.String getWidth()
- Specified by:
getWidth
in interface TableAttributes
setWidth
public void setWidth(java.lang.String width)
- Specified by:
setWidth
in interface TableAttributes
Copyright © 2004 sourceforge. All Rights Reserved.