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 SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentIcon
iconMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextMethods
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface 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>
-