Class MultiColumnListView.DropParameter<T>
java.lang.Object
com.dlsc.gemsfx.MultiColumnListView.DropParameter<T>
- Type Parameters:
T- the type of items shown by the columns
- Enclosing class:
MultiColumnListView<T>
Parameters passed to the drop validation callback.
-
Constructor Summary
ConstructorsConstructorDescriptionDropParameter(T item, MultiColumnListView.ListViewColumn<T> column) Creates a new parameter object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the column that is the current drop target.getItem()Returns the item at the current drop target.
-
Constructor Details
-
DropParameter
Creates a new parameter object.- Parameters:
item- the item at the current drop targetcolumn- the column that is the current drop target
-
-
Method Details
-
getItem
-
getColumn
Returns the column that is the current drop target.- Returns:
- the target column
-