Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kns.web.ui |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Class and Description |
---|---|
class |
InquiryCollectionDefinition
Deprecated.
|
class |
MaintainableCollectionDefinition
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<? extends CollectionDefinitionI> |
MaintainableCollectionDefinition.getCollections()
Deprecated.
|
List<? extends CollectionDefinitionI> |
InquiryCollectionDefinition.getCollections()
Deprecated.
|
List<? extends CollectionDefinitionI> |
CollectionDefinitionI.getCollections()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<Field> |
FieldBridge.constructContainerField(CollectionDefinitionI collectionDefinition,
String parents,
BusinessObject o,
boolean hideAdd,
int numberOfColumns,
String collName,
List<Field> collFields)
Deprecated.
This method handles setting up a container field not including the add fields
|
static List<Row> |
SectionBridge.getContainerRows(Section s,
CollectionDefinitionI collectionDefinition,
BusinessObject o,
Maintainable m,
Maintainable oldMaintainable,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields,
StringBuffer containerRowErrorKey,
int numberOfColumns,
Inquirable inquirable)
Deprecated.
|
static List<Row> |
SectionBridge.getContainerRows(Section s,
CollectionDefinitionI collectionDefinition,
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 List<Field> |
FieldBridge.getNewFormFields(CollectionDefinitionI collectionDefinition,
BusinessObject o,
Maintainable m,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields,
StringBuffer containerRowErrorKey,
String parents,
boolean hideAdd,
int numberOfColumns)
Deprecated.
This method will return a new form for adding in a BO for a collection.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.