Class HTMLTool.Area

  • Enclosing class:
    HTMLTool

    public static class HTMLTool.Area
    extends java.lang.Object
    Area data structure to be used with area manipulation APIs
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.StringBuilder content
      Content
      FieldArea fieldArea
      FieldArea
      java.lang.String iconURL
      Icon URL
      java.lang.String id
      Technical DOM Id based on area or tab position
      java.lang.String name
      Functional DOM Id based on area name or view name
      ObjectDB object
      Object
      java.lang.String title
      Title
      boolean visible
      Visibility
    • Constructor Summary

      Constructors 
      Constructor Description
      Area()  
      Area​(java.lang.String id, java.lang.String title, java.lang.String content, ObjectDB object, boolean visible, FieldArea fieldArea)
      Constructor
      Area​(java.lang.String formName, java.lang.String areaName, java.lang.String title, java.lang.String content, ObjectDB object, boolean visible, FieldArea fa)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HTMLTool.Area append​(java.lang.String content, boolean bringVisible)
      Add a content to the area
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public java.lang.String id
        Technical DOM Id based on area or tab position
      • name

        public java.lang.String name
        Functional DOM Id based on area name or view name
      • title

        public java.lang.String title
        Title
      • content

        public java.lang.StringBuilder content
        Content
      • fieldArea

        public FieldArea fieldArea
        FieldArea
      • visible

        public boolean visible
        Visibility
      • iconURL

        public java.lang.String iconURL
        Icon URL
    • Constructor Detail

      • Area

        public Area()
      • Area

        public Area​(java.lang.String id,
                    java.lang.String title,
                    java.lang.String content,
                    ObjectDB object,
                    boolean visible,
                    FieldArea fieldArea)
        Constructor
        Parameters:
        id - DOM Id
        title - Title
        content - Content
        object - Business object
        visible - Display the area or not
        fieldArea - Optional field area
      • Area

        public Area​(java.lang.String formName,
                    java.lang.String areaName,
                    java.lang.String title,
                    java.lang.String content,
                    ObjectDB object,
                    boolean visible,
                    FieldArea fa)
        Constructor
        Parameters:
        formName - Form name
        areaName - Area name
        title - Title
        content - Content
        object - Business object
        visible - Display the area or not
        fa - Optional field area
    • Method Detail

      • append

        public HTMLTool.Area append​(java.lang.String content,
                                    boolean bringVisible)
        Add a content to the area
        Parameters:
        content - HTML content
        bringVisible - Force the content to be visible