K
- type of transition keypublic interface ScriptTransitionFactory<K>
TransitionFactory
s
that need to add additional CSS and ECMAScript to the html of a transition.
Only has any effect in the html context
form.WebappHeadTag
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getAdditionalCSS(K key) |
java.util.Set<java.lang.String> |
getAdditionalScript(K key) |