Class FinderItemActions

java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, FinderItemActions>
org.patternfly.extension.finder.FinderItemActions
All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, FinderItemActions>, ElementClassListMethods<HTMLElement, FinderItemActions>, ElementConsumerMethods<HTMLElement, FinderItemActions>, ElementContainerMethods<HTMLElement, FinderItemActions>, ElementEventMethods<HTMLElement, FinderItemActions>, ElementIdMethods<HTMLElement, FinderItemActions>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, FinderItemActions>, HTMLElementDataMethods<HTMLElement, FinderItemActions>, HTMLElementStyleMethods<HTMLElement, FinderItemActions>, HTMLElementVisibilityMethods<HTMLElement, FinderItemActions>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FinderItemActions>

public class FinderItemActions extends SubComponent<HTMLElement, FinderItemActions>
  • Field Details

  • Method Details

    • finderItemActions

      public static FinderItemActions finderItemActions()
    • addButton

      public FinderItemActions addButton(Button button)
      Adds a button to the finder item actions. The button should be small. Use button types control, plain, link, or inline-link. Avoid primary, secondary, or tertiary button types. Icons are ok.
    • addDropdown

      public FinderItemActions addDropdown(Dropdown dropdown)
    • that

      public FinderItemActions that()