Class AurHandler<C extends HasItems<?,?,?>, S extends HasIdentifier<?,?>>
java.lang.Object
org.patternfly.component.AurHandler<C,S>
- Type Parameters:
C- the type of the component that implements theHasItemsinterfaceS- the type of the item that implements theHasIdentifierinterface
A utility class for managing add, update, and remove event handlers for a component. This class provides a mechanism to
register and execute handlers for processing specific actions related to items of a component.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AurHandler
-
-
Method Details
-
onAdd
-
onUpdate
-
onRemove
-
added
-
updated
-
removed
-