Package org.lobobrowser.html.renderer
Interface RCollection
- All Superinterfaces:
BoundableRenderable
,Renderable
- All Known Subinterfaces:
RElement
- All Known Implementing Classes:
RBlock
,RBlockViewport
,RImgControl
,RRelative
A
Renderable
with children.-
Field Summary
Fields inherited from interface org.lobobrowser.html.renderer.Renderable
EMPTY_ARRAY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
blur()
void
focus()
Gets the collection ofRenderable
children.void
Invalidates layout in all descendents.void
updateWidgetBounds
(int guiX, int guiY) Methods inherited from interface org.lobobrowser.html.renderer.BoundableRenderable
extractSelectionText, getBounds, getGUIPoint, getHeight, getLowestRenderableSpot, getModelNode, getOrdinal, getOrigin, getOriginalOrCurrentParent, getOriginalParent, getOriginRelativeTo, getParent, getRenderablePoint, getSize, getWidth, getX, getY, getZIndex, invalidateLayoutUpTree, isContainedByNode, onDoubleClick, onMouseClick, onMouseDisarmed, onMouseMoved, onMouseOut, onMousePressed, onMouseReleased, onRightClick, paintSelection, paintTranslated, relayout, repaint, repaint, setBounds, setHeight, setOrdinal, setOrigin, setOriginalParent, setParent, setWidth, setX, setY
Methods inherited from interface org.lobobrowser.html.renderer.Renderable
paint
-
Method Details
-
getRenderables
Iterator getRenderables()Gets the collection ofRenderable
children. -
updateWidgetBounds
void updateWidgetBounds(int guiX, int guiY) -
invalidateLayoutDeep
void invalidateLayoutDeep()Invalidates layout in all descendents. -
focus
void focus() -
blur
void blur()
-