Class SelectControlEDLComponent
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.SelectControlEDLComponent
-
- All Implemented Interfaces:
EDLModelComponent
public class SelectControlEDLComponent extends java.lang.Object implements EDLModelComponent
Looks at a field definition for a select field and attempts to analyze and resolve any valuesGroups based on document data. The result of this is to take a fieldDef that has a valuesGroup and either remove it if it does not match or replace theelement with a series of elements that include the values contained with the values group. This allows for
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description SelectControlEDLComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidincludeValuesGroup(org.w3c.dom.Element valuesGroupElem)voidupdateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element currentDefinitionElement, EDLContext edlContext)
-
-
-
Method Detail
-
updateDOM
public void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element currentDefinitionElement, EDLContext edlContext)- Specified by:
updateDOMin interfaceEDLModelComponent
-
includeValuesGroup
protected void includeValuesGroup(org.w3c.dom.Element valuesGroupElem)
-
-