Class ProgressStep
java.lang.Object
org.patternfly.component.SubComponent<HTMLLIElement, ProgressStep>
org.patternfly.component.progressstepper.ProgressStep
- All Implemented Interfaces:
ElementAttributeMethods<HTMLLIElement, ProgressStep>, ElementClassListMethods<HTMLLIElement, ProgressStep>, ElementConsumerMethods<HTMLLIElement, ProgressStep>, ElementContainerMethods<HTMLLIElement, ProgressStep>, ElementEventMethods<HTMLLIElement, ProgressStep>, ElementIdMethods<HTMLLIElement, ProgressStep>, ElementQueryMethods<HTMLLIElement>, ElementTextDelegate<HTMLLIElement, ProgressStep>, ElementTextMethods<HTMLLIElement, ProgressStep>, HTMLElementAttributeMethods<HTMLLIElement, ProgressStep>, HTMLElementDataMethods<HTMLLIElement, ProgressStep>, HTMLElementStyleMethods<HTMLLIElement, ProgressStep>, HTMLElementVisibilityMethods<HTMLLIElement, ProgressStep>, IsElement<HTMLLIElement>, TypedBuilder<HTMLLIElement, ProgressStep>, ComponentIcon<HTMLLIElement, ProgressStep>, HasIdentifier<HTMLLIElement, ProgressStep>
public class ProgressStep
extends SubComponent<HTMLLIElement, ProgressStep>
implements ElementTextDelegate<HTMLLIElement, ProgressStep>, HasIdentifier<HTMLLIElement, ProgressStep>, ComponentIcon<HTMLLIElement, ProgressStep>
Represents a single step in a progress stepper component.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Retrieves the identifier associated with this component.static ProgressStepprogressStep(String identifier) static ProgressStepprogressStep(String identifier, String text) that()variant(ProgressStepVariant progressStepVariant) Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
progressStep
-
progressStep
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLLIElement, ProgressStep>
-
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLLIElement, ProgressStep>
-
identifier
Description copied from interface:HasIdentifierRetrieves the identifier associated with this component.- Specified by:
identifierin interfaceHasIdentifier<HTMLLIElement, ProgressStep>- Returns:
- the identifier of the component
-
ariaLabel
-
description
-
variant
-
icon
- Specified by:
iconin interfaceComponentIcon<HTMLLIElement, ProgressStep>
-
removeIcon
- Specified by:
removeIconin interfaceComponentIcon<HTMLLIElement, ProgressStep>
-
popover
-
removePopover
-