Class Widget

    • Constructor Summary

      Constructors 
      Constructor Description
      Widget()
      Default constructor.
      Widget​(org.w3c.dom.Element widgetElem)
      Constructor with XML element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void parseElement​(org.w3c.dom.Element childElem)
      Parse the child element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Widget

        public Widget()
        Default constructor.
      • Widget

        public Widget​(org.w3c.dom.Element widgetElem)
               throws ParseException
        Constructor with XML element.
           <widgetType>
              <paramName>value</paramName>
           </widgetType>
         
        Parameters:
        widgetElem - widget root element
        Throws:
        ParseException - throw if a parsing error occurs
    • Method Detail

      • parseElement

        protected void parseElement​(org.w3c.dom.Element childElem)
                             throws ParseException
        Parse the child element.
        Parameters:
        childElem - a child element of widget element
        Throws:
        ParseException - throw if a parsing error occurs