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,Tab,Tooltip,Wizard
public interface Closeable<E extends Element, B extends TypedBuilder<E,B>>
extends TypedBuilder<E,B>
-
Method Summary
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
onClose
-
close
default void close()Shortcut forclose(new Event(""), true) -
close
Shortcut forclose(event, true) -
close
-