Editable
org.terminal21.client.components.chakra.Editable
case class Editable(key: String, defaultValue: String, value: String, style: Map[String, Any], children: Seq[UiElement]) extends ChakraElement[Editable], HasEventHandler, HasChildren[Editable], CanHandleOnChangeEvent[Editable]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CanHandleOnChangeEvent[Editable]trait HasChildren[Editable]trait HasEventHandlertrait ChakraElement[Editable]trait CEJsontrait UiElementclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HasChildren
Attributes
- Inherited from:
- Current
Attributes
- Definition Classes
- Inherited from:
- HasChildren
Attributes
- Inherited from:
- CanHandleOnChangeEvent
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- UiElement
Renders any changes for this element and it's children (if any). The element must previously have been added to the session.
Renders any changes for this element and it's children (if any). The element must previously have been added to the session.
Attributes
- Inherited from:
- UiElement
In this article