|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.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 TableAttributespublic void setId(java.lang.String id)
setId in interface TableAttributespublic java.lang.String getCollection()
getCollection in interface TableAttributespublic void setCollection(java.lang.String collection)
setCollection in interface TableAttributespublic java.lang.String getAction()
getAction in interface TableAttributespublic void setAction(java.lang.String action)
setAction in interface TableAttributespublic java.lang.String getScope()
getScope in interface TableAttributespublic void setScope(java.lang.String scope)
setScope in interface TableAttributespublic java.lang.String getStyleClass()
getStyleClass in interface TableAttributespublic void setStyleClass(java.lang.String styleClass)
setStyleClass in interface TableAttributespublic java.lang.String getHeaderClass()
getHeaderClass in interface TableAttributespublic void setHeaderClass(java.lang.String headerClass)
setHeaderClass in interface TableAttributespublic java.lang.String getBorder()
getBorder in interface TableAttributespublic void setBorder(java.lang.String border)
setBorder in interface TableAttributespublic java.lang.String getCellpadding()
getCellpadding in interface TableAttributespublic void setCellpadding(java.lang.String cellpadding)
setCellpadding in interface TableAttributespublic java.lang.String getCellspacing()
getCellspacing in interface TableAttributespublic void setCellspacing(java.lang.String cellspacing)
setCellspacing in interface TableAttributespublic java.lang.String getMaxRows()
getMaxRows in interface TableAttributespublic void setMaxRows(java.lang.String maxRows)
setMaxRows in interface TableAttributespublic java.lang.String getFilter()
getFilter in interface TableAttributespublic void setFilter(java.lang.String filter)
setFilter in interface TableAttributespublic java.lang.String getPagination()
getPagination in interface TableAttributespublic void setPagination(java.lang.String pagination)
setPagination in interface TableAttributespublic java.lang.String getImagePath()
getImagePath in interface TableAttributespublic void setImagePath(java.lang.String imagePath)
setImagePath in interface TableAttributespublic java.lang.String getSort()
getSort in interface TableAttributespublic void setSort(java.lang.String sort)
setSort in interface TableAttributespublic java.lang.String getTitle()
getTitle in interface TableAttributespublic void setTitle(java.lang.String title)
setTitle in interface TableAttributespublic java.lang.String getStyle()
getStyle in interface TableAttributespublic void setStyle(java.lang.String style)
setStyle in interface TableAttributespublic java.lang.String getWidth()
getWidth in interface TableAttributespublic 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.Tagjavax.servlet.jsp.JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspExceptionpublic void cleanup()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||