com.metl

liftExtensions

package liftExtensions

Visibility
  1. Public
  2. All

Type Members

  1. case class CachedBinary(data: Array[Byte], createTime: Long) extends Product with Serializable

  2. abstract class ClientMessage extends AnyRef

  3. class ClientMessageBroker extends AnyRef

  4. class ClientSideFunctionDefinition extends AnyRef

  5. class HttpCacher extends AnyRef

  6. class InteractableMessage extends ClientMessage

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

  12. abstract class StronglyTypedJsonActor extends CometActor with CometListener

Value Members

  1. object Clear extends ClientMessage with Product with Serializable

  2. object ClientSideFunctionDefinition

  3. object ClientUpdate

  4. object InteractableMessage

  5. object JNum

Ungrouped