A list of all bajaux related events.
Members
(static) DESTROY_EVENT
Triggers when a Widget is destroyed.
(static) DESTROY_FAIL_EVENT
Triggers when Widget is destroyed and its callbacks fail.
(static) DISABLE_EVENT
Triggers when Widget is disabled.
(static) DISABLE_FAIL_EVENT
Triggers when Widget is disabled and its callbacks fail.
(static) ENABLE_EVENT
Triggers when Widget is enabled.
(static) ENABLE_FAIL_EVENT
Triggers when Widget is enabled and its callbacks fail.
(static) FAILURE_EVENTS
- Description:
All of the failure events for bajaux. These events are
fired whenever something has gone wrong.
- Source:
All of the failure events for bajaux. These events are
fired whenever something has gone wrong.
(static) INITIALIZE_EVENT
Triggers when Widget initializes.
(static) INITIALIZE_FAIL_EVENT
Triggers when Widget tries to initialize, but fails.
(static) INVALID_EVENT
- Description:
Triggers when an Widget validates and finds an invalid value.
- Source:
Triggers when an Widget validates and finds an invalid value.
(static) LAYOUT_EVENT
Triggers when the layout has changed.
(static) LOAD_EVENT
Triggers when an Widget loads a value.
(static) LOAD_FAIL_EVENT
Triggers when an Widget tries to load a value, but fails.
(static) METADATA_CHANGED
Triggers when a Property's metadata is changed
(static) MODIFY_EVENT
Triggers when an Widget is modified.
(static) PROPERTY_ADDED
Triggers when a Property is added
(static) PROPERTY_CHANGED
Triggers when a Property is changed
(static) PROPERTY_REMOVED
Triggers when a Property is removed
(static) READONLY_EVENT
Triggers when an Widget is made readonly.
(static) READONLY_FAIL_EVENT
- Description:
Triggers when an Widget is made readonly and its callbacks fail.
- Source:
Triggers when an Widget is made readonly and its callbacks fail.
(static) SAVE_EVENT
Triggers when an Widget saves.
(static) SAVE_FAIL_EVENT
Triggers when an Widget tries to save, but fails.
(static) UNMODIFY_EVENT
Triggers when an Widget is unmodified.
(static) VALIDATORS_MODIFIED
Triggers when an Widget's validators are modified.
(static) VALID_EVENT
Triggers when an Widget validates and finds a valid value.
(static) WRITABLE_EVENT
Triggers when an Widget is made writable.
(static) WRITABLE_FAIL_EVENT
- Description:
Triggers when an Widget is made writable and its callbacks fail.
- Source:
Triggers when an Widget is made writable and its callbacks fail.