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 org.patternfly.component.SubComponent
element, registerSubComponentMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Attachable
detachMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerDelegate
add, add, addMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.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