org.apache.myfaces.tobago.taglib.component
Interface GridLayoutTagDeclaration

All Superinterfaces:
HasBinding, HasBorder, HasCellspacing, HasColumnLayout, HasId, HasMargin, HasMargins, HasRowLayout, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
GridLayoutTag

public interface GridLayoutTagDeclaration
extends TobagoTagDeclaration, HasId, HasBorder, HasCellspacing, HasMargin, HasMargins, HasColumnLayout, HasRowLayout, HasBinding


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBorder
setBorder
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasCellspacing
setCellspacing
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMargin
setMargin
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMargins
setMarginBottom, setMarginLeft, setMarginRight, setMarginTop
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasColumnLayout
setColumns
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasRowLayout
setRows
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.