org.kuali.student.common.ui.client.configurable.mvc.sections
Interface HasSectionDeletion

All Known Implementing Classes:
SwapSection

public interface HasSectionDeletion


Method Summary
 List<Section> getDeletedSections()
           
 List<String> getDeletionParentKeys()
           
 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.
 

Method Detail

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 © 2010 The Kuali Foundation. All rights reserved.