Input

org.terminal21.client.components.Input
case class Input(key: String, `type`: String, defaultValue: String, var style: Map[String, Any], var value: String) extends StdElement, HasEventHandler

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StdElement
trait HasStyle
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

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