Uses of Interface
org.loboevolution.html.renderer.Renderable
Package
Description
Contains the HTML renderer infrastructure.
-
Uses of Renderable in org.loboevolution.html.control
Modifier and TypeClassDescriptionclass
RImgControl class.class
RUIControl class. -
Uses of Renderable in org.loboevolution.html.renderer
Modifier and TypeInterfaceDescriptioninterface
A renderer node with well-defined bounds.interface
ARenderable
with children.interface
A renderer node for elements such as blocks, lists, tables, inputs, images, etc.Modifier and TypeClassDescriptionclass
Abstract BaseElementRenderable class.class
PositionedRenderable class.class
Represents a HTML block in a rendered document, typically a DIV.class
A substantial portion of the HTML rendering logic of the package can be found in this class.class
RInlineBlock class.class
class
TranslatedRenderable class.Modifier and TypeFieldDescriptionstatic final Renderable[]
Renderable.EMPTY_ARRAY
Constant EMPTY_ARRAYModifier and TypeMethodDescriptiondefault Renderable
Renderable.findHtmlRenderable
(RCollection root) findHtmlRenderable.TranslatedRenderable.getChild()
getChild.Modifier and TypeMethodDescriptionRBlock.getRenderables()
getRenderables.RBlockViewport.getRenderables()
getRenderables.RBlockViewport.getRenderables
(int pointx, int pointy) getRenderables.RCollection.getRenderables()
getRenderables.RInlineBlock.getRenderables()
getRenderables.TranslatedRenderable.getRenderables()
getRenderables. -
Uses of Renderable in org.loboevolution.html.renderer.table