PageState

oxygen.ui.web.defaults.ComponentsPage.PageState
final case class PageState(sequence: ArraySeq[Int], useGlobalToggleThumbs: Boolean, individualToggleThumbs: Set[String], globalToggleThumbs: Boolean, horizontalRadio: State[SmallEnum], dropdown1: State[BigEnum], dropdown2: State[SmallEnum], modal: Option[ModalForm], textField: State, textArea: State, heart: Boolean)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product