Uses of Class
org.kuali.rice.krad.uif.widget.RichTable

Packages that use RichTable
org.kuali.rice.krad.uif.container   
org.kuali.rice.krad.uif.element   
org.kuali.rice.krad.uif.layout   
 

Uses of RichTable in org.kuali.rice.krad.uif.container
 

Methods in org.kuali.rice.krad.uif.container that return RichTable
 RichTable LightTable.getRichTable()
          The richTable widget definition for this table for setting dataTable javascript options
 

Methods in org.kuali.rice.krad.uif.container with parameters of type RichTable
 void LightTable.setRichTable(RichTable richTable)
          Set the richTable widget
 

Uses of RichTable in org.kuali.rice.krad.uif.element
 

Methods in org.kuali.rice.krad.uif.element that return RichTable
 RichTable DataTable.getRichTable()
          Widget that will render the data table client side
 

Methods in org.kuali.rice.krad.uif.element with parameters of type RichTable
 void DataTable.setRichTable(RichTable richTable)
          Setter for the rich table widget
 

Uses of RichTable in org.kuali.rice.krad.uif.layout
 

Methods in org.kuali.rice.krad.uif.layout that return RichTable
 RichTable TableLayoutManager.getRichTable()
          Widget associated with the table to add functionality such as sorting, paging, and export
 

Methods in org.kuali.rice.krad.uif.layout with parameters of type RichTable
 void TableLayoutManager.setRichTable(RichTable richTable)
          Setter for the rich table widget
 



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