Uses of Class
org.kuali.rice.kns.web.ui.Section
Packages that use Section
Package
Description
-
Uses of Section in org.kuali.rice.kns.inquiry
Methods in org.kuali.rice.kns.inquiry that return types with arguments of type SectionModifier and TypeMethodDescriptionInquirable.getSections(org.kuali.rice.krad.bo.BusinessObject bo) Deprecated.KualiInquirableImpl.getSections(org.kuali.rice.krad.bo.BusinessObject bo) Deprecated. -
Uses of Section in org.kuali.rice.kns.maintenance
Methods in org.kuali.rice.kns.maintenance that return types with arguments of type SectionModifier and TypeMethodDescriptionKualiMaintainableImpl.getCoreSections(MaintenanceDocument document, Maintainable oldMaintainable) Deprecated.Gets list of maintenance sections built from the data dictionary. -
Uses of Section in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util with parameters of type SectionModifier and TypeMethodDescriptionstatic StringMaintenanceUtils.generateErrorKeyForSection(Section section) Deprecated.Given a section, returns a comma delimited string of all fields, representing the error keys that exist for a sectionMethod parameters in org.kuali.rice.kns.util with type arguments of type Section -
Uses of Section in org.kuali.rice.kns.web.ui
Methods in org.kuali.rice.kns.web.ui that return SectionModifier and TypeMethodDescriptionstatic SectionSectionBridge.toSection(MaintainableSectionDefinition sd, org.kuali.rice.krad.bo.BusinessObject o, Maintainable maintainable, Maintainable oldMaintainable, String maintenanceAction, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields) Deprecated.This method creates a Section for a MaintenanceDocument.static SectionSectionBridge.toSection(Inquirable inquirable, InquirySectionDefinition sd, org.kuali.rice.krad.bo.BusinessObject o, InquiryRestrictions auths) Deprecated.This method creates a Section for display on an Inquiry Screen.Methods in org.kuali.rice.kns.web.ui with parameters of type SectionModifier and TypeMethodDescriptionSectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, org.kuali.rice.krad.bo.BusinessObject o, Maintainable m, Maintainable oldMaintainable, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, int numberOfColumns, Inquirable inquirable) Deprecated.SectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, org.kuali.rice.krad.bo.BusinessObject o, Maintainable m, Maintainable oldMaintainable, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, String parents, boolean hideAdd, int numberOfColumns, Inquirable inquirable) Deprecated.Builds a list of Rows with Fields of type containers for a many section.static FieldFieldBridge.toField(FieldDefinition d, org.kuali.rice.krad.bo.BusinessObject o, Section s) Deprecated.Create a Field for display on an Inquiry screen.static FieldFieldBridge.toField(MaintainableItemDefinition id, MaintainableSectionDefinition sd, org.kuali.rice.krad.bo.BusinessObject o, Maintainable m, Section s, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields) Deprecated.This method creates a Field for display on a Maintenance Document.