Package org.kuali.rice.edl.impl
Interface EDLModelComponent
-
- All Known Implementing Classes:
AnnotationComponent,AttributeEDLConfigComponent,BrowserHandler,EstablishUserAction,GlobalAttributeComponent,InstructionsEDLComponent,JavascriptEDLComponent,NetworkIdWorkflowEDLConfigComponent,NoteConfigComponent,PageHandler,PerformLookupComponent,RefreshFromLookupComponent,SelectControlEDLComponent,SimpleWorkflowEDLConfigComponent,UniversityIdWorkflowEDLConfigComponent,ValidationComponent,VersioningPreprocessor,WorkflowDocumentActions,WorkflowDocumentState,WorkgroupWorkflowEDLConfigComponent
public interface EDLModelComponentThe interface you implement if you want a component to be called from EDL.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)
-
-
-
Method Detail
-
updateDOM
void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)
-
-