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

All Superinterfaces:
HasDimension, HasHeight, HasId, HasWidth, IsRendered

public interface PopupTagDeclaration
extends HasId, IsRendered, HasDimension

Renders a popup panel.


Method Summary
 void setLeft(String left)
           
 void setModal(String modal)
           
 void setTop(String top)
           
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
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-2008 Apache Software Foundation. All Rights Reserved.