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 intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RElementcreateRenderable(RBlockViewport bodyLayout, Element markupElement) voidlayoutMarkup(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:MarkupLayoutlayoutMarkup.
- Specified by:
layoutMarkupin interfaceMarkupLayout- Parameters:
bodyLayout- aRBlockViewportobject.markupElement- aElementobject.
-