Class ChildTagAppendListener.Event

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

public static class ChildTagAppendListener.Event extends Object
  • Constructor Details

  • Method Details

    • getAppendedChildTag

      public AbstractHtml getAppendedChildTag()
      Returns:
      the appendedChildTag
    • setAppendedChildTag

      public void setAppendedChildTag(AbstractHtml appendedChildTag)
      Parameters:
      appendedChildTag - the appendedChildTag to set
    • getParentTag

      public AbstractHtml getParentTag()
      Returns:
      the parentTag
    • setParentTag

      public void setParentTag(AbstractHtml parentTag)
      Parameters:
      parentTag - the parentTag to set
    • getAppendedChildrenTags

      public Collection<? extends AbstractHtml> getAppendedChildrenTags()
      Returns:
      the appendedChildrenTags
    • setAppendedChildrenTags

      public void setAppendedChildrenTags(Collection<AbstractHtml> appendedChildrenTags)
      Parameters:
      appendedChildrenTags - the appendedChildrenTags to set