org.lobobrowser.html.domimpl

Interface UINode

Known Subinterfaces:
RElement
Known Implementing Classes:
RBlock, RImgControl

public interface UINode

A UI node abstraction that is used to send notifications back to the UI and to obtain information the DOM needs from the UI (such as image dimensions).

Method Summary

void
blur()
void
focus()
Rectangle
getBounds()
void
repaint(ModelNode modelNode)
Called

Method Details

blur

public void blur()

focus

public void focus()

getBounds

public Rectangle getBounds()

repaint

public void repaint(ModelNode modelNode)
Called
Parameters:
modelNode -