Package org.patternfly.component.hint
Class Hint
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Hint>
-
- org.patternfly.component.hint.Hint
-
- All Implemented Interfaces:
Container<HTMLElement,Hint>,Finder<HTMLElement>,HasElement<HTMLElement,Hint>,HasHTMLElement<HTMLElement,Hint>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Hint>,Component
public class Hint extends BaseComponent<HTMLElement,Hint>
A hint is in-app messaging that provides a one-step reminder, explanation, or call to action for a page or modal.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Hintadd(HintActions actions)HintaddActions(HintActions actions)HintaddBody(HintBody body)HintaddFooter(HintFooter footer)HintaddTitle(HintTitle title)static Hinthint()Hintthat()-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
hint
public static Hint hint()
-
addActions
public Hint addActions(HintActions actions)
-
add
public Hint add(HintActions actions)
-
addFooter
public Hint addFooter(HintFooter footer)
-
that
public Hint that()
-
-