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

All Superinterfaces:
BodyTag, HasBinding, HasDimension, HasHeight, HasId, HasIdBindingAndRendered, HasWidth, IsRendered, IterationTag, JspTag, Tag, TobagoBodyTagDeclaration, TobagoTagDeclaration
All Known Implementing Classes:
PopupTag

public interface PopupTagDeclaration
extends TobagoBodyTagDeclaration, HasIdBindingAndRendered, HasDimension

Renders a popup panel.


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 setLeft(String left)
           
 void setModal(String modal)
           
 void setTop(String top)
           
 
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.HasWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasHeight
setHeight
 

Method Detail

setLeft

void setLeft(String left)

setTop

void setTop(String top)

setModal

void setModal(String modal)


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