org.apache.myfaces.tobago.internal.taglib.component
Interface FlowLayoutTagDeclaration

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasMargin, HasMargins, HasMarkup

public interface FlowLayoutTagDeclaration
extends HasId, HasMargin, HasMargins, HasBinding, HasMarkup, HasCurrentMarkup

XXX Warning: Still in progress! Please do not use it until other announcement. Renders a FlowLayout that positions the content components in there natural order.


Method Summary
 void setTextAlign(String textAlign)
          The alignment of the elements inside of the container, possible values are: , , und .
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMargin
setMargin
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMargins
setMarginBottom, setMarginLeft, setMarginRight, setMarginTop
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 

Method Detail

setTextAlign

void setTextAlign(String textAlign)
The alignment of the elements inside of the container, possible values are: , , und .



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.