Package org.patternfly.component
Interface Closeable<E extends Element,B extends TypedBuilder<E,B>>
- All Superinterfaces:
TypedBuilder<E,
B>
- All Known Implementing Classes:
Alert
,Chip
,ChipGroup
,Label
,LabelGroup
,Modal
,Popover
,Tab
,Tooltip
-
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
-