Package | Description |
---|---|
org.omnifaces.component.script |
Modifier and Type | Class and Description |
---|---|
class |
DeferredScript
The
<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. |
class |
Highlight
The
<o:highlight> is a helper component which highlights all invalid UIInput components
and the associated labels by adding an error style class to them. |
class |
OnloadScript
The
<o:onloadScript is 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. |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
ScriptFamily.moveToBody(ComponentSystemEvent event,
ScriptFamily component)
Move the given ScriptFamily component to end of body and returns
true if done so. |
Copyright © 2012–2016 OmniFaces. All rights reserved.