org.kuali.student.lum.program.client.major.view
Class ProposalChangeImpactViewConfiguration

java.lang.Object
  extended by org.kuali.student.lum.common.client.configuration.AbstractConfiguration
      extended by org.kuali.student.lum.common.client.configuration.AbstractSectionConfiguration
          extended by org.kuali.student.lum.program.client.major.view.ProposalChangeImpactViewConfiguration
All Implemented Interfaces:
Configuration

public class ProposalChangeImpactViewConfiguration
extends AbstractSectionConfiguration

Author:
Igor

Field Summary
private  Controller controller
           
 
Fields inherited from class org.kuali.student.lum.common.client.configuration.AbstractSectionConfiguration
rootSection
 
Fields inherited from class org.kuali.student.lum.common.client.configuration.AbstractConfiguration
configurer
 
Constructor Summary
private ProposalChangeImpactViewConfiguration(SectionView sectionView)
           
private ProposalChangeImpactViewConfiguration(SectionView sectionView, Controller controller)
           
 
Method Summary
protected  void buildLayout()
           
static ProposalChangeImpactViewConfiguration create()
           
private  Section createEditableSection()
           
private  VerticalSection createReadOnlySection()
           
static ProposalChangeImpactViewConfiguration createSpecial(Controller controller)
           
 SummaryTableFieldBlock createSummaryTableFieldBlock()
           
protected  SummaryTableFieldRow getFieldRow(String fieldKey, MessageKeyInfo messageKey)
           
protected  SummaryTableFieldRow getFieldRow(String fieldKey, MessageKeyInfo messageKey, com.google.gwt.user.client.ui.Widget widget, com.google.gwt.user.client.ui.Widget widget2, String parentPath, ModelWidgetBinding<?> binding, boolean optional)
           
 
Methods inherited from class org.kuali.student.lum.common.client.configuration.AbstractSectionConfiguration
asWidget, getName, getView, getView
 
Methods inherited from class org.kuali.student.lum.common.client.configuration.AbstractConfiguration
applyRestrictions, checkPermission, removeRestrictions, setConfigurer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

private Controller controller
Constructor Detail

ProposalChangeImpactViewConfiguration

private ProposalChangeImpactViewConfiguration(SectionView sectionView)

ProposalChangeImpactViewConfiguration

private ProposalChangeImpactViewConfiguration(SectionView sectionView,
                                              Controller controller)
Method Detail

create

public static ProposalChangeImpactViewConfiguration create()

createSpecial

public static ProposalChangeImpactViewConfiguration createSpecial(Controller controller)

buildLayout

protected void buildLayout()
Specified by:
buildLayout in class AbstractSectionConfiguration

createEditableSection

private Section createEditableSection()

createSummaryTableFieldBlock

public SummaryTableFieldBlock createSummaryTableFieldBlock()

getFieldRow

protected SummaryTableFieldRow getFieldRow(String fieldKey,
                                           MessageKeyInfo messageKey)

getFieldRow

protected SummaryTableFieldRow getFieldRow(String fieldKey,
                                           MessageKeyInfo messageKey,
                                           com.google.gwt.user.client.ui.Widget widget,
                                           com.google.gwt.user.client.ui.Widget widget2,
                                           String parentPath,
                                           ModelWidgetBinding<?> binding,
                                           boolean optional)

createReadOnlySection

private VerticalSection createReadOnlySection()


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