Package org.adempiere.webui.process
Class GenerateModelParameterListener
java.lang.Object
org.adempiere.webui.process.GenerateModelParameterListener
- All Implemented Interfaces:
IProcessParameterListener
Parameter listener for generate model process
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onChange
(ProcessParameterPanel parameterPanel, String columnName, WEditor editor) on value change of parameter field editorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.adempiere.webui.apps.IProcessParameterListener
validate
-
Constructor Details
-
GenerateModelParameterListener
public GenerateModelParameterListener()
-
-
Method Details
-
onChange
Description copied from interface:IProcessParameterListener
on value change of parameter field editor- Specified by:
onChange
in interfaceIProcessParameterListener
columnName
- - for range parameter the To columnname is suffixed with _2
-