| 1 | |
package org.kuali.student.lum.program.client.major.edit; |
| 2 | |
|
| 3 | |
import org.kuali.student.core.workflow.ui.client.views.CollaboratorSectionView; |
| 4 | |
import org.kuali.student.lum.common.client.configuration.AbstractSectionConfiguration; |
| 5 | |
import org.kuali.student.lum.program.client.ProgramConstants; |
| 6 | |
import org.kuali.student.lum.program.client.ProgramSections; |
| 7 | |
import org.kuali.student.lum.program.client.properties.ProgramProperties; |
| 8 | |
|
| 9 | |
|
| 10 | |
|
| 11 | |
|
| 12 | |
public class CollaboratorsEditConfiguration extends AbstractSectionConfiguration { |
| 13 | |
|
| 14 | 0 | public CollaboratorsEditConfiguration() { |
| 15 | 0 | rootSection = new CollaboratorSectionView(ProgramSections.COLLABORATORS_EDIT, ProgramProperties.get().program_menu_sections_collaborators(),ProgramConstants.PROGRAM_MODEL_ID); |
| 16 | 0 | } |
| 17 | |
|
| 18 | |
@Override |
| 19 | |
protected void buildLayout() { |
| 20 | |
|
| 21 | 0 | } |
| 22 | |
} |