Beispiel #1
0
 /**
  * This constructor may be used by subclasses to explicitly use an existing element. This element
  * must be a <select> element.
  *
  * @param element the element to be used
  */
 protected ListBox(Element element) {
   super(element);
   SelectElement.as(element);
 }