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>,Modifiers.NoFill<HTMLElement, DataListCell>
public class DataListCell
extends SubComponent<HTMLElement, DataListCell>
implements ComponentIcon<HTMLElement, DataListCell>, ElementTextMethods<HTMLElement, DataListCell>, Modifiers.NoFill<HTMLElement, DataListCell>
-
Field Summary
Fields -
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
element, registerSubComponentMethods 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
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
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>
-