org.kuali.student.common.ui.client.configurable.mvc.sections
Interface HasSectionDeletion
- All Known Implementing Classes: 
- SwapSection
- public interface HasSectionDeletion 
 
getDeletedSections
List<Section> getDeletedSections()
- 
 
getDeletionParentKeys
List<String> getDeletionParentKeys()
- 
 
setDeletionParentKey
void setDeletionParentKey(List<String> deletionParentKeys)
- deletionParentKeys is optional and is only needed when you want to delete the
 entire structure in addition to individual fields with in deleted sections.
 
- 
- See Also:
- SectionBinding.setModelValue(Section, org.kuali.student.common.ui.client.mvc.DataModel, String)
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.