Class Cell<B extends TypedBuilder<HTMLTableCellElement, B>>

All Implemented Interfaces:
ElementAttributeMethods<HTMLTableCellElement, B>, ElementClassListMethods<HTMLTableCellElement, B>, ElementConsumerMethods<HTMLTableCellElement, B>, ElementContainerMethods<HTMLTableCellElement, B>, ElementEventMethods<HTMLTableCellElement, B>, ElementIdMethods<HTMLTableCellElement, B>, ElementQueryMethods<HTMLTableCellElement>, ElementTextMethods<HTMLTableCellElement, B>, HTMLElementAttributeMethods<HTMLTableCellElement, B>, HTMLElementDataMethods<HTMLTableCellElement, B>, HTMLElementStyleMethods<HTMLTableCellElement, B>, HTMLElementVisibilityMethods<HTMLTableCellElement, B>, IsElement<HTMLTableCellElement>, TypedBuilder<HTMLTableCellElement, B>, HasIdentifier<HTMLTableCellElement, B>, org.patternfly.core.ComponentContext<HTMLTableCellElement, B>, org.patternfly.core.OuiaSupport<HTMLTableCellElement, B>, org.patternfly.style.Modifiers.Center<HTMLTableCellElement, B>
Direct Known Subclasses:
Td, Th, TitleCell

public abstract class Cell<B extends TypedBuilder<HTMLTableCellElement, B>> extends SubComponent<HTMLTableCellElement, B> implements org.patternfly.core.ComponentContext<HTMLTableCellElement, B>, org.patternfly.style.Modifiers.Center<HTMLTableCellElement, B>, ElementTextMethods<HTMLTableCellElement, B>, HasIdentifier<HTMLTableCellElement, B>
Base class for table cells in a Table component.