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

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.LearningObjectivesViewConfiguration
All Implemented Interfaces:
Configuration

public class LearningObjectivesViewConfiguration
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 LearningObjectivesViewConfiguration(SectionView sectionView)
           
private LearningObjectivesViewConfiguration(SectionView sectionView, Controller controller)
           
 
Method Summary
protected  void buildLayout()
           
static LearningObjectivesViewConfiguration create()
           
private  SummaryTableSection createLearningObjectivesSectionEdit()
           
 SummaryTableFieldBlock createLearningObjectivesSectionEditBlock()
           
static LearningObjectivesViewConfiguration createSpecial(Controller controller)
           
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

LearningObjectivesViewConfiguration

private LearningObjectivesViewConfiguration(SectionView sectionView)

LearningObjectivesViewConfiguration

private LearningObjectivesViewConfiguration(SectionView sectionView,
                                            Controller controller)
Method Detail

create

public static LearningObjectivesViewConfiguration create()

createSpecial

public static LearningObjectivesViewConfiguration createSpecial(Controller controller)

buildLayout

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

createLearningObjectivesSectionEdit

private SummaryTableSection createLearningObjectivesSectionEdit()

createLearningObjectivesSectionEditBlock

public SummaryTableFieldBlock createLearningObjectivesSectionEditBlock()

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)


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