Class MenuSearch
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, MenuSearch>
org.patternfly.component.menu.MenuSearch
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, MenuSearch>, ElementClassListMethods<HTMLElement, MenuSearch>, ElementConsumerMethods<HTMLElement, MenuSearch>, ElementContainerDelegate<HTMLElement, MenuSearch>, ElementContainerMethods<HTMLElement, MenuSearch>, ElementEventMethods<HTMLElement, MenuSearch>, ElementIdMethods<HTMLElement, MenuSearch>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, MenuSearch>, HTMLElementDataMethods<HTMLElement, MenuSearch>, HTMLElementStyleMethods<HTMLElement, MenuSearch>, HTMLElementVisibilityMethods<HTMLElement, MenuSearch>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, MenuSearch>
public class MenuSearch
extends SubComponent<HTMLElement, MenuSearch>
implements Attachable, ElementContainerDelegate<HTMLElement, MenuSearch>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddSearchInput(SearchInput searchInput) voidattach(MutationRecord mutationRecord) static MenuSearchonNoResults(NoResults noResults) Configures the behavior for handling the event when no results are found in the menu list for a given input.onSearch(SearchFilter searchFilter) Configures the search behavior for the search input you have added withaddSearchInput(SearchInput).that()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attachable
detachMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerDelegate
add, add, addMethods inherited from interface ElementContainerMethods
add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
containerDelegate
- Specified by:
containerDelegatein interfaceElementContainerDelegate<HTMLElement, MenuSearch>
-
attach
- Specified by:
attachin interfaceAttachable
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, MenuSearch>
-
addSearchInput