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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonChange(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, waitMethods inherited from interface org.adempiere.webui.apps.IProcessParameterListener
onInit, validate
-
Constructor Details
-
GenerateModelParameterListener
public GenerateModelParameterListener()
-
-
Method Details
-
onChange
Description copied from interface:IProcessParameterListenerOn value change of parameter field editor- Specified by:
onChangein interfaceIProcessParameterListenercolumnName- - for range parameter the To columnname is suffixed with _2
-