Uses of Class
com.caplin.motif.config.definitions.common.TableCell
Packages that use TableCell
Package
Description
-
Uses of TableCell in com.caplin.motif.commodities.invoices
Methods in com.caplin.motif.commodities.invoices that return TableCellModifier and TypeMethodDescriptionstatic TableCellDefaultTableFields.createAmountCell(FormattedAmount amount) Creates an amount cell to add to your commodities invoice breakdown table rowstatic TableCellDefaultTableFields.createDateCell(LocalDate date) static TableCellDefaultTableFields.createDateCell(LocalDate date, Optional<String> dateFormatKey) Creates a date cell to add to your commodities invoice breakdown table rowstatic TableCellDefaultTableFields.createDatePeriodCell(List<LocalDate> dateRange) static TableCellDefaultTableFields.createDatePeriodCell(List<LocalDate> dateRange, Optional<String> dateFormatKey) Creates a date period cell to add to your commodities invoice breakdown table rowstatic TableCellDefaultTableFields.createTextCell(String value) Creates a text cell to add to your commodities invoice breakdown table row -
Uses of TableCell in com.caplin.motif.commodities.trading.dealbreakdown
Methods in com.caplin.motif.commodities.trading.dealbreakdown that return TableCellModifier and TypeMethodDescriptionstatic TableCellDefaultTableFields.createAmountCell(FormattedAmount amount) Creates an amount cellstatic TableCellDefaultTableFields.createAmountCellNoUnit(FormattedAmount amount) Creates an amount cell with no unitsstatic TableCellDefaultTableFields.createDateCell(LocalDate date) Creates a date cellstatic TableCellDefaultTableFields.createTextCell(String text) Create a text cellstatic TableCellDefaultTableFields.createTooltipTextCell(String text) Create a text cell with tooltip -
Uses of TableCell in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return TableCellModifier and TypeMethodDescriptionTableCell.arguments(Map<String, DisplayFieldArgument> arguments) TableCell.putArgumentsItem(String key, DisplayFieldArgument argumentsItem) Methods in com.caplin.motif.config.definitions.common that return types with arguments of type TableCellMethods in com.caplin.motif.config.definitions.common with parameters of type TableCellModifier and TypeMethodDescriptionTableRow.addCellsItem(TableCell cellsItem) Table.addHeadersItem(TableCell headersItem) Method parameters in com.caplin.motif.config.definitions.common with type arguments of type TableCellConstructor parameters in com.caplin.motif.config.definitions.common with type arguments of type TableCell -
Uses of TableCell in com.caplin.motif.fx.trading.posttradehistory
Methods in com.caplin.motif.fx.trading.posttradehistory that return TableCellModifier and TypeMethodDescriptionstatic TableCellDefaultTableFields.createActionCell(PostTradeHistoryAction postTradeHistoryAction) Creates an action cell to add to your post trade history table rowstatic TableCellDefaultTableFields.createAmountCell(FormattedAmount amount) Creates an amount cell to add to your post trade history table rowstatic TableCellDefaultTableFields.createDateCell(LocalDate date) Creates a date cell to add to your post trade history table rowstatic TableCellDefaultTableFields.createRemainingAmountCell(FormattedAmount amount) Creates a remaining amount cell to add to your post trade history table rowstatic TableCellDefaultTableFields.createSettlementDateCell(LocalDate settlementDate, String tenor) Creates a settlement date cell to add to your post trade history table row -
Uses of TableCell in com.caplin.motif.mm.trading.posttradehistory
Methods in com.caplin.motif.mm.trading.posttradehistory that return TableCellModifier and TypeMethodDescriptionstatic TableCellMMDefaultTableFields.createAmountCell(FormattedAmount amount) Creates an amount cell to add to your post trade history table rowstatic TableCellMMDefaultTableFields.createDateCell(LocalDate date) Creates a date cell to add to your post trade history table rowstatic TableCellMMDefaultTableFields.createMMActionCell(MMPostTradeHistoryAction postTradeHistoryAction) Creates an action cell to add to your MM post trade history table rowstatic TableCellMMDefaultTableFields.createTextCell(String text) Create a text cell