public class Editor<E,T,C> extends Object
Constructor and Description |
---|
Editor(TableColumn<E,T> column,
TwoWayConverter<T,C> converter,
Field<?,?,C> field) |
Modifier and Type | Method and Description |
---|---|
TableColumn<E,T> |
getColumn() |
TwoWayConverter<T,C> |
getConverter() |
Field<?,?,C> |
getField() |
T |
getValue() |
public Editor(TableColumn<E,T> column, TwoWayConverter<T,C> converter, Field<?,?,C> field)
public TwoWayConverter<T,C> getConverter()
public TableColumn<E,T> getColumn()
public T getValue()
Copyright © 2018 Xalys. All rights reserved.