Modifier and Type | Class and Description |
---|---|
class |
AbstractMessage
The <r:message> component renders a single FacesMessage message instance added for the component.
|
class |
UIMessage
The <r:message> component renders a single FacesMessage message instance added for the component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessages
The <r:messages> components works similarly to the <r:message> component, but can display all
the validation messages added for the current view instead of just a single message.
|
class |
UIMessages
The <r:messages> components works similarly to the <r:message> component, but can display all
the validation messages added for the current view instead of just a single message.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifyMessage
The <r:notifyMessage> component is built on top of <r:notify>, the difference is in usage.
|
class |
UINotifyMessage
The <r:notifyMessage> component is built on top of <r:notify>, the difference is in usage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifyMessages
The <r:notifyMessages> component is the same as the <r:notifyMessage> component, but each of
the available messages generates one notification.
|
class |
UINotifyMessages
The <r:notifyMessages> component is the same as the <r:notifyMessage> component, but each of
the available messages generates one notification.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFocus
Focus component allows to set focus based on validation of components or alternatively it can preserve focus on currently
focused form input.
|
class |
UIFocus
Focus component allows to set focus based on validation of components or alternatively it can preserve focus on currently
focused form input.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputPanel
The <r:outputPanel> component is used to group together components in to update them as a whole, rather than having
to specify the components individually.
|
class |
UIOutputPanel
The <r:outputPanel> component is used to group together components in to update them as a whole, rather than having
to specify the components individually.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.