Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ButtonAction(text: String, onClick: (String) => Future[_]) extends Product with Serializable

    text

    button label that's going to be displayed in react-admin

    onClick

    this callback has the resource ID of the clicked element

  2. case class Column(name: String, type: ColumnType, disabled: Boolean, filterable: Boolean) extends Product with Serializable
  3. sealed trait ColumnType extends Product with Serializable
  4. case class DataExplorerSettings(actions: List[TableAction] = List.empty) extends Product with Serializable
  5. case class TableAction(tableName: String, actions: List[ButtonAction]) extends Product with Serializable

Value Members

  1. object ColumnType extends Serializable

Ungrouped