Class CommonWidgetLayout
java.lang.Object
org.loboevolution.html.renderer.layout.CommonWidgetLayout
- All Implemented Interfaces:
MarkupLayout
- Direct Known Subclasses:
ButtonLayout
,CanvasLayout
,IFrameLayout
,ImgLayout
,InputLayout
,ObjectLayout
,RSSLayout
,SelectLayout
,SVGLayout
,TextAreaLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RElement
createRenderable
(RBlockViewport bodyLayout, Element markupElement) void
layoutMarkup
(RBlockViewport bodyLayout, Element markupElement) layoutMarkup.
-
Field Details
-
ADD_INLINE
public static final int ADD_INLINE- See Also:
-
ADD_AS_BLOCK
public static final int ADD_AS_BLOCK- See Also:
-
ADD_INLINE_BLOCK
public static final int ADD_INLINE_BLOCK- See Also:
-
-
Constructor Details
-
CommonWidgetLayout
public CommonWidgetLayout(int method)
-
-
Method Details
-
createRenderable
-
layoutMarkup
Description copied from interface:MarkupLayout
layoutMarkup.
- Specified by:
layoutMarkup
in interfaceMarkupLayout
- Parameters:
bodyLayout
- aRBlockViewport
object.markupElement
- aElement
object.
-