Package com.iizix.api.ui


package com.iizix.api.ui
  • Class
    Description
    Annotation for tagging methods to receive UI Action events.
    Support for multiple definitions of the UI OnUIAction POJO method tag.
    Annotation for tagging methods to receive UI Back events that is fired when the user presses the Back button.
    Annotation for tagging methods to receive UI Connect event.
    Support for multiple definitions of the UI OnUIConnect POJO method tag.
    Annotation for tagging methods to receive UI Create events.
    Support for multiple definitions of the UI OnUICreate POJO method tag.
    Annotation for tagging methods to receive UI Destroy events.
    Support for multiple definitions of the UI OnUIDestroy POJO method tag.
    Annotation for tagging methods to receive UI Focus events.
    Support for multiple definitions of the UI OnUIFocus POJO method tag.
    Annotation for tagging methods to receive UI Selection events.
    Support for multiple definitions of the UI OnUISelection POJO method tag.
    Annotation for tagging methods to receive UI text change events.
    Support for multiple definitions of the UI OnUITextChange POJO method tag.
    Annotation for tagging methods to receive UI value change events.
    Support for multiple definitions of the UI OnUIValueChange POJO method tag.
    Tags a POJO as being a UI class with event listeners.
    The UI component Action Event.
    The UI Back Event.
    UIBaseEvent<UICOMP extends IUIComp>
    Base event for all events in the API.
    The UI Connect Event.
    The UI component Create Event.
    The UI component Destroy Event.
    The 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.
    Annotation for UI references.
    The 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.
    The 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.
    The 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.