CookieReader

org.terminal21.client.components.std.CookieReader
case class CookieReader(key: String, name: String, requestId: String, dataStore: TypedMap) extends StdHttp, CanHandleOnChangeEvent

Read a cookie value. The value, when read from the ui, it will reflect in value assuming the UI had the time to send the value back. Also the onChange handler will be called once with the value.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StdHttp
class UiElement
trait AnyElement
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def withDataStore(ds: TypedMap): CookieReader

Attributes

Definition Classes
override def withKey(key: String): CookieReader

Attributes

Definition Classes

Inherited methods

def findKey(key: String): UiElement

Attributes

Inherited from:
UiElement
def flat: Seq[UiElement]

Attributes

Returns

this element along all it's children flattened

Inherited from:
UiElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def store[V](key: TypedMapKey[V], value: V): This

Attributes

Inherited from:
UiElement
def storedValue[V](key: TypedMapKey[V]): V

Attributes

Inherited from:
UiElement

Attributes

Inherited from:
UiElement
def toSimpleString: String

Attributes

Inherited from:
UiElement