Class FinderItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, FinderItem>
org.patternfly.extension.finder.FinderItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, FinderItem>, ElementClassListMethods<HTMLElement, FinderItem>, ElementConsumerMethods<HTMLElement, FinderItem>, ElementContainerMethods<HTMLElement, FinderItem>, ElementEventMethods<HTMLElement, FinderItem>, ElementIdMethods<HTMLElement, FinderItem>, ElementQueryMethods<HTMLElement>, ElementTextDelegate<HTMLElement, FinderItem>, ElementTextMethods<HTMLElement, FinderItem>, HTMLElementAttributeMethods<HTMLElement, FinderItem>, HTMLElementDataMethods<HTMLElement, FinderItem>, HTMLElementStyleMethods<HTMLElement, FinderItem>, HTMLElementVisibilityMethods<HTMLElement, FinderItem>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FinderItem>, org.patternfly.component.ComponentIcon<HTMLElement, FinderItem>, org.patternfly.component.HasIdentifier<HTMLElement, FinderItem>, org.patternfly.core.ComponentContext<HTMLElement, FinderItem>, org.patternfly.core.OuiaSupport<HTMLElement, FinderItem>
public class FinderItem
extends org.patternfly.component.SubComponent<HTMLElement, FinderItem>
implements org.patternfly.core.ComponentContext<HTMLElement, FinderItem>, org.patternfly.component.ComponentIcon<HTMLElement, FinderItem>, ElementTextDelegate<HTMLElement, FinderItem>, org.patternfly.component.HasIdentifier<HTMLElement, FinderItem>
An item within a
FinderColumn, representing a selectable entry with optional icon, description, and actions.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadd(FinderItemActions actions) add(FinderItemDescription description) addActions(FinderItemActions actions) addDescription(String description) addDescription(FinderItemDescription description) column()static FinderItememptyItem(org.patternfly.component.emptystate.EmptyState emptyState) finder()static FinderItemfinderItem(String identifier) static FinderItemfinderItem(String identifier, String text) static FinderItemfinderItem(String identifier, String text, String description) folder()Same as folder(true)folder(boolean folder) Adds/removes modifier(folder)<T> TbooleannextColumn(Supplier<FinderColumn> column) onPreview(PreviewHandler previewHandler) <T> FinderItemthat()Methods inherited from class org.patternfly.component.SubComponent
element, ouiaComponentType, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.core.ComponentContext
get, getMethods inherited from interface org.patternfly.component.ComponentIcon
iconMethods 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 ElementContainerMethods
add, add, add, 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 ElementTextDelegate
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.core.OuiaSupport
initOuia, initOuia, ouiaId, ouiaSafe, ouiaTransition
-
Field Details
-
SUB_COMPONENT_ID
- See Also:
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
finderItem
-
finderItem
-
finderItem
-
emptyItem
-
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLElement, FinderItem>
-
addDescription
-
addDescription
-
add
-
addActions
-
add
-
folder
Same as folder(true) -
folder
Adds/removes modifier(folder) -
icon
- Specified by:
iconin interfaceorg.patternfly.component.ComponentIcon<HTMLElement, FinderItem>
-
nextColumn
-
removeIcon
- Specified by:
removeIconin interfaceorg.patternfly.component.ComponentIcon<HTMLElement, FinderItem>
-
store
- Specified by:
storein interfaceorg.patternfly.core.ComponentContext<HTMLElement, FinderItem>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, FinderItem>
-
onPreview
-
column
-
finder
-
identifier
- Specified by:
identifierin interfaceorg.patternfly.component.HasIdentifier<HTMLElement, FinderItem>
-
has
- Specified by:
hasin interfaceorg.patternfly.core.ComponentContext<HTMLElement, FinderItem>
-
get
- Specified by:
getin interfaceorg.patternfly.core.ComponentContext<HTMLElement, FinderItem>
-