]> git.argeo.org Git - lgpl/argeo-commons.git/blob - viewers/SectionPart.java
Prepare next development cycle
[lgpl/argeo-commons.git] / viewers / SectionPart.java
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 }