org.kuali.rice.kew.lookupable
Class LookupDecorator

java.lang.Object
  extended by org.displaytag.decorator.TableDecorator
      extended by org.kuali.rice.kew.lookupable.LookupDecorator

public class LookupDecorator
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 Lookupable screens.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  org.displaytag.model.TableModel tableModel
           
 
Constructor Summary
LookupDecorator()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.displaytag.decorator.TableDecorator
addRowClass, addRowId, displayGroupedValue, endOfGroup, evaluate, finish, getCurrentRowObject, getListIndex, getViewIndex, initRow, isLastRow, startOfGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableModel

protected org.displaytag.model.TableModel tableModel
Constructor Detail

LookupDecorator

public LookupDecorator()
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

init

public void init(javax.servlet.jsp.PageContext arg0,
                 Object arg1)

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)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.