org.kuali.student.common.ui.client.configurable.mvc.layouts
Interface ConfigurableLayout
- All Known Implementing Classes:
- OrgProposalController, TabbedSectionLayout
public interface ConfigurableLayout
addStartSection
void addStartSection(SectionView section)
addSection
void addSection(String[] hierarchy,
SectionView section)
addTool
void addTool(ToolView tool)
isValid
boolean isValid(List<ValidationResultInfo> validationResults,
boolean checkCurrentSectionOnly)
- Check to see if current/all section(s) is valid (ie. does not contain any errors)
- Parameters:
validationResults
- List of validation results for the layouts model.checkCurrentSectionOnly
- true if errors should be checked on current section only, false if all sections should be checked
- Returns:
- true if the specified sections (all or current) has any validation errors
Copyright © 2010 The Kuali Foundation. All rights reserved.