|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.MessagesTag
public class MessagesTag
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
MessagesTag()
|
|
| Method Summary | |
|---|---|
String |
getComponentType()
|
String |
getFor()
|
void |
release()
|
void |
setConfirmation(String confirmation)
Should the user confirm the message explicitly. |
void |
setFor(String forComponent)
Id of the component, this is related to. |
void |
setGlobalOnly(String globalOnly)
Flag indicating that only messages that are not associated to any particular UIComponent should be displayed. |
void |
setMaxNumber(String maxNumber)
Sets the maximum number of messages to show. |
void |
setMaxSeverity(String maxSeverity)
Sets the maximum severity to be shown. |
void |
setMinSeverity(String minSeverity)
Sets the mininum severity to be shown. |
void |
setOrderBy(String orderBy)
Sets the order of the messages. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setShowDetail(String showDetail)
Flag indicating whether the detail should be included |
void |
setShowSummary(String showSummary)
Flag indicating whether the summary should be included |
| Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
|---|
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
|---|
setId |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding |
|---|
setBinding |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered |
|---|
setRendered |
| Constructor Detail |
|---|
public MessagesTag()
| Method Detail |
|---|
public String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class TobagoTagpublic void release()
release in interface Tagrelease in class TobagoTagpublic String getFor()
public void setFor(String forComponent)
HasFor
setFor in interface HasForpublic void setGlobalOnly(String globalOnly)
MessagesTagDeclaration
setGlobalOnly in interface MessagesTagDeclarationpublic void setShowSummary(String showSummary)
MessagesTagDeclaration
setShowSummary in interface MessagesTagDeclarationpublic void setShowDetail(String showDetail)
MessagesTagDeclaration
setShowDetail in interface MessagesTagDeclarationpublic void setMinSeverity(String minSeverity)
MessagesTagDeclaration
setMinSeverity in interface MessagesTagDeclarationpublic void setMaxSeverity(String maxSeverity)
MessagesTagDeclaration
setMaxSeverity in interface MessagesTagDeclarationpublic void setMaxNumber(String maxNumber)
MessagesTagDeclaration
setMaxNumber in interface MessagesTagDeclarationpublic void setOrderBy(String orderBy)
MessagesTagDeclaration
setOrderBy in interface MessagesTagDeclarationpublic void setConfirmation(String confirmation)
MessagesTagDeclaration
setConfirmation in interface MessagesTagDeclaration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||