Class ActionListDecorator
java.lang.Object
org.displaytag.decorator.TableDecorator
org.kuali.rice.kew.actionlist.web.ActionListDecorator
public class ActionListDecorator
extends org.displaytag.decorator.TableDecorator
Class used to decorate table rows generated by our table tag lib.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds a CSS class to the current row based on the value of the row object's rowStyleClass attribute.addRowId()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.javax.servlet.jsp.PageContextbooleanhasGetterFor(String arg0) voidDeprecated.voidbooleansearchGetterFor(String arg0) startRow()Methods inherited from class org.displaytag.decorator.TableDecorator
displayGroupedValue, endOfGroup, evaluate, getCurrentRowObject, getListIndex, getViewIndex, initRow, isLastRow, startOfGroup
-
Field Details
-
tableModel
protected org.displaytag.model.TableModel tableModel
-
-
Constructor Details
-
ActionListDecorator
public ActionListDecorator()
-
-
Method Details
-
startRow
- Overrides:
startRowin classorg.displaytag.decorator.TableDecorator
-
finishRow
- Overrides:
finishRowin classorg.displaytag.decorator.TableDecorator
-
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
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
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
-
hasGetterFor
-
searchGetterFor
-