Class KSBTableDecorator

java.lang.Object
org.displaytag.decorator.TableDecorator
org.kuali.rice.ksb.messaging.web.KSBTableDecorator

public class KSBTableDecorator extends org.displaytag.decorator.TableDecorator
A TableDecorator for the Display Tag library which is used to add mouseover highlighting to rows in the results on the Document Search screen.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

    • tableModel

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

    • KSBTableDecorator

      public KSBTableDecorator()
  • Method Details

    • startRow

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

      public String finishRow()
      Overrides:
      finishRow in class org.displaytag.decorator.TableDecorator
    • 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)