Index

A C D E F G H I L N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

A

active() - Method in class org.patternfly.extension.finder.FinderColumn
Same as active(true)
active(boolean) - Method in class org.patternfly.extension.finder.FinderColumn
Adds/removes modifier(active)
activePath() - Method in class org.patternfly.extension.finder.Finder
Returns the selection path up to and including the currently active (focused) column.
add(AsyncItems) - Method in class org.patternfly.extension.finder.FinderColumn
 
add(SearchInput) - Method in class org.patternfly.extension.finder.FinderColumnSearch
Adds a SearchInput instance to the FinderColumnSearch with no specific filtering predicate.
add(SearchInput, BiPredicate) - Method in class org.patternfly.extension.finder.FinderColumnSearch
Adds a SearchInput instance to the FinderColumnSearch with a specific filtering predicate.
add(FinderColumn) - Method in class org.patternfly.extension.finder.Finder
 
add(FinderColumnHeader) - Method in class org.patternfly.extension.finder.FinderColumn
 
add(FinderColumnSearch) - Method in class org.patternfly.extension.finder.FinderColumn
 
add(FinderItem) - Method in class org.patternfly.extension.finder.FinderColumn
 
add(FinderItemActions) - Method in class org.patternfly.extension.finder.FinderItem
 
add(FinderItemDescription) - Method in class org.patternfly.extension.finder.FinderItem
 
add(FinderPreview) - Method in class org.patternfly.extension.finder.Finder
Adds the specified FinderPreview instance to the finder.
addActions(FinderColumnActions) - Method in class org.patternfly.extension.finder.FinderColumnHeader
 
addActions(FinderItemActions) - Method in class org.patternfly.extension.finder.FinderItem
 
addButton(Button) - Method in class org.patternfly.extension.finder.FinderColumnActions
 
addButton(Button) - Method in class org.patternfly.extension.finder.FinderItemActions
Adds a button to the finder item actions.
addColumn(FinderColumn) - Method in class org.patternfly.extension.finder.Finder
Same as HasItems.addItem(HasIdentifier)
addColumns(Iterable, Function) - Method in class org.patternfly.extension.finder.Finder
Same as HasItems.addItems(Iterable, Function)
addDescription(String) - Method in class org.patternfly.extension.finder.FinderItem
 
addDescription(FinderItemDescription) - Method in class org.patternfly.extension.finder.FinderItem
 
addDropdown(Dropdown) - Method in class org.patternfly.extension.finder.FinderColumnActions
 
addDropdown(Dropdown) - Method in class org.patternfly.extension.finder.FinderItemActions
 
addHeader(FinderColumnHeader) - Method in class org.patternfly.extension.finder.FinderColumn
 
addPreview(FinderPreview) - Method in class org.patternfly.extension.finder.Finder
Adds the specified FinderPreview instance to the finder.
addSearch(FinderColumnSearch) - Method in class org.patternfly.extension.finder.FinderColumn
 
addSearchInput(SearchInput) - Method in class org.patternfly.extension.finder.FinderColumnSearch
Adds a SearchInput instance to the FinderColumnSearch with no specific filtering predicate.
addSearchInput(SearchInput, BiPredicate) - Method in class org.patternfly.extension.finder.FinderColumnSearch
Adds a SearchInput instance to the FinderColumnSearch with a specific filtering predicate.
attach(MutationRecord) - Method in class org.patternfly.extension.finder.Finder
 

C

clear() - Method in class org.patternfly.extension.finder.Finder
 
clear() - Method in class org.patternfly.extension.finder.FinderColumn
 
column - Variable in class org.patternfly.extension.finder.ResolvedFinderSegment
 
column() - Method in class org.patternfly.extension.finder.FinderItem
 
columnId - Variable in class org.patternfly.extension.finder.FinderSegment
 
comparator() - Method in class org.patternfly.extension.finder.FinderColumn
 
contains(String) - Method in class org.patternfly.extension.finder.Finder
 
contains(String) - Method in class org.patternfly.extension.finder.FinderColumn
 

D

defaultSearch() - Method in class org.patternfly.extension.finder.FinderColumn
defaultSearch(String) - Method in class org.patternfly.extension.finder.FinderColumn
Configures the current FinderColumn instance with a default search functionality.
detach(MutationRecord) - Method in class org.patternfly.extension.finder.Finder
 

E

emptyItem(EmptyState) - Static method in class org.patternfly.extension.finder.FinderItem
 

F

findColumn(String) - Method in class org.patternfly.extension.finder.FinderPath
 
findColumn(String) - Method in class org.patternfly.extension.finder.ResolvedFinderPath
 
finder() - Static method in class org.patternfly.extension.finder.Finder
 
finder() - Method in class org.patternfly.extension.finder.FinderColumn
 
finder() - Method in class org.patternfly.extension.finder.FinderItem
 
Finder - Class in org.patternfly.extension.finder
A finder provides column-based hierarchical navigation inspired by the macOS Finder.
finderColumn(String) - Static method in class org.patternfly.extension.finder.FinderColumn
 
finderColumn(String, String) - Static method in class org.patternfly.extension.finder.FinderColumn
 
FinderColumn - Class in org.patternfly.extension.finder
A column in the Finder, displaying a list of FinderItems that can be selected, filtered, and sorted.
finderColumnActions() - Static method in class org.patternfly.extension.finder.FinderColumnActions
 
FinderColumnActions - Class in org.patternfly.extension.finder
Container for action buttons and dropdowns in a FinderColumn header.
finderColumnHeader(int, String) - Static method in class org.patternfly.extension.finder.FinderColumnHeader
 
finderColumnHeader(String) - Static method in class org.patternfly.extension.finder.FinderColumnHeader
 
FinderColumnHeader - Class in org.patternfly.extension.finder
The header of a FinderColumn, displaying the column title and optional actions.
finderColumnSearch() - Static method in class org.patternfly.extension.finder.FinderColumnSearch
 
FinderColumnSearch - Class in org.patternfly.extension.finder
The FinderColumnSearch class is a subcomponent designed to handle search functionality within a finder column.
finderItem(String) - Static method in class org.patternfly.extension.finder.FinderItem
 
finderItem(String, String) - Static method in class org.patternfly.extension.finder.FinderItem
 
finderItem(String, String, String) - Static method in class org.patternfly.extension.finder.FinderItem
 
FinderItem - Class in org.patternfly.extension.finder
An item within a FinderColumn, representing a selectable entry with optional icon, description, and actions.
finderItemActions() - Static method in class org.patternfly.extension.finder.FinderItemActions
 
FinderItemActions - Class in org.patternfly.extension.finder
Container for action buttons and dropdowns displayed on a FinderItem.
finderItemDescription() - Static method in class org.patternfly.extension.finder.FinderItemDescription
 
FinderItemDescription - Class in org.patternfly.extension.finder
A text description displayed below the main content of a FinderItem.
FinderPath - Class in org.patternfly.extension.finder
A lightweight finder path containing only string-based segments.
finderPreview() - Static method in class org.patternfly.extension.finder.FinderPreview
 
FinderPreview - Class in org.patternfly.extension.finder
A preview panel displayed alongside the Finder columns when an item is selected.
FinderSegment - Class in org.patternfly.extension.finder
A lightweight segment of a FinderPath containing only string identifiers.
findItem(String) - Method in class org.patternfly.extension.finder.FinderPath
 
findItem(String) - Method in class org.patternfly.extension.finder.ResolvedFinderPath
 
folder() - Method in class org.patternfly.extension.finder.FinderItem
Same as folder(true)
folder(boolean) - Method in class org.patternfly.extension.finder.FinderItem
Adds/removes modifier(folder)

G

get(String) - Method in class org.patternfly.extension.finder.FinderColumn
 
get(String) - Method in class org.patternfly.extension.finder.FinderItem
 

H

has(String) - Method in class org.patternfly.extension.finder.FinderColumn
 
has(String) - Method in class org.patternfly.extension.finder.FinderItem
 

I

icon(Element) - Method in class org.patternfly.extension.finder.FinderItem
 
identifier() - Method in class org.patternfly.extension.finder.FinderColumn
 
identifier() - Method in class org.patternfly.extension.finder.FinderItem
 
isEmpty() - Method in class org.patternfly.extension.finder.Finder
 
isEmpty() - Method in class org.patternfly.extension.finder.FinderColumn
 
isEmpty() - Method in class org.patternfly.extension.finder.FinderPath
 
isEmpty() - Method in class org.patternfly.extension.finder.ResolvedFinderPath
 
item - Variable in class org.patternfly.extension.finder.ResolvedFinderSegment
 
item(String) - Method in class org.patternfly.extension.finder.Finder
 
item(String) - Method in class org.patternfly.extension.finder.FinderColumn
 
itemId - Variable in class org.patternfly.extension.finder.FinderSegment
 
iterator() - Method in class org.patternfly.extension.finder.Finder
 
iterator() - Method in class org.patternfly.extension.finder.FinderColumn
 
iterator() - Method in class org.patternfly.extension.finder.FinderPath
 
iterator() - Method in class org.patternfly.extension.finder.ResolvedFinderPath
 

L

load() - Method in class org.patternfly.extension.finder.FinderColumn
 

N

nextColumn(Supplier) - Method in class org.patternfly.extension.finder.FinderItem
 

O

onAdd(AddItemHandler) - Method in class org.patternfly.extension.finder.Finder
 
onAdd(AddItemHandler) - Method in class org.patternfly.extension.finder.FinderColumn
 
onPreview(FinderItem, FinderPreview) - Method in interface org.patternfly.extension.finder.PreviewHandler
 
onPreview(PreviewHandler) - Method in class org.patternfly.extension.finder.FinderColumn
 
onPreview(PreviewHandler) - Method in class org.patternfly.extension.finder.FinderItem
 
onRemove(RemoveItemHandler) - Method in class org.patternfly.extension.finder.Finder
 
onRemove(RemoveItemHandler) - Method in class org.patternfly.extension.finder.FinderColumn
 
onSelect(SelectHandler) - Method in class org.patternfly.extension.finder.FinderColumn
 
onUpdate(UpdateItemHandler) - Method in class org.patternfly.extension.finder.Finder
 
onUpdate(UpdateItemHandler) - Method in class org.patternfly.extension.finder.FinderColumn
 
ordered(Comparator) - Method in class org.patternfly.extension.finder.FinderColumn
 
org.patternfly.extension.finder - package org.patternfly.extension.finder
Provides a multi-column finder component inspired by the macOS Finder for hierarchical data navigation.

P

parse(String) - Static method in class org.patternfly.extension.finder.FinderPath
Parses a finder path string in the format col1=item1/col2=item2/col3.
path() - Method in class org.patternfly.extension.finder.Finder
Returns the full selection path across all columns, regardless of which column is currently active.
pinnable() - Method in class org.patternfly.extension.finder.FinderColumn
pinnable(boolean) - Method in class org.patternfly.extension.finder.FinderColumn
Adds/removes modifier(pinnable)
PreviewHandler - Interface in org.patternfly.extension.finder
Handler for populating a FinderPreview when a FinderItem is selected.

R

reload() - Method in class org.patternfly.extension.finder.FinderColumn
 
removeIcon() - Method in class org.patternfly.extension.finder.FinderItem
 
removeItem(String) - Method in class org.patternfly.extension.finder.Finder
 
removeItem(String) - Method in class org.patternfly.extension.finder.FinderColumn
 
reset() - Method in class org.patternfly.extension.finder.FinderColumn
 
ResolvedFinderPath - Class in org.patternfly.extension.finder
A resolved finder path containing live references to FinderColumn and FinderItem instances.
ResolvedFinderSegment - Class in org.patternfly.extension.finder
A segment of a ResolvedFinderPath containing live references to the FinderColumn and selected FinderItem.

S

select(String) - Method in class org.patternfly.extension.finder.Finder
Parses and selects items along the given finder path string, handling async column loading at each level.
select(String) - Method in class org.patternfly.extension.finder.FinderColumn
 
select(String, boolean) - Method in class org.patternfly.extension.finder.FinderColumn
 
select(String, boolean, boolean) - Method in class org.patternfly.extension.finder.FinderColumn
 
select(FinderItem) - Method in class org.patternfly.extension.finder.FinderColumn
 
select(FinderItem, boolean) - Method in class org.patternfly.extension.finder.FinderColumn
 
select(FinderItem, boolean, boolean) - Method in class org.patternfly.extension.finder.FinderColumn
 
select(FinderPath) - Method in class org.patternfly.extension.finder.Finder
Selects items along the given finder path, handling async column loading at each level.
showSearchThreshold(int) - Method in class org.patternfly.extension.finder.FinderColumn
Configures the current FinderColumn instance to show the search component when the size of the items in the column is greater than or equal to the specified value.
size() - Method in class org.patternfly.extension.finder.Finder
 
size() - Method in class org.patternfly.extension.finder.FinderColumn
 
size() - Method in class org.patternfly.extension.finder.FinderPath
 
size() - Method in class org.patternfly.extension.finder.ResolvedFinderPath
 
status() - Method in class org.patternfly.extension.finder.FinderColumn
 
store(String, T) - Method in class org.patternfly.extension.finder.FinderColumn
 
store(String, T) - Method in class org.patternfly.extension.finder.FinderItem
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderColumn
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderColumnActions
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderColumnHeader
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderColumnSearch
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderItem
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderItemActions
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderItemDescription
 
SUB_COMPONENT_ID - Static variable in class org.patternfly.extension.finder.FinderPreview
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderColumn
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderColumnActions
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderColumnHeader
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderColumnSearch
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderItem
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderItemActions
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderItemDescription
 
SUB_COMPONENT_NAME - Static variable in class org.patternfly.extension.finder.FinderPreview
 

T

textDelegate() - Method in class org.patternfly.extension.finder.FinderColumnHeader
 
textDelegate() - Method in class org.patternfly.extension.finder.FinderItem
 
that() - Method in class org.patternfly.extension.finder.Finder
 
that() - Method in class org.patternfly.extension.finder.FinderColumn
 
that() - Method in class org.patternfly.extension.finder.FinderColumnActions
 
that() - Method in class org.patternfly.extension.finder.FinderColumnHeader
 
that() - Method in class org.patternfly.extension.finder.FinderColumnSearch
 
that() - Method in class org.patternfly.extension.finder.FinderItem
 
that() - Method in class org.patternfly.extension.finder.FinderItemActions
 
that() - Method in class org.patternfly.extension.finder.FinderItemDescription
 
that() - Method in class org.patternfly.extension.finder.FinderPreview
 
toFinderPath() - Method in class org.patternfly.extension.finder.ResolvedFinderPath
Converts this resolved path to a lightweight FinderPath containing only string identifiers.
toggleSearch(Predicate) - Method in class org.patternfly.extension.finder.FinderColumn
Toggles the visibility of the search component in the column based on the provided predicate.
toString() - Method in class org.patternfly.extension.finder.FinderPath
 
toString() - Method in class org.patternfly.extension.finder.FinderSegment
 
toString() - Method in class org.patternfly.extension.finder.ResolvedFinderPath
 
toString() - Method in class org.patternfly.extension.finder.ResolvedFinderSegment
 

U

updateItem(FinderColumn) - Method in class org.patternfly.extension.finder.Finder
 
updateItem(FinderItem) - Method in class org.patternfly.extension.finder.FinderColumn
 
Usage - Section in package org.patternfly.extension.finder
 
A C D E F G H I L N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values