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

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.table.summary.SectionRow

public class SectionRow
extends Object


Constructor Summary
SectionRow()
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget getCell1()
           
 com.google.gwt.user.client.ui.Widget getCell2()
           
 int getContentCellCount()
           
 String getKey()
           
 String getTitle()
           
 boolean isRequired()
           
 void setCell1(com.google.gwt.user.client.ui.Widget cell1)
           
 void setCell2(com.google.gwt.user.client.ui.Widget cell2)
           
 void setContentCellCount(int contentCellCount)
           
 void setKey(String key)
           
 void setRequired(boolean isRequired)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionRow

public SectionRow()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean isRequired)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContentCellCount

public int getContentCellCount()

setContentCellCount

public void setContentCellCount(int contentCellCount)

getCell1

public com.google.gwt.user.client.ui.Widget getCell1()

setCell1

public void setCell1(com.google.gwt.user.client.ui.Widget cell1)

getCell2

public com.google.gwt.user.client.ui.Widget getCell2()

setCell2

public void setCell2(com.google.gwt.user.client.ui.Widget cell2)


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