Uses of Class
com.caplin.motif.config.definitions.common.TableCell
Package
Description
-
Uses of TableCell in com.caplin.motif.commodities.invoices
Modifier and TypeMethodDescriptionstatic TableCell
DefaultTableFields.createAmountCell
(FormattedAmount amount) Creates an amount cell to add to your commodities invoice breakdown table rowstatic TableCell
DefaultTableFields.createDateCell
(LocalDate date) Creates a date cell to add to your commodities invoice breakdown table rowstatic TableCell
DefaultTableFields.createDatePeriodCell
(LocalDate firstDate, LocalDate secondDate) Creates a date period cell to add to your commodities invoice breakdown table rowstatic TableCell
DefaultTableFields.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
Modifier and TypeMethodDescriptionstatic TableCell
DefaultTableFields.createAmountCell
(FormattedAmount amount) Creates an amount cellstatic TableCell
DefaultTableFields.createAmountCellNoUnit
(FormattedAmount amount) Creates an amount cell with no unitsstatic TableCell
DefaultTableFields.createDateCell
(LocalDate date) Creates a date cellstatic TableCell
DefaultTableFields.createTextCell
(String text) Create a text cell -
Uses of TableCell in com.caplin.motif.config.definitions.common
Modifier and TypeMethodDescriptionTableCell.arguments
(Map<String, DisplayFieldArgument> arguments) TableCell.putArgumentsItem
(String key, DisplayFieldArgument argumentsItem) Modifier and TypeMethodDescriptionTableRow.addCellsItem
(TableCell cellsItem) Table.addHeadersItem
(TableCell headersItem) -
Uses of TableCell in com.caplin.motif.fx.trading.posttradehistory
Modifier and TypeMethodDescriptionstatic TableCell
DefaultTableFields.createActionCell
(PostTradeHistoryAction postTradeHistoryAction) Creates an action cell to add to your post trade history table rowstatic TableCell
DefaultTableFields.createAmountCell
(FormattedAmount amount) Creates an amount cell to add to your post trade history table rowstatic TableCell
DefaultTableFields.createDateCell
(LocalDate date) Creates a date cell to add to your post trade history table rowstatic TableCell
DefaultTableFields.createRemainingAmountCell
(FormattedAmount amount) Creates a remaining amount cell to add to your post trade history table rowstatic TableCell
DefaultTableFields.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
Modifier and TypeMethodDescriptionstatic TableCell
MMDefaultTableFields.createAmountCell
(FormattedAmount amount) Creates an amount cell to add to your post trade history table rowstatic TableCell
MMDefaultTableFields.createDateCell
(LocalDate date) Creates a date cell to add to your post trade history table rowstatic TableCell
MMDefaultTableFields.createMMActionCell
(MMPostTradeHistoryAction postTradeHistoryAction) Creates an action cell to add to your MM post trade history table row