Uses of Interface
org.nuclos.api.ui.layout.LayoutComponentListener
Packages that use LayoutComponentListener
-
Uses of LayoutComponentListener in org.nuclos.api.ui.layout
Classes in org.nuclos.api.ui.layout that implement LayoutComponentListenerMethods in org.nuclos.api.ui.layout that return types with arguments of type LayoutComponentListenerModifier and TypeMethodDescriptionLayoutComponent.getLayoutComponentListeners()
get the listeners for layout componentsMethods in org.nuclos.api.ui.layout with parameters of type LayoutComponentListenerModifier and TypeMethodDescriptionvoid
LayoutComponent.addLayoutComponentListener
(LayoutComponentListener<PK> listener) add newLayoutComponentListener
to componentvoid
LayoutComponent.removeLayoutComponentListener
(LayoutComponentListener<PK> listener) removeLayoutComponentListener
from component