MenuItem

object MenuItem
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Text(text: String, attributes: Set[Attribute]) extends MenuItem
case class Link(text: String, url: String, attributes: Set[Attribute]) extends MenuItem
case class ShellCommand(text: String, executable: String, params: Seq[String], terminal: Boolean, refresh: Boolean, attributes: Set[Attribute]) extends MenuItem
case class DispatchAction(text: String, action: String, metadata: Option[String], terminal: Boolean, refresh: Boolean, attributes: Set[Attribute]) extends MenuItem
case class Menu(text: Text, items: Seq[MenuItem]) extends MenuItem

Inherited types

type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror