Class 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 Detail

      • tableModel

        protected org.displaytag.model.TableModel tableModel
    • Constructor Detail

      • ActionListDecorator

        public ActionListDecorator()
    • Method Detail

      • startRow

        public String startRow()
        Overrides:
        startRow in class org.displaytag.decorator.TableDecorator
      • finishRow

        public String finishRow()
        Overrides:
        finishRow in class org.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:
        addRowClass in class org.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:
        addRowId in class org.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:
        finish in class org.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)