Contents
Hide sidebar Interface Closeable<E extends Element, B extends TypedBuilder<E,B>>
- All Superinterfaces:
TypedBuilder<E,B>
- All Known Implementing Classes:
Alert, Label, LabelGroup, Modal, NotificationDrawer, Popover, PopperPopover, PopperTooltip, Tab, Tooltip
public interface Closeable<E extends Element, B extends TypedBuilder<E,B>>
extends TypedBuilder<E,B>
Interface for components that can be closed, such as alerts, modals, and popovers.
-
Method Summary
All MethodsInstance MethodsAbstract MethodsDefault MethodsMethods inherited from interface TypedBuilder
that
-
Method Details
-
onClose
-
close
default void close()Shortcut forclose(new Event(""), true) -
close
Shortcut forclose(event, true) -
close
-
Copyright © 2023–2026 Red Hat. All rights reserved.