|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport org.extremecomponents.table.tag.TableTag
The container which holds all the main table information. Will also hold global information if needed. The table tag is copied into the Table and encapsulated in the Model.
Field Summary |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
TableTag()
|
Method Summary | |
void |
addColumnMetaData(Column column)
Add the Column meta data to the Model |
void |
addColumnValue(java.lang.String property,
java.lang.Object value)
Add a Column value to the Model |
void |
addExport(Export export)
|
void |
addForm(Form form)
|
void |
addInput(Input input)
|
void |
addParameter(java.lang.String name,
java.lang.String value)
|
void |
addProperty(java.lang.String name,
java.lang.String value)
|
void |
cleanup()
|
int |
doAfterBody()
Two things need to be accomplished here. |
int |
doEndTag()
As a convenience use the EL expression langauge for the columns that need it. |
int |
doStartTag()
The start of the tag. |
java.lang.String |
getAction()
|
java.lang.String |
getBorder()
|
java.lang.String |
getCellpadding()
|
java.lang.String |
getCellspacing()
|
java.lang.String |
getCollection()
|
java.lang.String |
getFilter()
|
java.lang.String |
getHeaderClass()
|
java.lang.String |
getId()
|
java.lang.String |
getImagePath()
|
java.lang.String |
getMaxRows()
|
TableModel |
getModel()
|
int |
getModelRowsSize()
Find out how many rows have been added to the Model. |
java.lang.String |
getPagination()
|
java.lang.String |
getScope()
|
java.lang.String |
getSort()
|
java.lang.String |
getStyle()
|
java.lang.String |
getStyleClass()
|
java.lang.String |
getTitle()
|
java.lang.String |
getWidth()
|
boolean |
hasMetaData()
|
void |
setAction(java.lang.String action)
|
void |
setBorder(java.lang.String border)
|
void |
setCellpadding(java.lang.String cellpadding)
|
void |
setCellspacing(java.lang.String cellspacing)
|
void |
setCollection(java.lang.String collection)
|
void |
setFilter(java.lang.String filter)
|
void |
setHeaderClass(java.lang.String headerClass)
|
void |
setId(java.lang.String id)
|
void |
setImagePath(java.lang.String imagePath)
|
void |
setMaxRows(java.lang.String maxRows)
|
void |
setPagination(java.lang.String pagination)
|
void |
setScope(java.lang.String scope)
|
void |
setSort(java.lang.String sort)
|
void |
setStyle(java.lang.String style)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setTitle(java.lang.String title)
|
void |
setWidth(java.lang.String width)
|
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableTag()
Method Detail |
public java.lang.String getId()
getId
in interface TableAttributes
public void setId(java.lang.String id)
setId
in interface TableAttributes
public java.lang.String getCollection()
getCollection
in interface TableAttributes
public void setCollection(java.lang.String collection)
setCollection
in interface TableAttributes
public java.lang.String getAction()
getAction
in interface TableAttributes
public void setAction(java.lang.String action)
setAction
in interface TableAttributes
public java.lang.String getScope()
getScope
in interface TableAttributes
public void setScope(java.lang.String scope)
setScope
in interface TableAttributes
public java.lang.String getStyleClass()
getStyleClass
in interface TableAttributes
public void setStyleClass(java.lang.String styleClass)
setStyleClass
in interface TableAttributes
public java.lang.String getHeaderClass()
getHeaderClass
in interface TableAttributes
public void setHeaderClass(java.lang.String headerClass)
setHeaderClass
in interface TableAttributes
public java.lang.String getBorder()
getBorder
in interface TableAttributes
public void setBorder(java.lang.String border)
setBorder
in interface TableAttributes
public java.lang.String getCellpadding()
getCellpadding
in interface TableAttributes
public void setCellpadding(java.lang.String cellpadding)
setCellpadding
in interface TableAttributes
public java.lang.String getCellspacing()
getCellspacing
in interface TableAttributes
public void setCellspacing(java.lang.String cellspacing)
setCellspacing
in interface TableAttributes
public java.lang.String getMaxRows()
getMaxRows
in interface TableAttributes
public void setMaxRows(java.lang.String maxRows)
setMaxRows
in interface TableAttributes
public java.lang.String getFilter()
getFilter
in interface TableAttributes
public void setFilter(java.lang.String filter)
setFilter
in interface TableAttributes
public java.lang.String getPagination()
getPagination
in interface TableAttributes
public void setPagination(java.lang.String pagination)
setPagination
in interface TableAttributes
public java.lang.String getImagePath()
getImagePath
in interface TableAttributes
public void setImagePath(java.lang.String imagePath)
setImagePath
in interface TableAttributes
public java.lang.String getSort()
getSort
in interface TableAttributes
public void setSort(java.lang.String sort)
setSort
in interface TableAttributes
public java.lang.String getTitle()
getTitle
in interface TableAttributes
public void setTitle(java.lang.String title)
setTitle
in interface TableAttributes
public java.lang.String getStyle()
getStyle
in interface TableAttributes
public void setStyle(java.lang.String style)
setStyle
in interface TableAttributes
public java.lang.String getWidth()
getWidth
in interface TableAttributes
public void setWidth(java.lang.String width)
setWidth
in interface TableAttributes
public void addParameter(java.lang.String name, java.lang.String value)
public void addForm(Form form)
public void addInput(Input input)
public void addProperty(java.lang.String name, java.lang.String value)
public void addExport(Export export)
public boolean hasMetaData()
public void addColumnMetaData(Column column)
public void addColumnValue(java.lang.String property, java.lang.Object value)
public int getModelRowsSize()
public TableModel getModel()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspException
public void cleanup()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |