Package org.patternfly.component.list
Class DataListCell
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement,DataListCell>
org.patternfly.component.list.DataListCell
- All Implemented Interfaces:
Container<HTMLElement,
,DataListCell> Finder<HTMLElement>
,HasElement<HTMLElement,
,DataListCell> HasHTMLElement<HTMLElement,
,DataListCell> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,DataListCell> WithIcon<HTMLElement,
,DataListCell> Modifiers.NoFill<HTMLElement,
DataListCell>
public class DataListCell
extends SubComponent<HTMLElement,DataListCell>
implements Modifiers.NoFill<HTMLElement,DataListCell>, WithIcon<HTMLElement,DataListCell>
-
Method Summary
Modifier and TypeMethodDescriptionAligns the cell content to the right of its parent.static DataListCell
that()
width
(int width) Width (from 1-5) to the data list cellDetermines which wrapping modifier to apply to the data listMethods 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, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.NoFill
noFill, noFill
-
Method Details
-
dataListCell
-
alignRight
Aligns the cell content to the right of its parent. -
icon
- Specified by:
icon
in interfaceWithIcon<HTMLElement,
DataListCell>
-
removeIcon
- Specified by:
removeIcon
in interfaceWithIcon<HTMLElement,
DataListCell>
-
width
Width (from 1-5) to the data list cell -
wrap
Determines which wrapping modifier to apply to the data list -
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
DataListCell>
-