|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTMLElement | |
---|---|
com.sun.lwuit.html | The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support. |
Uses of HTMLElement in com.sun.lwuit.html |
---|
Methods in com.sun.lwuit.html that return HTMLElement | |
---|---|
HTMLElement |
HTMLComponent.getDOM()
Returns the DOM representing this document |
HTMLElement |
HTMLElement.getFirstChildByTagId(int tagId)
Returns an HTMLElement's child by a tag ID (One of the TAG_* constants) |
HTMLElement |
HTMLParser.parseHTML(java.io.InputStreamReader isr)
A convenience method that casts the returned type of the parse method to HTMLElement. |
Methods in com.sun.lwuit.html with parameters of type HTMLElement | |
---|---|
void |
HTMLCallback.actionPerformed(ActionEvent evt,
HTMLComponent htmlC,
HTMLElement element)
Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent For example, button press, checkbox/radiobutton check etc. |
void |
DefaultHTMLCallback.actionPerformed(ActionEvent evt,
HTMLComponent htmlC,
HTMLElement element)
Called whenever an ActionEvent is triggered in one of the controls in the HTMLComponent For example, button press, checkbox/radiobutton check etc. |
void |
HTMLCallback.dataChanged(int type,
int index,
HTMLComponent htmlC,
TextField textField,
HTMLElement element)
Called when the user types in a TextField inside the HTMLComponent This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
DefaultHTMLCallback.dataChanged(int type,
int index,
HTMLComponent htmlC,
TextField textField,
HTMLElement element)
Called when the user types in a TextField inside the HTMLComponent This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
HTMLCallback.focusGained(Component cmp,
HTMLComponent htmlC,
HTMLElement element)
Called when one of the controls in the HTMLComponent obtained focus This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
DefaultHTMLCallback.focusGained(Component cmp,
HTMLComponent htmlC,
HTMLElement element)
Called when one of the controls in the HTMLComponent obtained focus This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
HTMLCallback.focusLost(Component cmp,
HTMLComponent htmlC,
HTMLElement element)
Called when one of the controls in the HTMLComponent lost focus This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
DefaultHTMLCallback.focusLost(Component cmp,
HTMLComponent htmlC,
HTMLElement element)
Called when one of the controls in the HTMLComponent lost focus This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
HTMLComponent.scrollToElement(HTMLElement element,
boolean animate)
Scrolls the HTMLComponent to the specified element |
void |
HTMLCallback.selectionChanged(int oldSelected,
int newSelected,
HTMLComponent htmlC,
List list,
HTMLElement element)
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
DefaultHTMLCallback.selectionChanged(int oldSelected,
int newSelected,
HTMLComponent htmlC,
List list,
HTMLElement element)
Called when the user selects an item in a List inside the HTMLComponent Note: Selection is traversing through the items - once the user has actually decided, an ActionEvent will be sent as well This method will be called only if HTMLComponent.isEventsEnabled() is true |
void |
HTMLComponent.setDOM(HTMLElement dom)
Sets this HTMLComponent to render the document in the specified DOM. |
void |
HTMLComponent.setDOM(HTMLElement dom,
java.lang.String baseURL)
Sets this HTMLComponent to render the document in the specified DOM |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |