Uses of Class
org.adempiere.webui.panel.ADForm
-
-
Uses of ADForm in org.adempiere.webui
Methods in org.adempiere.webui that return ADForm Modifier and Type Method Description static ADForm
Extensions. getForm(String formId)
-
Uses of ADForm in org.adempiere.webui.apps.form
Subclasses of ADForm in org.adempiere.webui.apps.form Modifier and Type Class Description class
AddAuthorizationForm
IDEMPIERE-3101class
CompareCtxHelpSuggestion
class
CompareFieldSuggestion
class
MFARegisterForm
IDEMPIERE-4782class
WAttributeGrid
Product Attribute Table.class
WBOMDrop
class
WCreateFromForm
class
WFileImport
Fixed length file importclass
WGenForm
Generate custom form windowclass
WMergeUI
class
WPluginManager
A Custom Form to manage plugins in iDempiereclass
WSQLProcess
A Custom Form to specify and process SQL statements.Methods in org.adempiere.webui.apps.form that return ADForm Modifier and Type Method Description ADForm
WAllocation. getForm()
Called by org.adempiere.webui.panel.ADForm.openForm(int)ADForm
WArchiveViewer. getForm()
ADForm
WCharge. getForm()
ADForm
WFactReconcile. getForm()
ADForm
WInOutGen. getForm()
ADForm
WInvoiceGen. getForm()
ADForm
WMatch. getForm()
ADForm
WMerge. getForm()
ADForm
WPayPrint. getForm()
ADForm
WPaySelect. getForm()
ADForm
WProcessParameter. getForm()
ADForm
WReportCustomization. getForm()
ADForm
WResetPassword. getForm()
ADForm
WSetupWizard. getForm()
ADForm
WStatementCreateFromBatch. getForm()
ADForm
WTabEditor. getForm()
ADForm
WTreeBOM. getForm()
ADForm
WTreeMaintenance. getForm()
ADForm
WTrxMaterial. getForm()
-
Uses of ADForm in org.adempiere.webui.apps.graph
Subclasses of ADForm in org.adempiere.webui.apps.graph Modifier and Type Class Description class
WViewPI
-
Uses of ADForm in org.adempiere.webui.apps.wf
Subclasses of ADForm in org.adempiere.webui.apps.wf Modifier and Type Class Description class
WFEditor
class
WWFActivity
Direct port from WFActivity -
Uses of ADForm in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop that return ADForm Modifier and Type Method Description ADForm
DefaultDesktop. openForm(int formId)
ADForm
IDesktop. openForm(int formId)
ADForm
TabbedDesktop. openForm(int formId)
-
Uses of ADForm in org.adempiere.webui.factory
Methods in org.adempiere.webui.factory that return ADForm Modifier and Type Method Description ADForm
AnnotationBasedFormFactory. newFormInstance(String formName)
ADForm
DefaultFormFactory. newFormInstance(String formName)
ADForm
IFormFactory. newFormInstance(String formName)
ADForm
MappedFormFactory. newFormInstance(String formName)
-
Uses of ADForm in org.adempiere.webui.panel
Subclasses of ADForm in org.adempiere.webui.panel Modifier and Type Class Description class
CustomForm
class
WProcessParameterForm
class
WTabEditorForm
Methods in org.adempiere.webui.panel that return ADForm Modifier and Type Method Description ADForm
IFormController. getForm()
Called by org.adempiere.webui.panel.ADForm.openForm(int)static ADForm
ADForm. openForm(int adFormID)
Create a new form corresponding to the specified identifierstatic ADForm
ADForm. openForm(int formId, String predefinedContextVariables)
Open a form based on it's ID with the predefined context variables from menustatic ADForm
ADForm. openForm(int adFormID, GridTab gridTab)
Open a form base on it's IDstatic ADForm
ADForm. openForm(int adFormID, GridTab gridTab, ProcessInfo pi)
Open a form base on it's ID and a Process Info parametersstatic ADForm
ADForm. openForm(int adFormID, GridTab gridTab, ProcessInfo pi, String predefinedContextVariables, boolean isSOTrx)
Open a form base on it's ID and a Process Info parameters with the predefined context variables from menu
-