Uses of Class
org.patternfly.component.skiptocontent.SkipToContent
-
Uses of SkipToContent in org.patternfly.component.page
Modifier and TypeMethodDescriptionPage.add
(SkipToContent skipToContent) Adds theSkipToContent
component as first element and removes the previous one (if any).Page.addSkipToContent
(SkipToContent skipToContent) Adds theSkipToContent
component as first element and removes the previous one (if any). -
Uses of SkipToContent in org.patternfly.component.skiptocontent
Modifier and TypeMethodDescriptionstatic SkipToContent
SkipToContent.skipToContent
(String mainId) Creates a new component with the given main ID and a default text.static SkipToContent
SkipToContent.skipToContent
(String mainId, String text) Creates a new component with the given main ID and a text.SkipToContent.that()