Uses of Interface
com.jbstrap.core.meta.interfaces.CalculateColumnValue
Packages that use CalculateColumnValue
-
Uses of CalculateColumnValue in com.jbstrap.core.meta
Methods in com.jbstrap.core.meta that return types with arguments of type CalculateColumnValueModifier and TypeMethodDescriptionfinal Class<? extends CalculateColumnValue>
DataDescriptorColumn.getCalculateValue()
Gets the column recalc implementation.Method parameters in com.jbstrap.core.meta with type arguments of type CalculateColumnValueModifier and TypeMethodDescriptionfinal DataDescriptorColumn
DataDescriptorColumn.addClalculateValue
(Class<? extends CalculateColumnValue> calculateMethod) Adds the specified implementation, that is used during recalculation. -
Uses of CalculateColumnValue in com.jbstrap.core.meta.xml
Methods in com.jbstrap.core.meta.xml that return types with arguments of type CalculateColumnValueModifier and TypeMethodDescriptionClass<? extends CalculateColumnValue>
XMLDSColumn.getCalculateValue()
-
Uses of CalculateColumnValue in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form that return CalculateColumnValueModifier and TypeMethodDescriptionfinal CalculateColumnValue
FormItem.getCalculateValue()
Gets the form item value calculation code.Methods in com.jbstrap.ui.components.form with parameters of type CalculateColumnValueModifier and TypeMethodDescriptionfinal E
FormItem.setCalculateValue
(CalculateColumnValue calculateMethod) Adds form item calculation code to the component.