Uses of Class
org.patternfly.component.skiptocontent.SkipToContent
Packages that use SkipToContent
-
Uses of SkipToContent in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type SkipToContentModifier and TypeMethodDescriptionPage.add(SkipToContent skipToContent) Adds theSkipToContentcomponent as the first element and removes the previous one (if any).Page.addSkipToContent(SkipToContent skipToContent) Adds theSkipToContentcomponent as the first element and removes the previous one (if any). -
Uses of SkipToContent in org.patternfly.component.skiptocontent
Subclasses with type arguments of type SkipToContent in org.patternfly.component.skiptocontentModifier and TypeClassDescriptionclassA skip to content component allows screen reader and keyboard users to bypass navigation rather than tabbing through it.Classes in org.patternfly.component.skiptocontent that implement interfaces with type arguments of type SkipToContentModifier and TypeClassDescriptionclassA skip to content component allows screen reader and keyboard users to bypass navigation rather than tabbing through it.Methods in org.patternfly.component.skiptocontent that return SkipToContentModifier and TypeMethodDescriptionstatic SkipToContentSkipToContent.skipToContent(String mainId) Creates a new component with the given main ID and a default text.static SkipToContentSkipToContent.skipToContent(String mainId, String text) Creates a new component with the given main ID and a text.SkipToContent.that()