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 DataListActionstatic DataListActiondataListAction(boolean plainButtonAction) Use this factory method withplainButtonAction == trueto 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
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNodeMethods 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 == trueto 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:
delegatein interfaceElementDelegate<HTMLElement,DataListAction>
-
visibility
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,DataListAction>
-