Uses of Class
com.iizix.api.BaseEvent
Packages that use BaseEvent Package Description com.iizix.api.ui com.iizix.api.vs Uses of BaseEvent in com.iizix.api.ui
Subclasses of BaseEvent in com.iizix.api.ui Modifier and Type Class Description classUIActionEventThe UI component Action Event.classUIBackEventThe UI Back Event.classUIBaseEvent<UICOMP extends IUIComp>Base event for all events in the API.classUIConnectEventThe UI Connect Event.classUICreateEventThe UI component Create Event.classUIDestroyEventThe UI component Destroy Event.classUIFocusEventThe UI Focus Event is fired when the UI focus changes for a component, or when connected to the panel, for every child item in it.classUISelectionEventThe UI Selection Event is fired when the UI selection changes for a component, or when connected to the panel, for every child item in it.classUITextChangeEventThe UI Text Change Event is fired when the UI text changes for a component, or when connected to the panel, for every child item in it.classUIValueChangeEventThe UI Value Change Event is fired when the UI value changes for a component, or when connected to the panel, for every child item in it.Uses of BaseEvent in com.iizix.api.vs
Subclasses of BaseEvent in com.iizix.api.vs Modifier and Type Class Description classVSActionEventThe VirtualSpace Action Event.classVSBaseEvent<VSCOMP extends IVSComponent>Base event for all VirtualSpace events in the API.classVSBaseEventWithTrigger<VSCOMP extends IVSComponent>Base event for all VirtualSpace events in the API.classVSChangeEventThe VirtualSpace Change Event is fired when the VirtualSpace components is changed, after successful or unsuccessful validation.classVSCreateEventThe VirtualSpace itself or its component Create Event.classVSDestroyEventThe VirtualSpace itself or its component Destroy Event.classVSFieldEventThe VirtualSpace Field Value Event is a multi-purpose event that is used for validation and conversion of a value type between two native types, e.g.classVSFocusEventThe VirtualSpace Focus Event is fired when the VirtualSpace focus changes for a component.classVSStateEventThe VirtualSpace State Event is fired when the VirtualSpace state changes for a component, or when connected to the VirtualSpace, for every child item in it.