Uses of Enum Class
com.iizix.api.vs.VSFieldEvent.Op
Packages that use VSFieldEvent.Op
Uses of VSFieldEvent.Op in com.iizix.api.vs
Fields in com.iizix.api.vs declared as VSFieldEvent.OpMethods in com.iizix.api.vs that return VSFieldEvent.OpModifier and TypeMethodDescriptionstatic VSFieldEvent.Op
Returns the enum constant of this class with the specified name.static VSFieldEvent.Op[]
VSFieldEvent.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.iizix.api.vs with parameters of type VSFieldEvent.OpModifierConstructorDescriptionVSFieldEvent
(VSField source, VSFieldEvent.Op operation, Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger) Constructs the event for an action to use with value conversion.Uses of VSFieldEvent.Op in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type VSFieldEvent.OpModifier and TypeMethodDescriptionFieldActors.convert
(VSFieldEvent.Op op, Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger) Convert a value of a certain type to another.