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

All Superinterfaces:
BodyTag, HasBinding, HasDeprecatedDimension, HasDeprecatedHeight, HasDeprecatedWidth, HasId, HasIdBindingAndRendered, HasTip, IsRendered, IterationTag, JspTag, Tag, TobagoBodyTagDeclaration, TobagoTagDeclaration
All Known Subinterfaces:
ToolBarTagDeclaration
All Known Implementing Classes:
PanelTag, ToolBarTag

public interface PanelTagDeclaration
extends TobagoBodyTagDeclaration, HasIdBindingAndRendered, HasDeprecatedDimension, HasTip

Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Method Summary
 void setMarkup(String markup)
          Indicate markup of this component.
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedHeight
setHeight
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 

Method Detail

setMarkup

void setMarkup(String markup)
Indicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.



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