Uses of Class
org.kie.workbench.common.screens.datamodeller.events.ChangeType
-
Packages that use ChangeType Package Description org.kie.workbench.common.screens.datamodeller.events -
-
Uses of ChangeType in org.kie.workbench.common.screens.datamodeller.events
Methods in org.kie.workbench.common.screens.datamodeller.events that return ChangeType Modifier and Type Method Description ChangeTypeDataModelerValueChangeEvent. getChangeType()static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.screens.datamodeller.events with parameters of type ChangeType Modifier and Type Method Description voidDataModelerValueChangeEvent. setChangeType(ChangeType changeType)DataModelerValueChangeEventDataModelerValueChangeEvent. withChangeType(ChangeType changeType)Constructors in org.kie.workbench.common.screens.datamodeller.events with parameters of type ChangeType Constructor Description DataModelerValueChangeEvent(ChangeType changeType, String contextId, String source, org.kie.workbench.common.services.datamodeller.core.DataObject currentDataObject, String valueName, Object oldValue, Object newValue)DataObjectChangeEvent(ChangeType changeType, String contextId, String source, org.kie.workbench.common.services.datamodeller.core.DataObject currentDataObject, String valueName, Object oldValue, Object newValue)DataObjectFieldChangeEvent(ChangeType changeType, String contextId, String source, org.kie.workbench.common.services.datamodeller.core.DataObject currentDataObject, org.kie.workbench.common.services.datamodeller.core.ObjectProperty currentField, String valueName, Object oldValue, Object newValue)
-