org.apache.myfaces.tobago.internal.component
Class AbstractUIMessages

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIMessages
              extended by org.apache.myfaces.tobago.internal.component.AbstractUIMessages
All Implemented Interfaces:
javax.faces.component.StateHolder, Configurable, LayoutBase, LayoutComponent
Direct Known Subclasses:
UIMessages

public abstract class AbstractUIMessages
extends javax.faces.component.UIMessages
implements LayoutComponent


Nested Class Summary
static class AbstractUIMessages.Item
           
static class AbstractUIMessages.ItemComparator
           
static class AbstractUIMessages.OrderBy
           
 
Field Summary
 
Fields inherited from class javax.faces.component.UIMessages
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
AbstractUIMessages()
           
 
Method Summary
 List<AbstractUIMessages.Item> createMessageList(javax.faces.context.FacesContext facesContext)
           
abstract  String getFor()
           
abstract  Integer getMaxNumber()
           
abstract  javax.faces.application.FacesMessage.Severity getMaxSeverity()
           
abstract  javax.faces.application.FacesMessage.Severity getMinSeverity()
           
abstract  AbstractUIMessages.OrderBy getOrderBy()
           
 
Methods inherited from class javax.faces.component.UIMessages
getFamily, isGlobalOnly, isShowDetail, isShowSummary, restoreState, saveState, setGlobalOnly, setShowDetail, setShowSummary
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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.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
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getCurrentMarkup, getRendererType
 

Constructor Detail

AbstractUIMessages

public AbstractUIMessages()
Method Detail

createMessageList

public List<AbstractUIMessages.Item> createMessageList(javax.faces.context.FacesContext facesContext)

getMinSeverity

public abstract javax.faces.application.FacesMessage.Severity getMinSeverity()

getMaxSeverity

public abstract javax.faces.application.FacesMessage.Severity getMaxSeverity()

getMaxNumber

public abstract Integer getMaxNumber()

getOrderBy

public abstract AbstractUIMessages.OrderBy getOrderBy()

getFor

public abstract String getFor()


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