Object/Class

io.udash.bootstrap.dropdown

UdashDropdown

Related Docs: class UdashDropdown | package dropdown

Permalink

object UdashDropdown

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UdashDropdown
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DefaultDropdownItem extends AnyRef

    Permalink

    Default dropdown elements.

  2. final class Direction extends AbstractValueEnum

    Permalink
  3. sealed abstract class DropdownEvent[ItemType, ElemType <: properties.single.ReadableProperty[ItemType]] extends bootstrap.ListenableEvent[UdashDropdown[ItemType, ElemType]]

    Permalink

    More: Bootstrap Docs

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DefaultDropdownItem

    Permalink
  5. object Direction extends AbstractValueEnumCompanion[Direction] with Serializable

    Permalink
  6. object DropdownEvent

    Permalink
  7. def apply[ItemType, ElemType <: properties.single.ReadableProperty[ItemType]](items: properties.seq.ReadableSeqProperty[ItemType, ElemType], dropDirection: properties.single.ReadableProperty[Direction] = Direction.Down.toProperty, rightAlignMenu: properties.single.ReadableProperty[Boolean] = UdashBootstrap.False, buttonToggle: properties.single.ReadableProperty[Boolean] = UdashBootstrap.True, componentId: bootstrap.ComponentId = ComponentId.newId())(itemFactory: (ElemType, NestedInterceptor) ⇒ Element, buttonContent: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier, buttonFactory: ((NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier) ⇒ UdashButton = UdashButton()): UdashDropdown[ItemType, ElemType]

    Permalink

    Creates a dropdown component.

    Creates a dropdown component. More: Bootstrap Docs.

    ItemType

    A single element's type in the items sequence.

    ElemType

    A type of a property containing an element in the items sequence.

    items

    Data items which will be represented as the elements in this dropdown.

    dropDirection

    A direction of the menu expansion.

    rightAlignMenu

    If true, the menu will be aligned to the right side of button.

    buttonToggle

    If false, the toggle button will be replaced with an a element.

    itemFactory

    Creates DOM element for each item which is inserted into the dropdown menu. Use the provided interceptor to properly clean up bindings inside the content. Usually you should add the BootstrapStyles.Dropdown.item style to your element.

    buttonContent

    Content of the element opening the dropdown. Use the provided interceptor to properly clean up bindings inside the content.

    buttonFactory

    Allows to customize button options.

    returns

    A UdashDropdown component, call render to create a DOM element.

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def default[ElemType <: properties.single.ReadableProperty[DefaultDropdownItem]](items: properties.seq.ReadableSeqProperty[DefaultDropdownItem, ElemType], dropDirection: properties.single.ReadableProperty[Direction] = Direction.Down.toProperty, rightAlignMenu: properties.single.ReadableProperty[Boolean] = UdashBootstrap.False, buttonToggle: properties.single.ReadableProperty[Boolean] = UdashBootstrap.True, componentId: bootstrap.ComponentId = ComponentId.newId())(buttonContent: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): UdashDropdown[DefaultDropdownItem, ElemType]

    Permalink

    Creates a dropdown component with DefaultDropdownItem as items.

    Creates a dropdown component with DefaultDropdownItem as items. More: Bootstrap Docs.

    items

    Data items which will be represented as the elements in this dropdown.

    dropDirection

    A direction of the menu expansion.

    rightAlignMenu

    If true, the menu will be aligned to the right side of button.

    buttonToggle

    If false, the toggle button will be replaced with an a element.

    buttonContent

    Content of the element opening the dropdown. Use the provided interceptor to properly clean up bindings inside the content.

    returns

    A UdashDropdown component, call render to create a DOM element.

  11. def defaultItemFactory(item: properties.single.ReadableProperty[DefaultDropdownItem], nestedInterceptor: NestedInterceptor): Element

    Permalink

    Renders DOM element for io.udash.bootstrap.dropdown.UdashDropdown.DefaultDropdownItem.

  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped