Package com.iizix.api.ui
Class UITextChangeEvent
- All Implemented Interfaces:
- IMessageBox
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.
- Author:
- Christopher Mindus
- Nested Class Summary- Nested classes/interfaces inherited from interface com.iizix.gyro.IMessageBox- IMessageBox.Icon
- Field Summary- Fields inherited from interface com.iizix.gyro.IMessageBox- ICON_ERROR, ICON_INFORMATION, ICON_MAP, ICON_NONE, ICON_QUESTION, ICON_WARNING
- Constructor SummaryConstructorsConstructorDescription- UITextChangeEvent- (UIComp source) Constructs the event for a text change without a trigger source.- UITextChangeEvent- (UIComp source, GProp<?> trigger) Constructs the event for a text change event with a property being the trigger source, e.g.
- Method Summary- Methods inherited from class com.iizix.api.ui.UIBaseEvent- getAppSessionGyro, getClientSessionGyro, getContainerFirstUIComponent, getContainerFirstUIComponentNull, getFirstUIComponent, getFirstUIComponentNull, getPanelUIComponent, getPanelUIComponentNull, getUIPanel, getVirtualSpace- Methods 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, toString- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- Methods inherited from interface com.iizix.gyro.IMessageBox- messageBox, messageBox, messageBox
- Constructor Details- UITextChangeEventConstructs the event for a text change without a trigger source.- Parameters:
- source- The source.
- Throws:
- NullPointerException- If the source is null.
 
- UITextChangeEventConstructs the event for a text change event with a property being the trigger source, e.g. an UIButton or UICheckBox.- Parameters:
- source- The source.
- trigger- The trigger property.
 
 
- Method Details- getTriggerGets the trigger property being the source of the event.- Returns:
- The triggering property or null if the trigger is not a property.
 
- getSourceGets the UI component that is the source of the event, i.e. the item who's text was changed.
- paramStringGets the parameter string.- Overrides:
- paramStringin class- BaseEvent<UIComp>