Textarea

org.terminal21.client.components.chakra.Textarea
case class Textarea(key: String, `type`: String, placeholder: String, size: String, variant: Option[String], value: String, style: Map[String, Any]) extends ChakraElement[Textarea], HasEventHandler, CanHandleOnChangeEvent[Textarea]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Current[Textarea]
trait CEJson
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes
def withKey(v: String): Textarea
def withPlaceholder(v: String): Textarea
def withSize(v: String): Textarea
override def withStyle(v: Map[String, Any]): Textarea

Attributes

Definition Classes
def withType(v: String): Textarea
def withValue(v: String): Textarea
def withVariant(v: Option[String]): Textarea

Inherited methods

def current(using session: ConnectedSession): A

Attributes

Inherited from:
Current
def flat: Seq[UiElement]

Attributes

Inherited from:
UiElement
def onChange(h: OnChangeEventHandler)(using session: ConnectedSession): A

Attributes

Inherited from:
CanHandleOnChangeEvent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render()(using session: ConnectedSession): Unit

Attributes

Inherited from:
UiElement
def renderChanges()(using session: ConnectedSession): Unit

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
def withStyle(vs: (String, Any)*): A

Attributes

Inherited from:
HasStyle