org.kuali.student.common.ui.client.widgets.table.summary
Class SummaryTableBlock

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.table.summary.SummaryTableBlock
Direct Known Subclasses:
SummaryTableFieldBlock

public class SummaryTableBlock
extends Object


Field Summary
private  com.google.gwt.event.dom.client.ClickHandler editEventHandler
           
private  List<SummaryTableRow> sectionRowList
           
private  String title
           
 
Constructor Summary
SummaryTableBlock()
           
 
Method Summary
protected  void add(SummaryTableRow aRow)
           
 void addEditingHandler(com.google.gwt.event.dom.client.ClickHandler clickHandler)
           
 void clear()
           
 com.google.gwt.event.dom.client.ClickHandler getEditingHandler()
           
 List<SummaryTableRow> getSectionRowList()
           
 String getTitle()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private String title

sectionRowList

private List<SummaryTableRow> sectionRowList

editEventHandler

private com.google.gwt.event.dom.client.ClickHandler editEventHandler
Constructor Detail

SummaryTableBlock

public SummaryTableBlock()
Method Detail

addEditingHandler

public void addEditingHandler(com.google.gwt.event.dom.client.ClickHandler clickHandler)

getEditingHandler

public com.google.gwt.event.dom.client.ClickHandler getEditingHandler()

getSectionRowList

public List<SummaryTableRow> getSectionRowList()

add

protected void add(SummaryTableRow aRow)

clear

public void clear()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.