DPO - Type of data in the text editor.Object.public class JTableTextEditorValueProvider<DPO> extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<DPO>
DataProvider,
JTable,
JTable.getCellEditor()| Constructor and Description |
|---|
JTableTextEditorValueProvider(JTable table)
Constructor specifying the table holding the editor component to get the value from.
|
JTableTextEditorValueProvider(JTable table,
com.google.code.validationframework.api.transform.Transformer<Object,DPO> transformer)
Constructor specifying the table holding the editor component to get the value from and the transformer to be
used
to convert the text to convert the value to the required type.
|
public JTableTextEditorValueProvider(JTable table)
table - Editable table.public JTableTextEditorValueProvider(JTable table, com.google.code.validationframework.api.transform.Transformer<Object,DPO> transformer)
table - Editable table.transformer - Transformer used to convert the object parsed from the formatted text editor component to the
expected type.public JTable getComponent()
Copyright © 2015. All Rights Reserved.