Package org.loboevolution.html.renderer
Interface RCollection
- All Superinterfaces:
BoundableRenderable,Renderable
- All Known Subinterfaces:
RElement
- All Known Implementing Classes:
BaseElementRenderable,BaseRCollection,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 TypeMethodDescriptionvoidblur()blur.voidfocus()focus.getClipBounds.getClipBoundsWithoutInsets.getRenderable(int x, int y) getRenderable.getRenderables.voidinvalidateLayoutDeep.voidupdateWidgetBounds(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, setYMethods 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
Listobject.
-
getRenderable
getRenderable.
- Parameters:
x- aIntegerobject.y- aIntegerobject.- Returns:
- a
BoundableRenderableobject.
-
getClipBounds
Rectangle getClipBounds()getClipBounds.
- Returns:
- a
Rectangleobject.
-
getClipBoundsWithoutInsets
Rectangle getClipBoundsWithoutInsets()getClipBoundsWithoutInsets.
- Returns:
- a
Rectangleobject.
-