示例#1
0
  @Override
  public boolean performCancel() {
    if (!noContentOnPage && displayedConfig) forEach(ICPropertyTab.CANCEL);

    CDTPropertyManager.performCancel(this);

    return true;
  }