Uses of Interface
org.loboevolution.html.renderer.RElement
Package
Description
Contains the HTML renderer infrastructure.
-
Uses of RElement in org.loboevolution.html.control
Modifier and TypeClassDescriptionclass
RImgControl class.class
RUIControl class. -
Uses of RElement in org.loboevolution.html.renderer
Modifier and TypeClassDescriptionclass
Abstract BaseElementRenderable class.class
Represents a HTML block in a rendered document, typically a DIV.class
RInlineBlock class.Modifier and TypeMethodDescriptionprotected RElement
RLayout.ButtonLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.CanvasLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected abstract RElement
RLayout.CommonWidgetLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.IFrameLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.ImgLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.InputLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.ObjectLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.RSSLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.SelectLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.SVGLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) protected RElement
RLayout.TextAreaLayout.createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) Modifier and TypeMethodDescriptionprotected void
RBlockViewport.addRenderableToLineCheckStyle
(RElement renderable, HTMLElementImpl element) Checks property 'float' and in some cases attribute 'align'.protected final void
RBlockViewport.positionRElement
(HTMLElementImpl markupElement, RElement renderable, boolean usesAlignAttribute, boolean obeysFloats, boolean alignCenterAttribute) positionRElement. -
Uses of RElement in org.loboevolution.html.renderer.table