Package org.openntf.domino

Examples of org.openntf.domino.Form


   *
   * @see org.openntf.domino.ext.Document#getForm()
   */
  @Override
  public Form getForm() {
    Form result = null;
    if (!getFormName().isEmpty()) {
      result = getParentDatabase().getForm(getFormName());
    }
    return result;
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.Form

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.