org.kuali.student.common.ui.client.widgets.table.summary
Class SummaryTableRow
java.lang.Object
org.kuali.student.common.ui.client.widgets.table.summary.SummaryTableRow
- Direct Known Subclasses:
- SummaryTableFieldRow
public class SummaryTableRow
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryTableRow
public SummaryTableRow()
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.