Class ChildTagAppendListener.ChildMovedEvent

java.lang.Object
com.webfirmframework.wffweb.tag.html.listener.ChildTagAppendListener.ChildMovedEvent
Enclosing interface:
ChildTagAppendListener

public static class ChildTagAppendListener.ChildMovedEvent extends Object
  • Constructor Details

  • Method Details

    • getPreviousParentTag

      public AbstractHtml getPreviousParentTag()
    • setPreviousParentTag

      public void setPreviousParentTag(AbstractHtml previousParentTag)
    • getMovedChildTag

      public AbstractHtml getMovedChildTag()
    • setMovedChildTag

      public void setMovedChildTag(AbstractHtml movedChildTag)
    • getCurrentParentTag

      public AbstractHtml getCurrentParentTag()
    • setCurrentParentTag

      public void setCurrentParentTag(AbstractHtml currentParentTag)