Package org.patternfly.components
Class DataList.ItemControl
- java.lang.Object
-
- org.patternfly.components.SubComponent<elemental2.dom.HTMLDivElement,DataList.ItemControl>
-
- org.patternfly.components.DataList.ItemControl
-
- All Implemented Interfaces:
Container<elemental2.dom.HTMLDivElement,DataList.ItemControl>,Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,DataList.ItemControl>,HasHTMLElement<elemental2.dom.HTMLDivElement,DataList.ItemControl>,IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,DataList.ItemControl>
public static class DataList.ItemControl extends SubComponent<elemental2.dom.HTMLDivElement,DataList.ItemControl>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataList.ItemControlcheckbox()Adds a checkbox to select the current item.DataList.ItemControlexpandable()Adds an expandable icon.DataList.ItemControlthat()-
Methods inherited from class org.patternfly.components.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
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
checkbox
public DataList.ItemControl checkbox()
Adds a checkbox to select the current item.
-
expandable
public DataList.ItemControl expandable()
Adds an expandable icon.
-
that
public DataList.ItemControl that()
-
-