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

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, IsGridLayoutComponentBase, IsGridLayoutComponentWithDimension, IsGridLayoutContainer, IsRendered

public interface PopupTagDeclaration
extends HasIdBindingAndRendered, IsGridLayoutComponentWithDimension, IsGridLayoutContainer, HasMarkup, HasCurrentMarkup

Renders a popup panel. The popup gets a grid layout manager with columns="auto" and rows="auto" as definition. So a popup should contain only one layout component. The default layout manager can be overwritten with the layout facet.


Method Summary
 void setLeft(String left)
          This value will usually be set by the layout manager.
 void setModal(String modal)
           
 void setTop(String top)
          This value will usually be set by the layout manager.
 void setZIndex(String zIndex)
          Represents the visibility order of the popup.
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentWithDimension
setHeight, setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setVerticalIndex
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutContainer
setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setOverflowX, setOverflowY, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop
 
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

setModal

void setModal(String modal)

setLeft

void setLeft(String left)
This value will usually be set by the layout manager.

Specified by:
setLeft in interface IsGridLayoutComponentBase
Parameters:
left - The left position of this component.

setTop

void setTop(String top)
This value will usually be set by the layout manager.

Specified by:
setTop in interface IsGridLayoutComponentBase
Parameters:
top - The top position of this component.

setZIndex

void setZIndex(String zIndex)
Represents the visibility order of the popup. The renderer may implemented this visibility by the CSS z-index.

Parameters:
zIndex - The visibility order.


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