Uses of Class
mgui.datasources.DataFieldEvent.EventCode
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
-
Uses of DataFieldEvent.EventCode in mgui.datasources
Fields in mgui.datasources declared as DataFieldEvent.EventCode Modifier and Type Field Description DataFieldEvent.EventCodeDataFieldEvent. event_codeMethods in mgui.datasources that return DataFieldEvent.EventCode Modifier and Type Method Description static DataFieldEvent.EventCodeDataFieldEvent.EventCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataFieldEvent.EventCode[]DataFieldEvent.EventCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.datasources with parameters of type DataFieldEvent.EventCode Constructor Description DataFieldEvent(DataField field, DataFieldEvent.EventCode event_code)