Uses of Class
com.iizix.GenericListener
Uses of GenericListener in com.iizigo.server
Subclasses of GenericListener in com.iizigo.server Modifier and Type Class Description class
ServerConfigFile
The Server configuration file container.Uses of GenericListener in com.iizix.prop.content
Methods in com.iizix.prop.content that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
AbstractContentUIContainer. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.Uses of GenericListener in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
MUISwitch. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UIAbstractListChoice. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UIAccordion. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UICheckBox. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UICheckedMenuItem. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UIRadioButton. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UIRadioMenuItem. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UISwapContainer. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UITabContainer. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.GenericListener<IUISelectionListener>
UITitlePane. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.Uses of GenericListener in com.iizix.prop.ui.calendar
Methods in com.iizix.prop.ui.calendar that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
CalendarEvent. getSelectionListenerHandler(boolean doCreate)
Uses of GenericListener in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
MapMarkerProp. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.Uses of GenericListener in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
MLItemProp. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.Uses of GenericListener in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
IUISelectionComp. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.Uses of GenericListener in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return GenericListener Modifier and Type Method Description GenericListener<IUISelectionListener>
UITable. getSelectionListenerHandler(boolean doCreate)
Returns the generic selection listener.