org.kuali.student.common.ui.client.configurable.mvc.multiplicity
Class MultiplicityGroup.SwappableFieldsHelper

java.lang.Object
  extended by org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityGroup.SwappableFieldsHelper
Enclosing class:
MultiplicityGroup

public class MultiplicityGroup.SwappableFieldsHelper
extends Object


Field Summary
private  MultiplicityGroup.ConditionChoices conditionChoices
           
private  Map<String,String> helperFieldKeys
           
private  GroupSection parentSection
           
private  Map<SwapCompositeCondition,List<SwapCompositeConditionFieldConfig>> swappableFieldsDefinition
           
private  SwapSection swapSection
           
 
Constructor Summary
MultiplicityGroup.SwappableFieldsHelper()
           
 
Method Summary
 MultiplicityGroup.ConditionChoices getConditionChoices()
           
 Map<String,String> getHelperFieldKeys()
           
 GroupSection getParentSection()
           
 Map<SwapCompositeCondition,List<SwapCompositeConditionFieldConfig>> getSwappableFieldsDefinition()
           
 SwapSection getSwapSection()
           
 void setConditionChoices(MultiplicityGroup.ConditionChoices conditionChoices)
           
 void setHelperFieldKeys(Map<String,String> helperFieldKeys)
           
 void setParentSection(GroupSection parentSection)
           
 void setSwappableFieldsDefinition(Map<SwapCompositeCondition,List<SwapCompositeConditionFieldConfig>> swappableFieldsDefinition)
           
 void setSwapSection(SwapSection swapSection)
           
 void updateFieldDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentSection

private GroupSection parentSection

swappableFieldsDefinition

private Map<SwapCompositeCondition,List<SwapCompositeConditionFieldConfig>> swappableFieldsDefinition

helperFieldKeys

private Map<String,String> helperFieldKeys

conditionChoices

private MultiplicityGroup.ConditionChoices conditionChoices

swapSection

private SwapSection swapSection
Constructor Detail

MultiplicityGroup.SwappableFieldsHelper

public MultiplicityGroup.SwappableFieldsHelper()
Method Detail

updateFieldDisplay

public void updateFieldDisplay()

getParentSection

public GroupSection getParentSection()

setParentSection

public void setParentSection(GroupSection parentSection)

getSwappableFieldsDefinition

public Map<SwapCompositeCondition,List<SwapCompositeConditionFieldConfig>> getSwappableFieldsDefinition()

setSwappableFieldsDefinition

public void setSwappableFieldsDefinition(Map<SwapCompositeCondition,List<SwapCompositeConditionFieldConfig>> swappableFieldsDefinition)

getHelperFieldKeys

public Map<String,String> getHelperFieldKeys()

setHelperFieldKeys

public void setHelperFieldKeys(Map<String,String> helperFieldKeys)

getConditionChoices

public MultiplicityGroup.ConditionChoices getConditionChoices()

setConditionChoices

public void setConditionChoices(MultiplicityGroup.ConditionChoices conditionChoices)

getSwapSection

public SwapSection getSwapSection()

setSwapSection

public void setSwapSection(SwapSection swapSection)


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