Class SpanHandler

java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.tobago.facelets.GridLayoutConstraintHandler
org.apache.myfaces.tobago.facelets.SpanHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

@Deprecated public class SpanHandler extends GridLayoutConstraintHandler
Deprecated.
since 4.0.0. Please use GridLayoutConstraintHandler
Since:
3.0.0
  • Field Summary

    Fields inherited from class javax.faces.view.facelets.TagHandler

    nextHandler, tag, tagId
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpanHandler(javax.faces.view.facelets.TagConfig config)
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.apache.myfaces.tobago.facelets.GridLayoutConstraintHandler

    apply

    Methods inherited from class javax.faces.view.facelets.TagHandler

    getAttribute, getRequiredAttribute, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpanHandler

      public SpanHandler(javax.faces.view.facelets.TagConfig config)
      Deprecated.