org.apache.myfaces.custom.inputAjax
Class HtmlMessage

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIMessage
              extended by javax.faces.component.html.HtmlMessage
                  extended by org.apache.myfaces.component.html.ext.AbstractHtmlMessage
                      extended by org.apache.myfaces.component.html.ext.HtmlMessage
                          extended by org.apache.myfaces.custom.inputAjax.HtmlMessage
All Implemented Interfaces:
javax.faces.component.StateHolder, org.apache.myfaces.component.EventAware, org.apache.myfaces.component.ForceIdAware, org.apache.myfaces.component.html.ext.MessageProperties, org.apache.myfaces.component.UniversalProperties, org.apache.myfaces.component.UserRoleAware

public class HtmlMessage
extends org.apache.myfaces.component.html.ext.HtmlMessage

MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute


Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Fields inherited from class org.apache.myfaces.component.html.ext.HtmlMessage
COMPONENT_FAMILY
 
Fields inherited from interface org.apache.myfaces.component.UserRoleAware
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR
 
Constructor Summary
HtmlMessage()
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlMessage
getDetailFormat, getDir, getEnabledOnUserRole, getFamily, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getSummaryFormat, getTitle, getVisibleOnUserRole, isForceId, isForceIdIndex, isForceSpan, isReplaceIdWithLabel, restoreState, saveState, setDetailFormat, setDir, setEnabledOnUserRole, setForceId, setForceIdIndex, setForceSpan, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setReplaceIdWithLabel, setSummaryFormat, setTitle, setVisibleOnUserRole
 
Methods inherited from class org.apache.myfaces.component.html.ext.AbstractHtmlMessage
getClientId, getForceSpan, isRendered
 
Methods inherited from class javax.faces.component.html.HtmlMessage
getErrorClass, getErrorStyle, getFatalClass, getFatalStyle, getInfoClass, getInfoStyle, getStyle, getStyleClass, getWarnClass, getWarnStyle, isTooltip, setErrorClass, setErrorStyle, setFatalClass, setFatalStyle, setInfoClass, setInfoStyle, setStyle, setStyleClass, setTooltip, setWarnClass, setWarnStyle
 
Methods inherited from class javax.faces.component.UIMessage
getFor, isShowDetail, isShowSummary, setFor, setShowDetail, setShowSummary
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

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

DEFAULT_RENDERER_TYPE

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

HtmlMessage

public HtmlMessage()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.