示例#1
0
 /**
  * This method will invoke the getValues on UIElement (group Element), which in turn will invoke
  * the getValues on the UIElement (widgets). This returns an HashMap of Values.
  */
 public Map<String, String> getPageData() {
   return uiElement.getValues();
 }
示例#2
0
 /** This information is used by UIPages to enable or disable the next button. */
 public boolean isValid() {
   return uiElement.isValid();
 }