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.UIPanelBase
                  extended by org.apache.myfaces.tobago.component.UIPopup
All Implemented Interfaces:
NamingContainer, StateHolder, AjaxComponent

public class UIPopup
extends UIPanelBase
implements NamingContainer, AjaxComponent


Field Summary
static java.lang.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
 void encodeAjax(FacesContext facesContext)
           
 void encodeBegin(FacesContext facesContext)
           
 void encodeEnd(FacesContext context)
           
 java.lang.String getHeight()
           
 java.lang.String getLeft()
           
 java.lang.String getTop()
           
 java.lang.String getWidth()
           
 boolean isModal()
           
 boolean isRendered()
           
 void processDecodes(FacesContext facesContext)
           
 void processUpdates(FacesContext context)
           
 void processValidators(FacesContext context)
           
 void restoreState(FacesContext context, java.lang.Object savedState)
           
 java.lang.Object saveState(FacesContext context)
           
 void setActivated(boolean activated)
           
 void setHeight(java.lang.String height)
           
 void setLeft(java.lang.String left)
           
 void setModal(boolean modal)
           
 void setParent(UIComponent uiComponent)
           
 void setTop(java.lang.String top)
           
 void setWidth(java.lang.String width)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UIPanelBase
encodeChildren, processAjax
 
Methods inherited from class javax.faces.component.UIPanel
getFamily
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processRestoreState, processSaveState, 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
 
Methods inherited from interface org.apache.myfaces.tobago.ajax.api.AjaxComponent
processAjax
 

Field Detail

COMPONENT_TYPE

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

UIPopup

public UIPopup()
Method Detail

setActivated

public void setActivated(boolean activated)

processDecodes

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

isRendered

public boolean isRendered()
Overrides:
isRendered in class UIComponentBase

encodeBegin

public void encodeBegin(FacesContext facesContext)
                 throws java.io.IOException
Overrides:
encodeBegin in class UIPanelBase
Throws:
java.io.IOException

processValidators

public void processValidators(FacesContext context)
Overrides:
processValidators in class UIComponentBase

processUpdates

public void processUpdates(FacesContext context)
Overrides:
processUpdates in class UIComponentBase

setParent

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

saveState

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

restoreState

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

getWidth

public java.lang.String getWidth()

setWidth

public void setWidth(java.lang.String width)

getHeight

public java.lang.String getHeight()

setHeight

public void setHeight(java.lang.String height)

getLeft

public java.lang.String getLeft()

setLeft

public void setLeft(java.lang.String left)

getTop

public java.lang.String getTop()

setTop

public void setTop(java.lang.String top)

isModal

public boolean isModal()

setModal

public void setModal(boolean modal)

encodeEnd

public void encodeEnd(FacesContext context)
               throws java.io.IOException
Overrides:
encodeEnd in class UIComponentBase
Throws:
java.io.IOException

encodeAjax

public void encodeAjax(FacesContext facesContext)
                throws java.io.IOException
Specified by:
encodeAjax in interface AjaxComponent
Overrides:
encodeAjax in class UIPanelBase
Throws:
java.io.IOException


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