Uses of Enum Class
org.patternfly.component.ComponentType
Packages that use ComponentType
Package
Description
Provides PatternFly component implementations for building web applications in Java.
-
Uses of ComponentType in org.patternfly.component
Subclasses with type arguments of type ComponentType in org.patternfly.componentModifier and TypeClassDescriptionenumEnumerates all PatternFly component types with their short ID and OUIA component name.Methods in org.patternfly.component that return ComponentTypeModifier and TypeMethodDescriptionBaseComponent.componentType()BaseComponentSVG.componentType()Component.componentType()ComponentDelegate.componentType()static ComponentTypeReturns the enum constant of this class with the specified name.static ComponentType[]ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.component with parameters of type ComponentTypeModifier and TypeMethodDescription<C extends BaseComponent<E,B>, E extends HTMLElement, B extends TypedBuilder<E, B>>
CComponentRegistry.lookupComponent(ComponentType type) <C extends SubComponent<E,B>, E extends HTMLElement, B extends TypedBuilder<E, B>>
CComponentRegistry.lookupSubComponent(ComponentType type, String name) voidComponentRegistry.registerComponent(ComponentType type, BaseComponent<?, ?> component) voidComponentRegistry.registerSubComponent(ComponentType type, String name, SubComponent<?, ?> subComponent) voidComponentRegistry.unregisterComponent(ComponentType type) voidComponentRegistry.unregisterSubComponent(ComponentType type, String name)