public class MessagesComponentHandler extends PanelComponent
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected LocaleManager |
localeManager
The locale manager.
|
protected int |
width |
Constructor and Description |
---|
MessagesComponentHandler() |
afterRenderComponent, beforeRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
protected int width
protected int height
protected LocaleManager localeManager
public int getWidth()
getWidth
in class PanelComponent
public void setWidth(int width)
public int getHeight()
getHeight
in class PanelComponent
public void setHeight(int height)
public List getMessagesToDisplay()
public void setMessagesToDisplay(List messagesToDisplay)
public List getWarningsToDisplay()
public void setWarningsToDisplay(List warningsToDisplay)
public List getErrorsToDisplay()
public void setErrorsToDisplay(List errorsToDisplay)
public List getMessagesParameters()
public void setMessagesParameters(List messagesParameters)
public List getWarningsParameters()
public void setWarningsParameters(List warningsParameters)
public List getErrorsParameters()
public void setErrorsParameters(List errorsParameters)
public String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
public String getI18nBundle()
public void setI18nBundle(String i18nBundle)
public boolean isClearAfterRender()
public void setClearAfterRender(boolean clearAfterRender)
public String getMessagesComponentFormatter()
public void setMessagesComponentFormatter(String messagesComponentFormatter)
public void clearAll()
public void addMessage(String message)
public void addWarning(String message)
public void addError(String message)
protected boolean isValidMessage(String message)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.