form

oxygen.ui.web.component.Dropdown.form
object form extends Decorable

Attributes

Graph
Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
form.type

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Decorator.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
object Decorator
final case class Props(label: Decorator, dropdown: Decorator, labelSpacing: Option[String], surroundingPadding: String, width: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Props extends PropsCompanion

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Props.type

Inherited classlikes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
Show all

Value members

Concrete methods

def apply[A](label: String, show: A => String, decorator: Decorator => Decorator): FormS[State[A], Option[A]]
def apply[A](label: String, decorator: Decorator => Decorator): FormS[State[A], Option[A]]
def apply[A](label: String): FormS[State[A], Option[A]]