org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag
Class FlowLayoutRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.tobago.renderkit.RendererBase
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.FlowLayoutRenderer
- All Implemented Interfaces:
- MarginValues, SpacingValues
public class FlowLayoutRenderer
- extends RendererBase
- implements SpacingValues, MarginValues
| Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase |
getConfiguredValue, getConvertedValue, getConverter, getCurrentValue, getCurrentValueAsObject, getFormattedValue, getPrepareRendersChildren, getRendererName, getResourceManager, getValue, onComponentCreated, prepareRender, prepareRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowLayoutRenderer
public FlowLayoutRenderer()
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeBegin in class Renderer
- Throws:
IOException
encodeChildren
public void encodeChildren(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeChildren in class Renderer
- Throws:
IOException
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeEnd in class Renderer
- Throws:
IOException
getColumnSpacing
public Measure getColumnSpacing(FacesContext facesContext,
Configurable component)
- Specified by:
getColumnSpacing in interface SpacingValues
getRowSpacing
public Measure getRowSpacing(FacesContext facesContext,
Configurable component)
- Specified by:
getRowSpacing in interface SpacingValues
getMarginLeft
public Measure getMarginLeft(FacesContext facesContext,
Configurable component)
- Specified by:
getMarginLeft in interface MarginValues
getMarginRight
public Measure getMarginRight(FacesContext facesContext,
Configurable component)
- Specified by:
getMarginRight in interface MarginValues
getMarginTop
public Measure getMarginTop(FacesContext facesContext,
Configurable component)
- Specified by:
getMarginTop in interface MarginValues
getMarginBottom
public Measure getMarginBottom(FacesContext facesContext,
Configurable component)
- Specified by:
getMarginBottom in interface MarginValues
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.