BulmaFormComponents

ba.sake.hepek.bulma.component.BulmaFormComponents
See theBulmaFormComponents companion object
final case class BulmaFormComponents(formType: Type) extends FormComponents

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
FormComponents
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
sealed trait ValidationState

Attributes

Inherited from:
FormComponents
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Error.type
object Success.type
object Warning.type

Value members

Concrete methods

override def formFieldset(legendTitle: String)(content: Frag*): Frag

Attributes

Definition Classes

Inherited methods

def form(_formAttrs: AttrPair*)(content: Frag*): Frag

Attributes

Inherited from:
FormComponents
def inputButton(_inputAttrs: AttrPair*)(_label: Frag): Frag

Attributes

Inherited from:
FormComponents
def inputCheckbox(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String): Frag

Attributes

Inherited from:
FormComponents
def inputCheckboxes(_name: String, _valueAndLabelAndAttrs: Seq[(String, String, Seq[AttrPair])], _label: String, _help: String, _isInline: Boolean): Frag

Attributes

Inherited from:
FormComponents
def inputCheckboxesSimple(_name: String, _valueAndLabels: Seq[(String, String)], _label: String, _help: String, _isInline: Boolean): Frag

Attributes

Inherited from:
FormComponents
def inputColor(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputDate(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputDateTimeLocal(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputEmail(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputFile(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputHidden(_inputAttrs: AttrPair*)(_name: String): Frag

Attributes

Inherited from:
FormComponents
def inputMonth(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputNumber(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputPassword(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputRadio(_name: String, _valueAndLabelAndAttrs: Seq[(String, String, Seq[AttrPair])], _label: String, _help: String, _isInline: Boolean, _checkedValue: String): Frag

Attributes

Inherited from:
FormComponents
def inputRadioSimple(_name: String, _valueAndLabels: Seq[(String, String)], _label: String, _help: String, _isInline: Boolean, _checkedValue: String): Frag

Attributes

Inherited from:
FormComponents
def inputRange(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputReset(_inputAttrs: AttrPair*)(_label: String): Frag

Attributes

Inherited from:
FormComponents
def inputSelect(_inputAttrs: AttrPair*)(_name: String, _valueAndLabelAndAttrs: Seq[(String, String, Seq[AttrPair])], _label: String, _help: String): Frag

Attributes

Inherited from:
FormComponents
def inputSelectGrouped(_inputAttrs: AttrPair*)(_name: String, _valueAndLabelAndAttrsGrouped: Seq[(String, Seq[(String, String, Seq[AttrPair])])], _label: String, _help: String): Frag

Attributes

Inherited from:
FormComponents
def inputSelectSimple(_name: String, _valueAndLabels: Seq[(String, String)], _label: String, _help: String): Frag

Attributes

Inherited from:
FormComponents
def inputSubmit(_inputAttrs: AttrPair*)(_label: String): Frag

Attributes

Inherited from:
FormComponents
def inputTel(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputText(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputTextArea(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputTime(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputUrl(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def inputWeek(_inputAttrs: AttrPair*)(_name: String, _label: String, _help: String, _validationState: Option[ValidationState], _messages: Seq[String], _transform: Frag => Frag): Frag

Attributes

Inherited from:
FormComponents
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields