Package org.lobobrowser.html.renderer
Interface RCollection
-
- All Superinterfaces:
BoundableRenderable
,Renderable
- All Known Subinterfaces:
RElement
- All Known Implementing Classes:
RBlock
,RBlockViewport
,RImgControl
,RRelative
public interface RCollection extends BoundableRenderable
ARenderable
with children.
-
-
Field Summary
-
Fields inherited from interface org.lobobrowser.html.renderer.Renderable
EMPTY_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
blur()
void
focus()
java.util.Iterator
getRenderables()
Gets the collection ofRenderable
children.void
invalidateLayoutDeep()
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 Detail
-
getRenderables
java.util.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()
-
-