Uses of Class
com.caplin.motif.fx.config.definitions.common.TableCell
-
Packages that use TableCell Package Description com.caplin.motif.fx.config.definitions.common com.caplin.motif.fx.trading.posttradehistory -
-
Uses of TableCell in com.caplin.motif.fx.config.definitions.common
Methods in com.caplin.motif.fx.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.fx.config.definitions.common that return types with arguments of type TableCell Modifier and Type Method Description @NotNull @Valid java.util.List<TableCell>
TableRow. getCells()
Get cellsMethods in com.caplin.motif.fx.config.definitions.common with parameters of type TableCell Modifier and Type Method Description TableRow
TableRow. addCellsItem(TableCell cellsItem)
Method parameters in com.caplin.motif.fx.config.definitions.common with type arguments of type TableCell Modifier and Type Method Description TableRow
TableRow. cells(java.util.List<TableCell> cells)
void
TableRow. setCells(java.util.List<TableCell> cells)
-
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
-