Package org.adempiere.webui.process
Class CreateTableParameterListener
java.lang.Object
org.adempiere.webui.process.CreateTableParameterListener
- All Implemented Interfaces:
IProcessParameterListener
Parameter listener for create table 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
-
CreateTableParameterListener
public CreateTableParameterListener()
-
-
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
-