org.apache.myfaces.tobago.internal.component
Class AbstractUIWizard
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase
org.apache.myfaces.tobago.internal.component.AbstractUIPanel
org.apache.myfaces.tobago.internal.component.AbstractUIWizard
- All Implemented Interfaces:
- javax.faces.component.StateHolder, OnComponentCreated, OnComponentPopulated, Configurable, LayoutBase, LayoutBox, LayoutComponent, LayoutContainer
- Direct Known Subclasses:
- UIWizard
public abstract class AbstractUIWizard
- extends AbstractUIPanel
- implements OnComponentCreated
| Fields inherited from class javax.faces.component.UIPanel |
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
bindings |
| Methods inherited from class javax.faces.component.UIPanel |
getFamily |
| Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| 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.layout.LayoutBox |
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
| Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent |
getColumnSpan, getDisplay, getHorizontalIndex, getRowSpan, getVerticalIndex, isRendered, setColumnSpan, setDisplay, setHorizontalIndex, setRowSpan, setVerticalIndex |
| Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase |
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
AbstractUIWizard
public AbstractUIWizard()
processDecodes
public void processDecodes(javax.faces.context.FacesContext facesContext)
- Overrides:
processDecodes in class javax.faces.component.UIComponentBase
decode
public void decode(javax.faces.context.FacesContext facesContext)
- Overrides:
decode in class javax.faces.component.UIComponentBase
queueEvent
public void queueEvent(javax.faces.event.FacesEvent event)
- Overrides:
queueEvent in class javax.faces.component.UIComponentBase
broadcast
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
- Overrides:
broadcast in class javax.faces.component.UIComponentBase
- Throws:
javax.faces.event.AbortProcessingException
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext)
throws IOException
- Overrides:
encodeBegin in class AbstractUIPanel
- Throws:
IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext)
throws IOException
- Overrides:
encodeEnd in class AbstractUIPanel
- Throws:
IOException
onComponentCreated
public void onComponentCreated(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent)
- Specified by:
onComponentCreated in interface OnComponentCreated
saveState
public Object saveState(javax.faces.context.FacesContext facesContext)
- Specified by:
saveState in interface javax.faces.component.StateHolder- Overrides:
saveState in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
Object state)
- Specified by:
restoreState in interface javax.faces.component.StateHolder- Overrides:
restoreState in class javax.faces.component.UIComponentBase
getController
public Wizard getController()
setController
public void setController(Wizard controller)
getVar
public String getVar()
setVar
public void setVar(String var)
getOutcome
public String getOutcome()
setOutcome
public void setOutcome(String outcome)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
isAllowJumpForward
public boolean isAllowJumpForward()
setAllowJumpForward
public void setAllowJumpForward(Boolean allowJumpForward)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.