Package org.loboevolution.html.renderer
Class RLayout.ObjectLayout
java.lang.Object
org.loboevolution.html.renderer.RLayout.CommonWidgetLayout
org.loboevolution.html.renderer.RLayout.ObjectLayout
- All Implemented Interfaces:
MarkupLayout
- Enclosing class:
RLayout
-
Field Summary
Fields inherited from class org.loboevolution.html.renderer.RLayout.CommonWidgetLayout
ADD_AS_BLOCK, ADD_INLINE, ADD_INLINE_BLOCK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected RElement
createRenderable
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) void
layoutMarkup
(RBlockViewport bodyLayout, HTMLElementImpl markupElement) layoutMarkup.
-
Constructor Details
-
ObjectLayout
public ObjectLayout(boolean tryToRenderContent) - Parameters:
tryToRenderContent
- If the object is unknown, content is rendered as HTML.
-
-
Method Details
-
createRenderable
- Specified by:
createRenderable
in classRLayout.CommonWidgetLayout
-
layoutMarkup
Description copied from interface:MarkupLayout
layoutMarkup.
- Specified by:
layoutMarkup
in interfaceMarkupLayout
- Overrides:
layoutMarkup
in classRLayout.CommonWidgetLayout
- Parameters:
bodyLayout
- aRBlockViewport
object.markupElement
- aHTMLElementImpl
object.
-