Uses of Class
org.patternfly.component.page.SkipToContent
-
Packages that use SkipToContent Package Description org.patternfly.component.page -
-
Uses of SkipToContent in org.patternfly.component.page
Methods in org.patternfly.component.page that return SkipToContent Modifier and Type Method Description static 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.SkipToContentSkipToContent. that()Methods in org.patternfly.component.page with parameters of type SkipToContent Modifier and Type Method Description PagePage. addSkipToContent(SkipToContent skipToContent)Adds theSkipToContentcomponent as first element and removes the previous one (if any).
-