Class CreatedTag


  • public class CreatedTag
    extends Object
    Created tag
    • Constructor Detail

      • CreatedTag

        public CreatedTag()
        Create an empty instance
      • CreatedTag

        public CreatedTag​(Tag tag,
                          String html)
        Create an instance with tag and html code
        Parameters:
        tag - tag
        html - rendered tag
    • Method Detail

      • getTag

        public Tag getTag()
        Tag object
        Returns:
        tag object
      • getHtml

        public String getHtml()
        Tag rendered in edit mode
        Returns:
        rendered tag
      • setTag

        public void setTag​(Tag tag)
        Set the tag
        Parameters:
        tag - tag
      • setHtml

        public void setHtml​(String html)
        Set the html code
        Parameters:
        html - html code