Uses of Interface
elemental2.dom.HTMLOptionsCollection.AddElementUnionType
-
-
Uses of HTMLOptionsCollection.AddElementUnionType in elemental2.dom
Methods in elemental2.dom that return HTMLOptionsCollection.AddElementUnionType Modifier and Type Method Description static HTMLOptionsCollection.AddElementUnionType
HTMLOptionsCollection.AddElementUnionType. of(java.lang.Object o)
Methods in elemental2.dom with parameters of type HTMLOptionsCollection.AddElementUnionType Modifier and Type Method Description void
HTMLOptionsCollection. add(HTMLOptionsCollection.AddElementUnionType element)
void
HTMLOptionsCollection. add(HTMLOptionsCollection.AddElementUnionType element, double before)
void
HTMLOptionsCollection. add(HTMLOptionsCollection.AddElementUnionType element, HTMLElement before)
void
HTMLOptionsCollection. add(HTMLOptionsCollection.AddElementUnionType element, HTMLOptionsCollection.AddBeforeUnionType before)
-