Class Skeleton
- java.lang.Object
-
- org.patternfly.component.BaseComponentFlat<HTMLElement,Skeleton>
-
- org.patternfly.component.skeleton.Skeleton
-
- All Implemented Interfaces:
Finder<HTMLElement>,HasElement<HTMLElement,Skeleton>,HasHTMLElement<HTMLElement,Skeleton>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Skeleton>,Component
public class Skeleton extends BaseComponentFlat<HTMLElement,Skeleton>
A skeleton is a type of loading state that allows you to expose content incrementally. For content that may take a long time to load, use a progress bar in place of a skeleton.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SkeletonfontSize(Size size)Skeletonheight(String height)SkeletonscreenReaderText(String text)Skeletonshape(Shape shape)static Skeletonskeleton()Skeletonthat()Skeletonwidth(String width)-
Methods inherited from class org.patternfly.component.BaseComponentFlat
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-