| Package | Description |
|---|---|
| cat.inspiracio.html | |
| cat.inspiracio.html.host |
This package contains the classes that may be used in javascript
as host objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLOptionElementImp
Public visibility so that it can be extended by Option.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLOptionElement |
HTMLOptionElementImp.cloneNode(boolean deep) |
HTMLOptionElement |
HTMLSelectElement.get(int index) |
HTMLOptionElement |
HTMLOptionsCollection.get(String name)
Returns the item with ID or name name from the collection.
|
HTMLOptionElement |
HTMLOptionsCollection.item(int index)
Returns the item with index index from the collection.
|
HTMLOptionElement |
HTMLSelectElement.item(int index)
Returns the item with index index from the list of options.
|
HTMLOptionElement |
HTMLOptionsCollection.namedItem(String name)
Returns the item with ID or name name from the collection.
|
HTMLOptionElement |
HTMLSelectElement.namedItem(String name) |
| Modifier and Type | Method and Description |
|---|---|
HTMLCollection<HTMLOptionElement> |
HTMLDataListElement.getOptions() |
HTMLCollection<HTMLOptionElement> |
HTMLSelectElement.getSelectedOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLOptionsCollection.add(HTMLOptionElement option)
Inserts element at the end of the list.
|
void |
HTMLSelectElement.add(HTMLOptionElement option) |
void |
HTMLOptionsCollection.add(HTMLOptionElement option,
HTMLElement before)
Inserts element before the node given by before.
|
void |
HTMLSelectElement.add(HTMLOptionElement option,
HTMLElement before) |
void |
HTMLOptionsCollection.add(HTMLOptionElement option,
int before)
Inserts element before the node given by before.
|
void |
HTMLSelectElement.add(HTMLOptionElement option,
int before) |
void |
HTMLOptionsCollection.set(int index,
HTMLOptionElement option)
Sets an option element.
|
void |
HTMLSelectElement.set(int index,
HTMLOptionElement option)
Inserts an option element, either replacing an existing one or
extending the list of options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Option
Host object for "new Option()" in javascript.
|
Copyright © 2017. All rights reserved.