Class Td

All Implemented Interfaces:
ElementAttributeMethods<HTMLTableCellElement, Td>, ElementClassListMethods<HTMLTableCellElement, Td>, ElementConsumerMethods<HTMLTableCellElement, Td>, ElementContainerMethods<HTMLTableCellElement, Td>, ElementEventMethods<HTMLTableCellElement, Td>, ElementIdMethods<HTMLTableCellElement, Td>, ElementQueryMethods<HTMLTableCellElement>, ElementTextMethods<HTMLTableCellElement, Td>, HTMLElementAttributeMethods<HTMLTableCellElement, Td>, HTMLElementDataMethods<HTMLTableCellElement, Td>, HTMLElementStyleMethods<HTMLTableCellElement, Td>, HTMLElementVisibilityMethods<HTMLTableCellElement, Td>, IsElement<HTMLTableCellElement>, TypedBuilder<HTMLTableCellElement, Td>, HasIdentifier<HTMLTableCellElement, Td>, ComponentContext<HTMLTableCellElement, Td>, Modifiers.Center<HTMLTableCellElement, Td>

public class Td extends Cell<Td>
  • Field Details

  • Method Details

    • td

      public static Td td()
    • td

      public static Td td(String column)
    • td

      public static Td td(String identifier, String column)
    • action

      public Td action()
      Marks the cell to contain a single action
    • actions

      public Td actions()
      Marks the cell to contain multiple actions in a kebab dropdown
    • that

      public Td that()