Package org.adempiere.webui.component
Class WTableColumn.EditorProviderParameters
java.lang.Object
org.adempiere.webui.component.WTableColumn.EditorProviderParameters
- Enclosing class:
- WTableColumn
Parameters for editor provider
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEditorProviderParameters
(WListbox listbox, int rowIndex, int columnIndex, Object value) -
Method Summary
-
Field Details
-
listbox
-
rowIndex
public int rowIndex -
columnIndex
public int columnIndex -
value
-
-
Constructor Details
-
EditorProviderParameters
- Parameters:
listbox
-rowIndex
-columnIndex
-value
-
-