Package io.jmix.ui.component
Interface LayoutClickNotifier
- All Known Subinterfaces:
BoxLayout,ButtonsPanel,CanvasLayout,CssLayout,FlowBoxLayout,GridLayout,HBoxLayout,ResponsiveGridLayout,ScrollBoxLayout,VBoxLayout
- All Known Implementing Classes:
AbstractBox,AbstractCanvasLayout,AbstractOrderedLayout,ButtonsPanelImpl,CanvasCssLayout,CanvasGridLayout,CanvasHorizontalLayout,CanvasResponsiveLayout,CanvasRootLayout,CanvasVerticalLayout,CanvasWidgetLayout,CssLayoutImpl,DrawerImpl,FlowBoxLayoutImpl,FragmentImpl,GridLayoutImpl,HBoxLayoutImpl,ResponsiveGridLayoutImpl,ScrollBoxLayoutImpl,VBoxLayoutImpl
public interface LayoutClickNotifier
Layout having a mouse click listener.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classEvent sent when a user clicks mouse inside the layout. -
Method Summary
Modifier and TypeMethodDescriptionAdds a listener that is fired when user clicks inside the layout at any place.
-
Method Details
-
addLayoutClickListener
Adds a listener that is fired when user clicks inside the layout at any place.- Parameters:
listener- a listener to add
-