public class ActionListDecorator extends org.displaytag.decorator.TableDecorator
| Modifier and Type | Field and Description |
|---|---|
protected org.displaytag.model.TableModel |
tableModel |
| Constructor and Description |
|---|
ActionListDecorator() |
| Modifier and Type | Method and Description |
|---|---|
String |
addRowClass()
Adds a CSS class to the current row based on the value of the row object's rowStyleClass attribute.
|
String |
addRowId()
Adds a unique ID to this row that allows JavaScript to add mouse event listeners at run-time.
|
void |
finish()
Resets the row index counter after all rows have been added to the table.
|
String |
finishRow() |
Object |
getDecoratedObject() |
javax.servlet.jsp.PageContext |
getPageContext() |
boolean |
hasGetterFor(String arg0) |
void |
init(javax.servlet.jsp.PageContext arg0,
Object arg1) |
void |
init(javax.servlet.jsp.PageContext arg0,
Object arg1,
org.displaytag.model.TableModel arg2) |
boolean |
searchGetterFor(String arg0) |
String |
startRow() |
protected org.displaytag.model.TableModel tableModel
public ActionListDecorator()
public String startRow()
startRow in class org.displaytag.decorator.TableDecoratorpublic String finishRow()
finishRow in class org.displaytag.decorator.TableDecoratorpublic String addRowClass()
addRowClass in class org.displaytag.decorator.TableDecoratorTableDecorator.addRowClass()public String addRowId()
addRowId in class org.displaytag.decorator.TableDecoratorTableDecorator.addRowId()public void finish()
finish in class org.displaytag.decorator.TableDecoratorTableDecorator.finish()public void init(javax.servlet.jsp.PageContext arg0, Object arg1, org.displaytag.model.TableModel arg2)
public javax.servlet.jsp.PageContext getPageContext()
public Object getDecoratedObject()
public boolean hasGetterFor(String arg0)
public boolean searchGetterFor(String arg0)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.