Package

com.salesforce.op.utils

table

Permalink

package table

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Alignment extends EnumEntry

    Permalink
  2. class Table extends AnyRef

    Permalink

    Simple table representation consisting of rows, i.e:

    Simple table representation consisting of rows, i.e:

    +----------------------------------------+ | Transactions | +----------------------------------------+ | date | amount | source | status | +------+--------+--------------+---------+ | 1 | 4.95 | Cafe Venetia | Success | | 2 | 12.65 | Sprout | Success | | 3 | 4.75 | Caltrain | Pending | +------+--------+--------------+---------+

Value Members

  1. object Alignment extends Enum[Alignment]

    Permalink
  2. object Table

    Permalink

Ungrouped