Class | Description |
---|---|
CommandScript |
CommandScript is an extension to
<h:commandXxx> which generates a JavaScript
function in the global JavaScript scope which allows the end-user to execute a JSF ajax request by just a function
call functionName() in the JavaScript context. |
DeferredScript |
DeferredScript is a component which defers the loading of the given script resource to the window
load event.
|
Highlight |
Highlight is a helper component which highlights all invalid
UIInput components and the
associated labels by adding an error style class to them. |
OnloadScript |
OnloadScript is an extension to
<h:outputScript> which will be executed in the
end of the HTML body (thus when all HTML elements are initialized in the HTML DOM tree) and will re-execute its
script body on every ajax request. |
ScriptFamily |
Base class which is to be shared between all components of the Script family.
|