org.kuali.student.common.ui.client.configurable.mvc
Class Configurer

java.lang.Object
  extended by org.kuali.student.common.ui.client.configurable.mvc.Configurer
Direct Known Subclasses:
AbstractCourseConfigurer, AbstractProgramConfigurer

public abstract class Configurer
extends Object


Field Summary
protected  String groupName
           
protected  ModelDefinition modelDefinition
           
protected  String state
           
protected  String type
           
 
Constructor Summary
Configurer()
           
 
Method Summary
 FieldDescriptor addField(Section section, String fieldKey)
           
 FieldDescriptor addField(Section section, String fieldKey, MessageKeyInfo messageKey)
           
 FieldDescriptor addField(Section section, String fieldKey, MessageKeyInfo messageKey, String parentPath)
           
 FieldDescriptor addField(Section section, String fieldKey, MessageKeyInfo messageKey, com.google.gwt.user.client.ui.Widget widget)
           
 FieldDescriptor addField(Section section, String fieldKey, MessageKeyInfo messageKey, com.google.gwt.user.client.ui.Widget widget, String parentPath)
           
 FieldDescriptor addReadOnlyField(Section section, String fieldKey)
           
 FieldDescriptor addReadOnlyField(Section section, String fieldKey, MessageKeyInfo messageKey)
           
 FieldDescriptor addReadOnlyField(Section section, String fieldKey, MessageKeyInfo messageKey, String parentPath)
           
 FieldDescriptor addReadOnlyField(Section section, String fieldKey, MessageKeyInfo messageKey, com.google.gwt.user.client.ui.Widget widget)
           
 FieldDescriptor addReadOnlyField(Section section, String fieldKey, MessageKeyInfo messageKey, com.google.gwt.user.client.ui.Widget widget, String parentPath)
           
protected  MessageKeyInfo generateMessageInfo(String labelKey)
           
protected  SectionTitle getH1Title(String labelKey)
           
protected  SectionTitle getH2Title(String labelKey)
           
protected  SectionTitle getH3Title(String labelKey)
           
protected  SectionTitle getH4Title(String labelKey)
           
protected  SectionTitle getH5Title(String labelKey)
           
protected  String getLabel(String labelKey)
           
 ModelDefinition getModelDefinition()
           
 void setModelDefinition(ModelDefinition modelDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelDefinition

protected ModelDefinition modelDefinition

type

protected String type

state

protected String state

groupName

protected String groupName
Constructor Detail

Configurer

public Configurer()
Method Detail

setModelDefinition

public void setModelDefinition(ModelDefinition modelDefinition)

getModelDefinition

public ModelDefinition getModelDefinition()

generateMessageInfo

protected MessageKeyInfo generateMessageInfo(String labelKey)

getLabel

protected String getLabel(String labelKey)

getH1Title

protected SectionTitle getH1Title(String labelKey)

getH2Title

protected SectionTitle getH2Title(String labelKey)

getH3Title

protected SectionTitle getH3Title(String labelKey)

getH4Title

protected SectionTitle getH4Title(String labelKey)

getH5Title

protected SectionTitle getH5Title(String labelKey)

addField

public FieldDescriptor addField(Section section,
                                String fieldKey)

addField

public FieldDescriptor addField(Section section,
                                String fieldKey,
                                MessageKeyInfo messageKey)

addField

public FieldDescriptor addField(Section section,
                                String fieldKey,
                                MessageKeyInfo messageKey,
                                com.google.gwt.user.client.ui.Widget widget)

addField

public FieldDescriptor addField(Section section,
                                String fieldKey,
                                MessageKeyInfo messageKey,
                                String parentPath)

addField

public FieldDescriptor addField(Section section,
                                String fieldKey,
                                MessageKeyInfo messageKey,
                                com.google.gwt.user.client.ui.Widget widget,
                                String parentPath)

addReadOnlyField

public FieldDescriptor addReadOnlyField(Section section,
                                        String fieldKey)

addReadOnlyField

public FieldDescriptor addReadOnlyField(Section section,
                                        String fieldKey,
                                        MessageKeyInfo messageKey)

addReadOnlyField

public FieldDescriptor addReadOnlyField(Section section,
                                        String fieldKey,
                                        MessageKeyInfo messageKey,
                                        com.google.gwt.user.client.ui.Widget widget)

addReadOnlyField

public FieldDescriptor addReadOnlyField(Section section,
                                        String fieldKey,
                                        MessageKeyInfo messageKey,
                                        String parentPath)

addReadOnlyField

public FieldDescriptor addReadOnlyField(Section section,
                                        String fieldKey,
                                        MessageKeyInfo messageKey,
                                        com.google.gwt.user.client.ui.Widget widget,
                                        String parentPath)


Copyright © 2010 The Kuali Foundation. All rights reserved.