Package org.patternfly.component
Class DataList.ItemControl
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,DataList.ItemControl>
-
- org.patternfly.component.DataList.ItemControl
-
- All Implemented Interfaces:
Container<HTMLDivElement,DataList.ItemControl>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,DataList.ItemControl>,HasHTMLElement<HTMLDivElement,DataList.ItemControl>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,DataList.ItemControl>
@Deprecated public static class DataList.ItemControl extends SubComponent<HTMLDivElement,DataList.ItemControl>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataList.ItemControlcheckbox()Deprecated.Adds a checkbox to select the current item.DataList.ItemControlexpandable()Deprecated.Adds an expandable icon.DataList.ItemControlthat()Deprecated.-
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
-
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()
Deprecated.Adds a checkbox to select the current item.
-
expandable
public DataList.ItemControl expandable()
Deprecated.Adds an expandable icon.
-
that
public DataList.ItemControl that()
Deprecated.
-
-