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

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

public class SummaryTableRow
extends Object


Constructor Summary
SummaryTableRow()
           
 
Method Summary
 void addContentCellStyleName(String style)
           
 void addTitleCellStyleName(String style)
           
 com.google.gwt.user.client.ui.Widget getCell1()
           
 com.google.gwt.user.client.ui.Widget getCell2()
           
 int getContentCellCount()
           
 String getContentCellStyleName()
           
 String getKey()
           
 String getTitle()
           
 String getTitleCellStyleName()
           
 boolean isRequired()
           
 boolean isShown()
           
 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 setShown(boolean show)
          Rows that are set to not show will be set to display:none during the layout phase.
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryTableRow

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

addTitleCellStyleName

public void addTitleCellStyleName(String style)

getTitleCellStyleName

public String getTitleCellStyleName()

addContentCellStyleName

public void addContentCellStyleName(String style)

getContentCellStyleName

public String getContentCellStyleName()

setShown

public void setShown(boolean show)
Rows that are set to not show will be set to display:none during the layout phase. These flags should be reset and set again if needed during each data setup phase.

Parameters:
show -

isShown

public boolean isShown()


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