View Javadoc
1   package org.argeo.cms.ui.viewers;
2   
3   
4   /** An editable part dynamically related to a Section */
5   public interface SectionPart extends EditablePart, NodePart {
6   	public String getPartId();
7   
8   	public Section getSection();
9   }