Package com.iizix.api.ui
Class UIBackEvent
- All Implemented Interfaces:
IMessageBox
The UI Back Event.
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from interface com.iizix.gyro.IMessageBox
IMessageBox.IconField Summary
Fields inherited from interface com.iizix.gyro.IMessageBox
ICON_ERROR, ICON_INFORMATION, ICON_MAP, ICON_NONE, ICON_QUESTION, ICON_WARNINGConstructor Summary
ConstructorsConstructorDescriptionUIBackEvent(UIPanelBase source) Constructs the event for an action without a trigger source.Method Summary
Modifier and TypeMethodDescriptionGets the UI panel that is the source of the event.Methods inherited from class com.iizix.api.ui.UIBaseEvent
getAppSessionGyro, getClientSessionGyro, getContainerFirstUIComponent, getContainerFirstUIComponentNull, getFirstUIComponent, getFirstUIComponentNull, getPanelUIComponent, getPanelUIComponentNull, getUIPanel, getVirtualSpaceMethods inherited from class com.iizix.api.BaseEvent
getAction, getAction2, getActionNull, getActionNull2, getField, getField2, getFieldNull, getFieldNull2, getGroup, getGroup2, getGroupNull, getGroupNull2, getTable, getTable2, getTableNull, getTableNull2, getTime, getVirtualizedVirtualSpace, getVSComponent, getVSComponent2, getVSComponentNull, getVSComponentNull2, messageBox, paramString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.iizix.gyro.IMessageBox
messageBox, messageBox
Constructor Details
UIBackEvent
Constructs the event for an action without a trigger source.- Parameters:
source- The source.- Throws:
NullPointerException- If the source is null.
Method Details
getSource
Gets the UI panel that is the source of the event.- Overrides:
getSourcein classBaseEvent<UIPanelBase>