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

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

public class SummaryTableFieldRow
extends SummaryTableRow


Constructor Summary
SummaryTableFieldRow()
           
SummaryTableFieldRow(FieldDescriptor fieldDescriptor1, FieldDescriptor fieldDescriptor2)
           
 
Method Summary
 FieldDescriptor getFieldDescriptor1()
           
 FieldDescriptor getFieldDescriptor2()
           
protected  boolean isTemporaryRow()
           
protected  void setTemporaryRowFlag(boolean multiplicityRow)
          This flag means the row should be removed before data is re-generated for the rows
 
Methods inherited from class org.kuali.student.common.ui.client.widgets.table.summary.SummaryTableRow
addContentCellStyleName, addTitleCellStyleName, getCell1, getCell2, getContentCellCount, getContentCellStyleName, getKey, getTitle, getTitleCellStyleName, isRequired, isShown, setCell1, setCell2, setContentCellCount, setKey, setRequired, setShown, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryTableFieldRow

public SummaryTableFieldRow()

SummaryTableFieldRow

public SummaryTableFieldRow(FieldDescriptor fieldDescriptor1,
                            FieldDescriptor fieldDescriptor2)
Method Detail

getFieldDescriptor1

public FieldDescriptor getFieldDescriptor1()

getFieldDescriptor2

public FieldDescriptor getFieldDescriptor2()

setTemporaryRowFlag

protected void setTemporaryRowFlag(boolean multiplicityRow)
This flag means the row should be removed before data is re-generated for the rows

Parameters:
multiplicityRow -

isTemporaryRow

protected boolean isTemporaryRow()


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