Uses of Class
org.kuali.rice.krad.uif.util.ColumnCalculationInfo
Packages that use ColumnCalculationInfo
-
Uses of ColumnCalculationInfo in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout that return types with arguments of type ColumnCalculationInfoModifier and TypeMethodDescriptionTableLayoutManager.getColumnCalculations()Gets the column calculations.TableLayoutManagerBase.getColumnCalculations()Gets the column calculations.Methods in org.kuali.rice.krad.uif.layout with parameters of type ColumnCalculationInfoModifier and TypeMethodDescriptionprotected FieldTableLayoutManagerBase.setupTotalField(Field totalField, ColumnCalculationInfo cInfo, boolean show, Label leftLabel, String type, int leftLabelColumnIndex) Setup the totalField with the columnCalculationInfo(cInfo) passed in.Method parameters in org.kuali.rice.krad.uif.layout with type arguments of type ColumnCalculationInfoModifier and TypeMethodDescriptionvoidTableLayoutManager.setColumnCalculations(List<ColumnCalculationInfo> columnCalculations) Sets the columnCalculations.voidTableLayoutManagerBase.setColumnCalculations(List<ColumnCalculationInfo> columnCalculations) Sets the columnCalculations.