ToggleThumb

oxygen.ui.web.component.ToggleThumb
object ToggleThumb

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class Decorator extends DecoratorBuilder

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Decorator extends DecoratorBuilder

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
object Decorator
object Props

Attributes

Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Props.type
final case class Sizing(trackHeight: Int, trackWidth: Int, thumbPadding: Int, trackBorderSize: Int, thumbBorderSize: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Sizing

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Sizing.type

Value members

Concrete methods

def boolean(decorator: Decorator): WidgetS[Boolean]
def boolean(decorator: Decorator => Decorator): WidgetS[Boolean]
def boolean: WidgetS[Boolean]
def set[A](value: A, decorator: Decorator): WidgetS[Set[A]]
def set[A](value: A, decorator: Decorator => Decorator): WidgetS[Set[A]]
def set[A](value: A): WidgetS[Set[A]]