org.lobobrowser.html.test
Class SimpleHtmlObject
JComponent
org.lobobrowser.html.test.SimpleHtmlObject
- HtmlObject
public class SimpleHtmlObject
extends JComponent
void | destroy()
|
Component | getComponent()
|
void | reset(int availWidth, int availHeight) - Called as the object is layed out, either
the first time it's layed out or whenever
the DOM changes.
|
void | resume()
|
void | suspend()
|
SimpleHtmlObject
public SimpleHtmlObject(HTMLElement element)
reset
public void reset(int availWidth,
int availHeight)
Called as the object is layed out, either
the first time it's layed out or whenever
the DOM changes. This is where the object
should reset its state based on element
children or attributes and possibly change
its preferred size if appropriate.
- reset in interface HtmlObject