DetailedStatus

class Object
trait Matchable
class Any

Value members

Concrete methods

def action[A](innerSelection: SelectionBuilder[StatusAction, A]): SelectionBuilder[DetailedStatus, Option[A]]

Action information for the status. This includes method, button title, icon, path, and title.

Action information for the status. This includes method, button title, icon, path, and title.

def detailsPath: SelectionBuilder[DetailedStatus, Option[String]]

Path of the details for the status.

Path of the details for the status.

def favicon: SelectionBuilder[DetailedStatus, Option[String]]

Favicon of the status.

Favicon of the status.

def group: SelectionBuilder[DetailedStatus, Option[String]]

Group of the status.

Group of the status.

def hasDetails: SelectionBuilder[DetailedStatus, Option[Boolean]]

Indicates if the status has further details.

Indicates if the status has further details.

def icon: SelectionBuilder[DetailedStatus, Option[String]]

Icon of the status.

Icon of the status.

def label: SelectionBuilder[DetailedStatus, Option[String]]

Label of the status.

Label of the status.

def text: SelectionBuilder[DetailedStatus, Option[String]]

Text of the status.

Text of the status.

def tooltip: SelectionBuilder[DetailedStatus, Option[String]]

Tooltip associated with the status.

Tooltip associated with the status.