Package org.patternfly.component.list
Class DataListCell
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement,DataListCell>
org.patternfly.component.list.DataListCell
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,,DataListCell> ElementClassListMethods<HTMLElement,,DataListCell> ElementConsumerMethods<HTMLElement,,DataListCell> ElementContainerMethods<HTMLElement,,DataListCell> ElementEventMethods<HTMLElement,,DataListCell> ElementIdMethods<HTMLElement,,DataListCell> ElementQueryMethods<HTMLElement>,ElementTextMethods<HTMLElement,,DataListCell> HTMLElementAttributeMethods<HTMLElement,,DataListCell> HTMLElementDataMethods<HTMLElement,,DataListCell> HTMLElementStyleMethods<HTMLElement,,DataListCell> HTMLElementVisibilityMethods<HTMLElement,,DataListCell> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,DataListCell> ComponentIcon<HTMLElement,,DataListCell> org.patternfly.style.Modifiers.NoFill<HTMLElement,DataListCell>
public class DataListCell
extends SubComponent<HTMLElement,DataListCell>
implements ComponentIcon<HTMLElement,DataListCell>, ElementTextMethods<HTMLElement,DataListCell>, org.patternfly.style.Modifiers.NoFill<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.patternfly.component.ComponentIcon
iconMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextMethods
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods 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 interfaceComponentIcon<HTMLElement,DataListCell>
-
removeIcon
- Specified by:
removeIconin interfaceComponentIcon<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>
-