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 DataListCellthat()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
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, add, addAll, addAll, addAll, addAll, addAll, addAllMethods 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, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods 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:
iconin interfaceWithIcon<HTMLElement,DataListCell>
-
removeIcon
- Specified by:
removeIconin 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:
thatin interfaceTypedBuilder<HTMLElement,DataListCell>
-