Uses of Class
de.rpgframework.jfx.cells.ComplexDataItemValueListCell.CellAction
Packages that use ComplexDataItemValueListCell.CellAction
-
Uses of ComplexDataItemValueListCell.CellAction in de.rpgframework.jfx.cells
Methods in de.rpgframework.jfx.cells with parameters of type ComplexDataItemValueListCell.CellActionModifier and TypeMethodDescriptionComplexDataItemValueListCell.addAction(ComplexDataItemValueListCell<T, V>.CellAction action) protected booleanComplexDataItemValueListCell.canPerformAction(V item, ComplexDataItemValueListCell<T, V>.CellAction action) Constructor parameters in de.rpgframework.jfx.cells with type arguments of type ComplexDataItemValueListCell.CellActionModifierConstructorDescriptionCellAction(String name, String icon, String tooltip, BiFunction<ComplexDataItemValueListCell<T, V>.CellAction, V, OperationResult<?>> handler)