Exemplo n.º 1
0
  /** @return the view */
  View getView() {
    // return the custom view if one exists
    if (null != this.customView) {
      return this.customView;
    }

    // if already setup return the view
    if (null == this.croutonView) {
      initializeCroutonView();
    }

    return croutonView;
  }