Interface IToolBarBuilder<V,R,Y>
- All Known Subinterfaces:
EmfTableSectionBuilder.ToolBarBuilder<T,,V> EmfTwoTablesSectionBuilder.ToolBarBuilder<T,,V> IGefToolBarBuilder<V,,R, Y> TableSectionBuilder.ToolBarBuilder<T,,V> TwoTablesSectionBuilder.ToolBarBuilder<T,V>
- All Known Implementing Classes:
EmfTableSectionBuilder.Builder,EmfTwoTablesSectionBuilder.Builder,TableSectionBuilder.Builder,TwoTablesSectionBuilder.Builder
public interface IToolBarBuilder<V,R,Y>
-
Method Summary
Modifier and TypeMethodDescriptioncustomAddElementAction(Function<Table<V>, V> customAction) customCopyElementAction(BiFunction<Table<V>, V, V> customCopyElementAction) customMoveDownElementAction(BiConsumer<Table<V>, V> customMoveDownElementAction) customMoveUpElementAction(BiConsumer<Table<V>, V> customMoveUpElementAction) customRefreshTableAction(Consumer<Table<V>> customRefreshAction) customRemoveElementAction(BiConsumer<Table<V>, List<V>> customRemoveElementsAction) customToolItem(ToolItemProperties<?> customToolItemProperties) defaultAddElementAction(Supplier<V> createNewElement) defaultCopyElementAction(UnaryOperator<V> defaultCopyElementAction) end()selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsFromTableToolItemProperties)
-
Method Details
-
defaultAddElementAction
-
customAddElementAction
-
defaultRemoveElementAction
R defaultRemoveElementAction() -
customRemoveElementAction
-
defaultCopyElementAction
-
customCopyElementAction
-
defaultMoveUpElementAction
R defaultMoveUpElementAction() -
customMoveUpElementAction
-
defaultMoveDownElementAction
R defaultMoveDownElementAction() -
customMoveDownElementAction
-
defaultRefreshTableAction
R defaultRefreshTableAction() -
customRefreshTableAction
-
selectElementsFromTableToolItem
R selectElementsFromTableToolItem(SelectElementsFromTableToolItemProperties<V> selectElementsFromTableToolItemProperties) -
customToolItem
-
showTextAndIcon
R showTextAndIcon() -
end
Y end()
-