| Package | Description |
|---|---|
| org.kuali.rice.kns.lookup |
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.util |
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 | Field and Description |
|---|---|
protected List<Row> |
AbstractLookupableHelperServiceImpl.rows
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
LookupableHelperService.getRows()
Deprecated.
Returns a list of Row objects to be used to generate the search query screen
Generally, setDataObjectClass needs to be called with a non-null value for proper operation
|
List<Row> |
Lookupable.getRows()
Deprecated.
|
List<Row> |
KualiLookupableImpl.getRows()
Deprecated.
|
List<Row> |
AbstractLookupableHelperServiceImpl.getRows()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Row> |
FieldUtils.convertRemotableAttributeFields(List<RemotableAttributeField> remotableAttributeFields)
Deprecated.
|
static List<Row> |
FieldUtils.wrapFields(List<Field> fields,
int numberOfColumns)
Deprecated.
This method is to implement multiple columns where the numberOfColumns is obtained from data dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static List<RemotableAttributeField> |
FieldUtils.convertRowToAttributeFields(Row row)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
MaintenanceUtils.addRowsToErrorKeySet(List<Row> listOfRows,
Set<String> errorKeys)
Deprecated.
This method recurses through all the fields of the list of rows and adds each field's property name to the set if it starts
with Constants.MAINTENANCE_NEW_MAINTAINABLE
|
static List<RemotableAttributeField> |
FieldUtils.convertRowsToAttributeFields(List<Row> rows)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
Field.getContainerRows()
Deprecated.
|
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.
|
List<Row> |
Section.getRows()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setContainerRows(List<Row> containerRows)
Deprecated.
|
void |
Section.setRows(List<Row> rows)
Deprecated.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.