コード例 #1
0
 /** Update the UI. */
 protected void update() {
   // Either the form content is available or it will be computed
   // asynchronously.
   if (isOverviewVisible) {
     // We already have the content to display.
     buildIframeAndInsertIt(myProcess.getApplicationUrl());
   } else {
     mySecondRowPanel.clear();
   }
 }