package
liftExtensions
Type Members
-
case class
CachedBinary(data: Array[Byte], createTime: Long) extends Product with Serializable
-
abstract
class
ClientMessage extends AnyRef
-
-
-
class
HttpCacher extends AnyRef
-
-
case class
SimpleDropdownInteractableMessage(messageTitle: String, body: String, dropdownOptions: Map[String, () ⇒ Boolean], defaultOption: Box[String] = Empty, customError: Box[() ⇒ Unit] = Empty, role: Box[String] = Empty) extends InteractableMessage with Product with Serializable
-
case class
SimpleMultipleButtonInteractableMessage(messageTitle: String, body: String, buttons: Map[String, () ⇒ Boolean], customError: Box[() ⇒ Unit] = Empty, vertical: Boolean = true, role: Box[String] = Empty) extends InteractableMessage with Product with Serializable
-
case class
SimpleRadioButtonInteractableMessage(messageTitle: String, body: String, radioOptions: Map[String, () ⇒ Boolean], defaultOption: Box[String] = Empty, customError: Box[() ⇒ Unit] = Empty, role: Box[String] = Empty) extends InteractableMessage with Product with Serializable
-
case class
SimpleTextAreaInteractableMessage(messageTitle: String, body: String, defaultValue: String, onChanged: (String) ⇒ Boolean, customError: Box[() ⇒ Unit] = Empty, role: Box[String] = Empty) extends InteractableMessage with Product with Serializable
-
case class
SpamMessage(content: NodeSeq, role: Box[String] = Empty, incomingTitle: Box[String] = Empty, removalFunc: (ClientMessage) ⇒ Unit = (cm) => {}, cancellable: Boolean = true, template: NodeSeq = NodeSeq.Empty, messageSelector: String = "", labelSelector: String = "", contentSelector: String = "", closeSelector: String = "", id: String = nextFuncName) extends ClientMessage with Product with Serializable
-
abstract
class
StronglyTypedJsonActor extends CometActor with CometListener