Uses of Class
org.omnifaces.component.script.ScriptFamily
Packages that use ScriptFamily
-
Uses of ScriptFamily in org.omnifaces.cdi.push
Subclasses of ScriptFamily in org.omnifaces.cdi.pushModifier and TypeClassDescriptionclassThe<o:socket>is anUIComponentwhith opens an one-way (server to client) web socket based push connection in client side which can be reached from server side viaPushContextinterface injected in any CDI/container managed artifact via@Pushannotation. -
Uses of ScriptFamily in org.omnifaces.component.script
Subclasses of ScriptFamily in org.omnifaces.component.scriptModifier and TypeClassDescriptionclassThe<o:deferredScript>is a component based on the standard<h:outputScript>which defers the loading of the given script resource to the window load event.classThe<o:highlight>is a helper component which highlights all invalidUIInputcomponents and the associated labels by adding an error style class to them.classThe<o:onloadScriptis a component that extends the standard<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.