Package org.patternfly.component.list
Class DataListAction
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement,DataListAction>
org.patternfly.component.list.DataListAction
- All Implemented Interfaces:
Container<HTMLElement,
,DataListAction> Finder<HTMLElement>
,HasElement<HTMLElement,
,DataListAction> HasHTMLElement<HTMLElement,
,DataListAction> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,DataListAction> ElementDelegate<HTMLElement,
DataListAction>
public class DataListAction
extends SubComponent<HTMLElement,DataListAction>
implements ElementDelegate<HTMLElement,DataListAction>
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataListAction
static DataListAction
dataListAction
(boolean plainButtonAction) Use this factory method withplainButtonAction == true
to indicate that the action is a plain button (e.g. kebab dropdown toggle) so that styling is applied to align the buttondelegate()
that()
visibility
(Breakpoints<Visibility> visibility) Methods inherited from class org.patternfly.component.SubComponent
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, addAll, addAll, addAll, addAll, addAll, addAll
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, on, on, on, run, toggle, toggle, toggle, uniqueId
-
Method Details
-
dataListAction
-
dataListAction
Use this factory method withplainButtonAction == true
to indicate that the action is a plain button (e.g. kebab dropdown toggle) so that styling is applied to align the button -
delegate
- Specified by:
delegate
in interfaceElementDelegate<HTMLElement,
DataListAction>
-
visibility
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
DataListAction>
-