Class Th

All Implemented Interfaces:
Attachable, Container<elemental2.dom.HTMLTableCellElement,Th>, Finder<elemental2.dom.HTMLTableCellElement>, HasElement<elemental2.dom.HTMLTableCellElement,Th>, HasHTMLElement<elemental2.dom.HTMLTableCellElement,Th>, IsElement<elemental2.dom.HTMLTableCellElement>, TypedBuilder<elemental2.dom.HTMLTableCellElement,Th>, WithIdentifier<elemental2.dom.HTMLTableCellElement,Th>, ComponentContext<elemental2.dom.HTMLTableCellElement,Th>, Modifiers.Center<elemental2.dom.HTMLTableCellElement,Th>

public class Th extends Cell<Th> implements Attachable
  • Method Details

    • th

      public static Th th()
      Factory method to create a new instance of this component.
    • th

      public static Th th(String identifier)
    • attach

      public void attach(elemental2.dom.MutationRecord mutationRecord)
      Specified by:
      attach in interface Attachable
    • detach

      public void detach(elemental2.dom.MutationRecord mutationRecord)
      Specified by:
      detach in interface Attachable
    • screenReader

      public Th screenReader(String text)
    • that

      public Th that()
      Specified by:
      that in interface TypedBuilder<elemental2.dom.HTMLTableCellElement,Th>