org.apache.myfaces.tobago.internal.component
Class AbstractUIPage
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIForm
org.apache.myfaces.tobago.internal.component.AbstractUIForm
org.apache.myfaces.tobago.internal.component.AbstractUIPage
- All Implemented Interfaces:
- EventListener, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.UniqueIdVendor, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, DeprecatedDimension, Form, OnComponentPopulated, Configurable, LayoutBase, LayoutBox, LayoutContainer
- Direct Known Subclasses:
- UIPage
public abstract class AbstractUIPage
- extends AbstractUIForm
- implements OnComponentPopulated, LayoutContainer, DeprecatedDimension
Fields inherited from class javax.faces.component.UIForm |
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Fields inherited from interface javax.faces.component.NamingContainer |
SEPARATOR_CHAR |
Methods inherited from class javax.faces.component.UIForm |
createUniqueId, getContainerClientId, getFamily, isPrependId, isSubmitted, saveState, setPrependId, visitTree |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, initialStateMarked, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
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.LayoutBase |
getCurrentHeight, getCurrentWidth, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, 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
FORM_ACCEPT_CHARSET
public static final String FORM_ACCEPT_CHARSET
- See Also:
- Constant Field Values
AbstractUIPage
public AbstractUIPage()
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class javax.faces.component.UIComponentBase
getFormId
public String getFormId(javax.faces.context.FacesContext facesContext)
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext)
throws IOException
- Overrides:
encodeBegin
in class javax.faces.component.UIComponentBase
- Throws:
IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext)
throws IOException
- Overrides:
encodeChildren
in class javax.faces.component.UIComponentBase
- Throws:
IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext)
throws IOException
- Overrides:
encodeEnd
in class javax.faces.component.UIComponentBase
- Throws:
IOException
processDecodes
public void processDecodes(javax.faces.context.FacesContext context)
- Overrides:
processDecodes
in class AbstractUIForm
processValidators
public void processValidators(javax.faces.context.FacesContext context)
- Overrides:
processValidators
in class AbstractUIForm
processUpdates
public void processUpdates(javax.faces.context.FacesContext context)
- Overrides:
processUpdates
in class AbstractUIForm
markSubmittedForm
public void markSubmittedForm(javax.faces.context.FacesContext facesContext)
updatePageState
@Deprecated
public void updatePageState(javax.faces.context.FacesContext facesContext)
- Deprecated. PageState is deprecated since 1.5.0
getPageState
@Deprecated
public PageState getPageState(javax.faces.context.FacesContext facesContext)
- Deprecated. PageState is deprecated since 1.5.0
getActionId
public String getActionId()
setActionId
public void setActionId(String actionId)
getActionPosition
public Box getActionPosition()
setActionPosition
public void setActionPosition(Box actionPosition)
getDefaultActionId
public String getDefaultActionId()
- Deprecated. since 1.5.7 and 2.0.0
setDefaultActionId
public void setDefaultActionId(String defaultActionId)
- Deprecated. since 1.5.7 and 2.0.0
onComponentPopulated
public void onComponentPopulated(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent parent)
- Specified by:
onComponentPopulated
in interface OnComponentPopulated
getComponents
public List<LayoutComponent> getComponents()
- Specified by:
getComponents
in interface LayoutContainer
getLayoutManager
public LayoutManager getLayoutManager()
- Specified by:
getLayoutManager
in interface LayoutContainer
setLayoutManager
public void setLayoutManager(LayoutManager layoutManager)
- Specified by:
setLayoutManager
in interface LayoutContainer
isLayoutChildren
public boolean isLayoutChildren()
- Description copied from interface:
LayoutContainer
- Should the children of the this component be laid out from the given layout manager.
- Specified by:
isLayoutChildren
in interface LayoutContainer
getWidth
public abstract Measure getWidth()
- Specified by:
getWidth
in interface DeprecatedDimension
- Specified by:
getWidth
in interface LayoutBase
getHeight
public abstract Measure getHeight()
- Specified by:
getHeight
in interface DeprecatedDimension
- Specified by:
getHeight
in interface LayoutBase
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.