Attributes |
Name | Required | Request-time | Type | Description |
activeLabel | no | false | java.lang.String | Label to be displayed on the submitMonitor while a submit is in progress. |
autoCenter | no | false | java.lang.Boolean | When blockUI is enabled, and this property is true, the submitMonitor will display centered over the translucent overlay. Default = 'true'. |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
blockUI | no | false | java.lang.String | When enabled, display a translucent overlay on a portion of the window, and only show the submitMonitor UI when the connection is not idle and a submit is underway. This property specifies on what portion of the window to show the overlay: "@all" means the whole document body, "@source" means only over the component that originated the request, or a for style component search string may be given to specify a component. Finally, "@none" means to disable the overlay and have the submitMonitor UI always present where it has been placed in the page. Default = '@all'. |
for | no | false | java.lang.String | Specify space separated list of components, by their for property format search strings, so that those components and, recursively, all of their children, will be monitored by this component when they act as the source for submits. When this property is empty or unspecified, this component will monitor all submits from all sources. This property allows for different submitMonitor components to co-exist on a page, and each monitor different, non-overlapping, regions of the page, and be shown with their own unique labels etc. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
idleLabel | no | false | java.lang.String | Label to be displayed on the submitMonitor when no submit is in progress. This is only shown if blockUI="@none", since with the popup cases, the submitMonitor is not shown when idle. |
networkErrorLabel | no | false | java.lang.String | Label to be displayed on the submitMonitor when there is a network error. |
preload | no | false | java.lang.Boolean | When using images to indicate a server or network error, they may need to be preloaded while the server is still accessible. This preloads theme images when facets are not used. Default = 'true'. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
serverErrorLabel | no | false | java.lang.String | Label to be displayed on the submitMonitor when there is a server error. |
sessionExpiredLabel | no | false | java.lang.String | Label to be displayed on the submitMonitor when the session is expired. |
styleClass | no | false | java.lang.String | Style class of the container element. |