org.apache.myfaces.tobago.component
Class UIPopup
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.apache.myfaces.tobago.component.UIPanelBase
org.apache.myfaces.tobago.component.UIPopup
- All Implemented Interfaces:
- NamingContainer, StateHolder, AjaxComponent
public class UIPopup
- extends UIPanelBase
- implements NamingContainer, AjaxComponent
| 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 |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UIPopup
public UIPopup()
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 IOException
- Overrides:
encodeBegin in class UIPanelBase
- Throws:
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 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)
isModal
public boolean isModal()
setModal
public void setModal(boolean modal)
encodeEnd
public void encodeEnd(FacesContext context)
throws IOException
- Overrides:
encodeEnd in class UIComponentBase
- Throws:
IOException
encodeAjax
public void encodeAjax(FacesContext facesContext)
throws IOException
- Specified by:
encodeAjax in interface AjaxComponent- Overrides:
encodeAjax in class UIPanelBase
- Throws:
IOException
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.