Uses of Interface
com.truebubo.maniflow.money.MoneyExchange
Packages that use MoneyExchange
Package
Description
Handles adding, changing and showing expenses
Handles adding, changing and showing incomes
Handles saving money to objects and its conversion
-
Uses of MoneyExchange in com.truebubo.maniflow.commongui
Methods in com.truebubo.maniflow.commongui with type parameters of type MoneyExchangeModifier and TypeMethodDescriptionstatic <T extends MoneyExchange>
com.vaadin.flow.component.html.DivCommonGUI.getExchangesDiv
(String prefixOperation, List<T> exchanges, MoneyExchangeService<T> service, Runnable refresher) static <T extends MoneyExchange>
com.vaadin.flow.component.html.DivCommonGUI.getMoneyExchangeRow
(T exchange, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.icon.Icon>> onDelete) -
Uses of MoneyExchange in com.truebubo.maniflow.expense
Classes in com.truebubo.maniflow.expense that implement MoneyExchange -
Uses of MoneyExchange in com.truebubo.maniflow.income
Classes in com.truebubo.maniflow.income that implement MoneyExchange -
Uses of MoneyExchange in com.truebubo.maniflow.money
Classes in com.truebubo.maniflow.money with type parameters of type MoneyExchange