Interface ReplaceListener

All Superinterfaces:
Serializable

public interface ReplaceListener extends Serializable
Since:
3.0.7
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    replacedWith(AbstractHtml parentTag, AbstractHtml replacingTag, ReplaceListener.Event... events)
    Tags insertedTags inserted before tag beforeTag having parent parentTag.
  • Method Details

    • replacedWith

      void replacedWith(AbstractHtml parentTag, AbstractHtml replacingTag, ReplaceListener.Event... events)
      Tags insertedTags inserted before tag beforeTag having parent parentTag.
      Parameters:
      parentTag -
      replacingTag -
      events -
      Since:
      3.0.7