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 the HasItems interface
S - the type of the item that implements the HasIdentifier interface

public class AurHandler<C extends HasItems<?,?,?>, S extends HasIdentifier<?,?>> extends Object
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 Details

    • AurHandler

      public AurHandler(C component)
  • Method Details