Class ActionListDecorator
- java.lang.Object
-
- org.displaytag.decorator.TableDecorator
-
- org.kuali.rice.kew.actionlist.web.ActionListDecorator
-
public class ActionListDecorator extends org.displaytag.decorator.TableDecoratorClass used to decorate table rows generated by our table tag lib.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Field Summary
Fields Modifier and Type Field Description protected org.displaytag.model.TableModeltableModel
-
Constructor Summary
Constructors Constructor Description ActionListDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringaddRowClass()Adds a CSS class to the current row based on the value of the row object's rowStyleClass attribute.StringaddRowId()Adds a unique ID to this row that allows JavaScript to add mouse event listeners at run-time.voidfinish()Resets the row index counter after all rows have been added to the table.StringfinishRow()ObjectgetDecoratedObject()javax.servlet.jsp.PageContextgetPageContext()booleanhasGetterFor(String arg0)voidinit(javax.servlet.jsp.PageContext arg0, Object arg1)Deprecated.voidinit(javax.servlet.jsp.PageContext arg0, Object arg1, org.displaytag.model.TableModel arg2)booleansearchGetterFor(String arg0)StringstartRow()
-
-
-
Method Detail
-
startRow
public String startRow()
- Overrides:
startRowin classorg.displaytag.decorator.TableDecorator
-
finishRow
public String finishRow()
- Overrides:
finishRowin classorg.displaytag.decorator.TableDecorator
-
addRowClass
public String addRowClass()
Adds a CSS class to the current row based on the value of the row object's rowStyleClass attribute.- Overrides:
addRowClassin classorg.displaytag.decorator.TableDecorator- See Also:
TableDecorator.addRowClass()
-
addRowId
public String addRowId()
Adds a unique ID to this row that allows JavaScript to add mouse event listeners at run-time. This is necessary because the action list's display:table tag does not allow event handlers to be specified for the row elements.- Overrides:
addRowIdin classorg.displaytag.decorator.TableDecorator- See Also:
TableDecorator.addRowId()
-
finish
public void finish()
Resets the row index counter after all rows have been added to the table.- Overrides:
finishin classorg.displaytag.decorator.TableDecorator- See Also:
TableDecorator.finish()
-
init
public void init(javax.servlet.jsp.PageContext arg0, Object arg1)Deprecated.
-
init
public void init(javax.servlet.jsp.PageContext arg0, Object arg1, org.displaytag.model.TableModel arg2)
-
getPageContext
public javax.servlet.jsp.PageContext getPageContext()
-
getDecoratedObject
public Object getDecoratedObject()
-
hasGetterFor
public boolean hasGetterFor(String arg0)
-
searchGetterFor
public boolean searchGetterFor(String arg0)
-
-