Uses of Class
org.patternfly.component.ComponentDelegate

Packages that use ComponentDelegate
Package
Description
Provides menu components for building dropdowns, selects, and general-purpose menus.
Provides the PatternFly modal dialog component and its subcomponents.
  • Uses of ComponentDelegate in org.patternfly.component.menu

    Modifier and Type
    Class
    Description
    class 
    A dropdown presents a menu of actions or links in a constrained space that will trigger a process or navigate to a new location.
    class 
    A select component to select multiple items from a list.
    class 
    A typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and button toggle combo.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This implementation uses the Popper.js API, which is due to be removed soon.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This implementation uses the Popper.js API, which is due to be removed soon.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This implementation uses the Popper.js API, which is due to be removed soon.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This implementation uses the Popper.js API, which is due to be removed soon.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This implementation uses the Popper.js API, which is due to be removed soon.
    class 
    A select component to select exactly one item from a list.
    class 
    A typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and button toggle combo.
  • Uses of ComponentDelegate in org.patternfly.component.modal

    Modifier and Type
    Class
    Description
    class 
    A modal displays important information to a user without requiring them to navigate to a new page.