public interface IRecursiveContainerObservable
Modifier and Type | Method and Description |
---|---|
void |
addComponentListenerRecursive(IListenerFactory<IComponentListener> listenerFactory) |
void |
addFocusListenerRecursive(IListenerFactory<IFocusListener> listenerFactory) |
void |
addKeyListenerRecursive(IListenerFactory<IKeyListener> listenerFactory) |
void |
addMouseListenerRecursive(IListenerFactory<IMouseListener> listenerFactory) |
void |
addPopupDetectionListenerRecursive(IListenerFactory<IPopupDetectionListener> listenerFactory) |
void |
removeComponentListenerRecursive(IListenerFactory<IComponentListener> listenerFactory) |
void |
removeFocusListenerRecursive(IListenerFactory<IFocusListener> listenerFactory) |
void |
removeKeyListenerRecursive(IListenerFactory<IKeyListener> listenerFactory) |
void |
removeMouseListenerRecursive(IListenerFactory<IMouseListener> listenerFactory) |
void |
removePopupDetectionListenerRecursive(IListenerFactory<IPopupDetectionListener> listenerFactory) |
void addComponentListenerRecursive(IListenerFactory<IComponentListener> listenerFactory)
void removeComponentListenerRecursive(IListenerFactory<IComponentListener> listenerFactory)
void addFocusListenerRecursive(IListenerFactory<IFocusListener> listenerFactory)
void removeFocusListenerRecursive(IListenerFactory<IFocusListener> listenerFactory)
void addKeyListenerRecursive(IListenerFactory<IKeyListener> listenerFactory)
void removeKeyListenerRecursive(IListenerFactory<IKeyListener> listenerFactory)
void addMouseListenerRecursive(IListenerFactory<IMouseListener> listenerFactory)
void removeMouseListenerRecursive(IListenerFactory<IMouseListener> listenerFactory)
void addPopupDetectionListenerRecursive(IListenerFactory<IPopupDetectionListener> listenerFactory)
void removePopupDetectionListenerRecursive(IListenerFactory<IPopupDetectionListener> listenerFactory)
Siehe auch Jowidgets Nutzerhandbuch