Package org.loboevolution.html.renderer
Interface RCollection
- All Superinterfaces:
BoundableRenderable
,Renderable
- All Known Subinterfaces:
RElement
- All Known Implementing Classes:
BaseElementRenderable
,RBlock
,RBlockViewport
,RImgControl
,RInlineBlock
,RTable
,RTableCell
,RUIControl
,TranslatedRenderable
A
Renderable
with children.-
Field Summary
Fields inherited from interface org.loboevolution.html.renderer.Renderable
EMPTY_ARRAY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
blur()
blur.void
focus()
focus.getClipBounds.getClipBoundsWithoutInsets.getRenderable
(int x, int y) getRenderable.getRenderables.void
invalidateLayoutDeep.void
updateWidgetBounds
(int guiX, int guiY) updateWidgetBounds.Methods inherited from interface org.loboevolution.html.renderer.BoundableRenderable
contains, extractSelectionText, getBounds, getGUIPoint, getHeight, getLowestRenderableSpot, getModelNode, getOrdinal, getOrigin, getOriginalOrCurrentParent, getOriginalParent, getOriginRelativeTo, getOriginRelativeToAbs, getOriginRelativeToNoScroll, getParent, getRectangle, getRenderablePoint, getSize, getVisualBounds, getVisualHeight, getVisualWidth, getWidth, getX, getY, getZIndex, invalidateLayoutUpTree, isContainedByNode, isDelegated, onDoubleClick, onMouseClick, onMouseDisarmed, onMouseMoved, onMouseOut, onMousePressed, onMouseReleased, onMouseScroll, onRightClick, paintSelection, paintTranslated, relayout, repaint, repaint, setBounds, setDelegator, setHeight, setOrdinal, setOrigin, setOriginalParent, setParent, setWidth, setX, setY
Methods inherited from interface org.loboevolution.html.renderer.Renderable
findHtmlRenderable, isFixed, paint
-
Method Details
-
blur
void blur()blur.
-
focus
void focus()focus.
-
invalidateLayoutDeep
void invalidateLayoutDeep()invalidateLayoutDeep.
-
updateWidgetBounds
void updateWidgetBounds(int guiX, int guiY) updateWidgetBounds.
-
getRenderables
List<Renderable> getRenderables()getRenderables.
- Returns:
- a
List
object.
-
getRenderable
getRenderable.
- Parameters:
x
- aInteger
object.y
- aInteger
object.- Returns:
- a
BoundableRenderable
object.
-
getClipBounds
Rectangle getClipBounds()getClipBounds.
- Returns:
- a
Rectangle
object.
-
getClipBoundsWithoutInsets
Rectangle getClipBoundsWithoutInsets()getClipBoundsWithoutInsets.
- Returns:
- a
Rectangle
object.
-