Uses of Class
com.caplin.motif.config.definitions.common.TableCell
-
-
Uses of TableCell in com.caplin.motif.commodities.trading.dealbreakdown
Methods in com.caplin.motif.commodities.trading.dealbreakdown that return TableCell Modifier and Type Method Description static TableCell
DefaultTableFields. createAmountCell(FormattedAmount amount)
Creates an amount cellstatic TableCell
DefaultTableFields. createDateCell(java.time.LocalDate date)
Creates a date cellstatic TableCell
DefaultTableFields. createTextCell(java.lang.String text)
Create a text cell -
Uses of TableCell in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return TableCell Modifier and Type Method Description TableCell
TableCell. arguments(java.util.Map<java.lang.String,DisplayFieldArgument> arguments)
TableCell
TableCell. putArgumentsItem(java.lang.String key, DisplayFieldArgument argumentsItem)
TableCell
TableCell. template(java.lang.String template)
TableCell
TableCell. tooltip(java.lang.String tooltip)
Methods in com.caplin.motif.config.definitions.common that return types with arguments of type TableCell Modifier and Type Method Description @NotNull java.util.List<TableCell>
TableRow. getCells()
Get cells@NotNull java.util.List<TableCell>
Table. getHeaders()
Get headersMethods in com.caplin.motif.config.definitions.common with parameters of type TableCell Modifier and Type Method Description TableRow
TableRow. addCellsItem(TableCell cellsItem)
Table
Table. addHeadersItem(TableCell headersItem)
Method parameters in com.caplin.motif.config.definitions.common with type arguments of type TableCell Modifier and Type Method Description TableRow
TableRow. cells(java.util.List<TableCell> cells)
Table
Table. headers(java.util.List<TableCell> headers)
void
TableRow. setCells(java.util.List<TableCell> cells)
void
Table. setHeaders(java.util.List<TableCell> headers)
Constructor parameters in com.caplin.motif.config.definitions.common with type arguments of type TableCell Constructor Description Table(java.util.List<TableCell> headers, java.util.List<TableRow> rows)
Constructor with only required parametersTableRow(java.util.List<TableCell> cells)
Constructor with only required parameters -
Uses of TableCell in com.caplin.motif.fx.trading.posttradehistory
Methods in com.caplin.motif.fx.trading.posttradehistory that return TableCell Modifier and Type Method Description static 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(java.time.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(java.time.LocalDate settlementDate, java.lang.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 TableCell Modifier and Type Method Description static TableCell
MMDefaultTableFields. createAmountCell(FormattedAmount amount)
Creates an amount cell to add to your post trade history table rowstatic TableCell
MMDefaultTableFields. createDateCell(java.time.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 rowstatic TableCell
MMDefaultTableFields. createValueCell(java.lang.String value)
Creates a value cell to add to your post trade history table row
-