Uses of Enum Class
br.com.davinti.vitruvio.activiti.component.form.field.impl.db.BindParameterContextValue
Packages that use BindParameterContextValue
Package
Description
-
Uses of BindParameterContextValue in br.com.davinti.vitruvio.activiti.component.form.field.impl.db
Methods in br.com.davinti.vitruvio.activiti.component.form.field.impl.db that return BindParameterContextValueModifier and TypeMethodDescriptionDBBindInfo.contextValue()Valor de contexto da bindagem.PropertyDetails.getContextValue()static BindParameterContextValueReturns the enum constant of this class with the specified name.static BindParameterContextValue[]BindParameterContextValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.com.davinti.vitruvio.activiti.component.form.field.impl.db that return types with arguments of type BindParameterContextValueModifier and TypeMethodDescriptionstatic Map<BindParameterContextValue, Object> DBComponentUtils.resolveContextValues(Collection<PropertyDetails> properties, ExecutionContext context) Methods in br.com.davinti.vitruvio.activiti.component.form.field.impl.db with parameters of type BindParameterContextValueModifier and TypeMethodDescriptionvoidDBComboBox.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) voidDBComboBoxMultiselect.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) voidDBGridImpl.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) voidDBMultiBindField.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) Informa ao componente os dados de bindagem contextualvoidDBTable.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) voidDBTwinColSelect.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) voidPropertyDetails.setContextValue(BindParameterContextValue contextValue) -
Uses of BindParameterContextValue in br.com.davinti.vitruvio.activiti.component.form.widget.impl
Methods in br.com.davinti.vitruvio.activiti.component.form.widget.impl with parameters of type BindParameterContextValueModifier and TypeMethodDescriptionvoidCalendarWidgetController.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) -
Uses of BindParameterContextValue in br.com.davinti.vitruvio.activiti.component.form.widget.impl.echarts
Methods in br.com.davinti.vitruvio.activiti.component.form.widget.impl.echarts with parameters of type BindParameterContextValueModifier and TypeMethodDescriptionvoidAbstractChartWidgetController.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) -
Uses of BindParameterContextValue in br.com.davinti.vitruvio.ui.components.domain.db
Methods in br.com.davinti.vitruvio.ui.components.domain.db with parameters of type BindParameterContextValueModifier and TypeMethodDescriptionvoidDBSearchField.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue) voidDBSearchPresenter.bindParameter(BindParameterContextValue contextValue, String propertyName, Object defaultValue)