Uses of Class
org.kuali.rice.kns.web.ui.Row
Packages that use Row
-
Uses of Row in org.kuali.rice.kns.lookup
Fields in org.kuali.rice.kns.lookup with type parameters of type RowMethods in org.kuali.rice.kns.lookup that return types with arguments of type RowModifier and TypeMethodDescriptionAbstractLookupableHelperServiceImpl.getRows()Deprecated.KualiLookupableImpl.getRows()Deprecated.Lookupable.getRows()Deprecated.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 -
Uses of Row in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util that return types with arguments of type RowModifier and TypeMethodDescriptionFieldUtils.convertRemotableAttributeFields(List<org.kuali.rice.core.api.uif.RemotableAttributeField> remotableAttributeFields) Deprecated.FieldUtils.wrapFields(List<Field> fields, int numberOfColumns) Deprecated.This method is to implement multiple columns where the numberOfColumns is obtained from data dictionary.Methods in org.kuali.rice.kns.util with parameters of type RowModifier and TypeMethodDescriptionstatic List<org.kuali.rice.core.api.uif.RemotableAttributeField> FieldUtils.convertRowToAttributeFields(Row row) Deprecated.Method parameters in org.kuali.rice.kns.util with type arguments of type RowModifier and TypeMethodDescriptionprotected static voidMaintenanceUtils.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_MAINTAINABLEstatic List<org.kuali.rice.core.api.uif.RemotableAttributeField> FieldUtils.convertRowsToAttributeFields(List<Row> rows) Deprecated. -
Uses of Row in org.kuali.rice.kns.web.ui
Methods in org.kuali.rice.kns.web.ui that return types with arguments of type RowModifier and TypeMethodDescriptionField.getContainerRows()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, 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.Section.getRows()Deprecated.Method parameters in org.kuali.rice.kns.web.ui with type arguments of type Row