Package com.iizix.prop.ui.selection
Class NoSelection
java.lang.Object
com.iizix.prop.ui.selection.NoSelection
- All Implemented Interfaces:
- IUISelection
The No-Selection.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- booleanEquals.Get the source component of the event.Gets the UI component being the source of the event.- toString()Converts the selection to a string.- Methods inherited from class java.lang.Object- clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- Methods inherited from interface com.iizix.prop.ui.selection.IUISelection- asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection
- Constructor Details- NoSelectionConstructor.- Parameters:
- source- The component source.
 
 
- Method Details- getSourceGet the source component of the event.- Specified by:
- getSourcein interface- IUISelection
- Returns:
- The source.
 
- getUISourceGets the UI component being the source of the event.- Specified by:
- getUISourcein interface- IUISelection
- Returns:
- The UI component.
 
- equalsEquals.
- toStringConverts the selection to a string.