htmltableelement

package
v1.0.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented           = errors.New("Browser not implemented HTMLTableElement")
	ErrNotAnHTMLTableColElement = errors.New("Object is not an HTMLTableElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTableElement

type HtmlTableElement struct {
	htmlelement.HtmlElement
}

HtmlTableElement struct

func NewFromElement

func NewFromElement(elem element.Element) (HtmlTableElement, error)

func NewFromJSObject

func NewFromJSObject(obj js.Value) (HtmlTableElement, error)

func (HtmlTableElement) Caption

func (h HtmlTableElement) Caption() (string, error)

func (HtmlTableElement) CreateCaption

func (HtmlTableElement) CreateTFoot

func (HtmlTableElement) CreateTHead

func (HtmlTableElement) DeleteCaption

func (h HtmlTableElement) DeleteCaption() error

func (HtmlTableElement) DeleteRow

func (h HtmlTableElement) DeleteRow(index int) error

func (HtmlTableElement) DeleteTFoot

func (h HtmlTableElement) DeleteTFoot() error

func (HtmlTableElement) DeleteTHead

func (h HtmlTableElement) DeleteTHead() error

func (HtmlTableElement) HtmlTableElement

func (h HtmlTableElement) HtmlTableElement() HtmlTableElement

func (HtmlTableElement) InsertRow

func (HtmlTableElement) Rows

func (HtmlTableElement) SetCaption

func (h HtmlTableElement) SetCaption(value string) error

func (HtmlTableElement) TBodies

func (HtmlTableElement) TFoot

func (HtmlTableElement) THead

type HtmlTableElementFrom

type HtmlTableElementFrom interface {
	HtmlTableElement() HtmlTableElement
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL