Html5 Support for Apache MyFaces
Project Documentation
Foundation

Summary

Tag name: <fx:effectTransform>
UIComponent class: org.apache.myfaces.html5.component.effect.EffectTransform
Tag class: org.apache.myfaces.html5.tag.effect.EffectTransformTag
Component type: org.apache.myfaces.html5.EffectTransform
Component family: org.apache.myfaces.EffectTransform
Renderer type: org.apache.myfaces.html5.EffectTransform
Renderer class: org.apache.myfaces.html5.renderkit.effect.EffectTransformRenderer

Convenience component for CSS transformation functions. Any number of the transforms can be used at once.

Attributes

Name Type Supports EL? Description
binding org.apache.myfaces.html5.component.effect.EffectTransform Only EL Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.
id String Yes Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
rendered boolean Yes A boolean value that indicates whether this component should be rendered. Default value: true.
rotate String Yes Angle to rotate the ClientBehaviorHolder. Value can be in:
  • deg: degrees (e.g. 90deg)
  • grad: grads
  • rad: radians
  • turn: turns (e.g. 0.5turn)
scaleX Double Yes Value to scale the ClientBehaviorHolder in X axis.
Value must be positive.
scaleY Double Yes Value to scale the ClientBehaviorHolder in Y axis.
Value must be positive.
skewX String Yes Angle to skew the ClientBehaviorHolder in X axis. Value can be in:
  • deg: degrees (e.g. 90deg)
  • grad: grads
  • rad: radians
  • turn: turns (e.g. 0.5turn)
skewY String Yes Angle to skew the ClientBehaviorHolder in Y axis. Value can be in:
  • deg: degrees (e.g. 90deg)
  • grad: grads
  • rad: radians
  • turn: turns (e.g. 0.5turn)
translateX Double Yes Pixel value to translate the ClientBehaviorHolder in X axis.
translateY Double Yes Pixel value to translate the ClientBehaviorHolder in Y axis.