org.apache.myfaces.tobago.component
Class UIPopup

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by org.apache.myfaces.tobago.component.UIPanel
                  extended by org.apache.myfaces.tobago.component.UIPopup
All Implemented Interfaces:
NamingContainer, StateHolder, AjaxComponent

public class UIPopup
extends UIPanel
implements NamingContainer


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIPanel
COMPONENT_FAMILY
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
UIPopup()
           
 
Method Summary
 String getHeight()
           
 String getLeft()
           
 String getTop()
           
 String getWidth()
           
 void processDecodes(FacesContext facesContext)
           
 void restoreState(FacesContext context, Object savedState)
           
 Object saveState(FacesContext context)
           
 void setHeight(String height)
           
 void setLeft(String left)
           
 void setParent(UIComponent uiComponent)
           
 void setTop(String top)
           
 void setWidth(String width)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UIPanel
encodeAjax, encodeBegin, encodeChildren, processAjax
 
Methods inherited from class javax.faces.component.UIPanel
getFamily
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UIPopup

public UIPopup()
Method Detail

processDecodes

public void processDecodes(FacesContext facesContext)
Overrides:
processDecodes in class UIComponentBase

setParent

public void setParent(UIComponent uiComponent)
Overrides:
setParent in class UIComponentBase

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIComponentBase

restoreState

public void restoreState(FacesContext context,
                         Object savedState)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UIComponentBase

getWidth

public String getWidth()

setWidth

public void setWidth(String width)

getHeight

public String getHeight()

setHeight

public void setHeight(String height)

getLeft

public String getLeft()

setLeft

public void setLeft(String left)

getTop

public String getTop()

setTop

public void setTop(String top)


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