/** * 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(); }
/** This information is used by UIPages to enable or disable the next button. */ public boolean isValid() { return uiElement.isValid(); }