org.terminal21.client.components.std
Members list
Type members
Classlikes
On the browser, https://github.com/js-cookie/js-cookie is used.
On the browser, https://github.com/js-cookie/js-cookie is used.
Set a cookie on the browser.
Attributes
- Supertypes
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.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CanHandleOnChangeEventtrait StdHttpclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Em(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Header1(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Header2(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Header3(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Header4(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Header5(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Header6(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Input(key: String, `type`: String, defaultValue: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement, CanHandleOnChangeEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CanHandleOnChangeEventtrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class NewLine(key: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Paragraph(key: String, text: String, style: Map[String, Any], children: Seq[UiElement], dataStore: TypedMap) extends StdElement, HasChildren
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasChildrentrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
case class Span(key: String, text: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StdElementtrait HasStyletrait StdEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
sealed trait StdElement extends StdEJson, HasStyle
Attributes
- Supertypes
- Known subtypes
Elements mapping to Http functionality
Elements mapping to Http functionality
Attributes
- Supertypes
- Known subtypes
-
class Cookieclass CookieReader
In this article