OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.Form

Packages that use Form
com.oberon.client.common   
com.oberon.ooql.sdk   
 

Uses of Form in com.oberon.client.common
 

Methods in com.oberon.client.common with parameters of type Form
static org.eclipse.swt.custom.ScrolledComposite Forms.createForm(org.eclipse.swt.widgets.Composite parent, java.lang.String actionPage, ObjectBase objlink, Form form, ApplicationRequest request)
          Generates the SWT form panel according to the OBEROn Form definition and the object/link values
static org.eclipse.swt.custom.ScrolledComposite Forms.createSearchForm(org.eclipse.swt.widgets.Composite parent, java.lang.String actionPage, Form form, ApplicationRequest request)
          Generates the SWT search form panel according to the OBEROn Form definition
static java.lang.String Forms.getFormHTMLName(Form form)
          Gets the form name removing the spaces and the '-' char
static java.lang.String Forms.saveFormData(java.lang.String forwardPage, ObjectBase objlink, Form form, ApplicationRequest request)
          Update the object/link fields
static java.lang.String Forms.searchObjects(Form form, ApplicationRequest request)
          Perform the search process according to the search filters
 

Uses of Form in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return Form
 Form Item.getForm()
          Get the related Form
static Form Form.open(java.lang.String name, Framework framework, java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
          Open an administrative object and read properties from the database or retrieve them from memory
 

Methods in com.oberon.ooql.sdk with parameters of type Form
 java.lang.String Form.compareUpdate(Form refForm, boolean checkImage, boolean overwrite, boolean force, Framework framework)
          Return/apply the OOQL command to update this Form object and let it become equals to another reference object.
 void Item.setForm(Form form)
          Link the Item with the related Form
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.