im.mange.jetboot.input

PercentageBox

Related Docs: object PercentageBox | package input

class PercentageBox extends DecimalBox

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PercentageBox
  2. DecimalBox
  3. NumericBox
  4. MaskedBox
  5. FormInput
  6. Updatable
  7. Clearable
  8. Initialisable
  9. EventHandling
  10. Styleable
  11. Input
  12. Focusable
  13. Disableable
  14. Renderable
  15. Identifiable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PercentageBox(field: Field, default: BigDecimal = BigDecimal(0), readOnly: Boolean = false, autoGroup: Boolean = true, groupSeparator: String = ",", min: BigDecimal = BigDecimal(0), max: BigDecimal = BigDecimal(Double.MaxValue), digits: Int = 2, digitsOptional: Boolean = false, allowPlus: Boolean = false, allowMinus: Boolean = false)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def addClasses(c: String*): PercentageBox.this.type

    Definition Classes
    Styleable
  5. def addEvents(handlers: (String, (String) ⇒ JsCmd)*): PercentageBox.this.type

    Definition Classes
    EventHandling
  6. def addStyles(s: Style*): PercentageBox.this.type

    Definition Classes
    Styleable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def attachHandlersToBase(base: Elem): Elem

    Definition Classes
    EventHandling
  9. def baseElement: Elem

    Definition Classes
    MaskedBoxEventHandling
  10. def classes(c: String*): PercentageBox.this.type

    Definition Classes
    Styleable
  11. def classes(c: Classes): PercentageBox.this.type

    Definition Classes
    Styleable
  12. var classes: Classes

    Definition Classes
    Styleable
  13. def clear: JsCmd

    Definition Classes
    FormInputClearable
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def disable: JsCmd

    Definition Classes
    Disableable
  16. def element: Element

    Definition Classes
    Identifiable
  17. def enable: JsCmd

    Definition Classes
    Disableable
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. var eventHandlers: Seq[EventHandler]

    Attributes
    protected
    Definition Classes
    EventHandling
  21. val field: Field

    Definition Classes
    MaskedBoxFormInput
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def focus: JsCmd

    Definition Classes
    Focusable
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def id: String

    Definition Classes
    FormInputIdentifiable
  27. def init: JsCmd

    Definition Classes
    FormInputInitialisable
  28. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def onKeyUp(handler: (String) ⇒ JsCmd): PercentageBox.this.type

    Definition Classes
    MaskedBox
  33. def render: Elem

    Definition Classes
    MaskedBoxEventHandlingRenderable
  34. def reset: JsCmd

    Definition Classes
    MaskedBoxFormInput
  35. def showError(message: String): JsCmd

    Definition Classes
    Updatable
  36. def showError2(message: String): JsCmd

    Definition Classes
    Updatable
  37. def styles(s: Style*): PercentageBox.this.type

    Definition Classes
    Styleable
  38. def styles(s: Styles): PercentageBox.this.type

    Definition Classes
    Styleable
  39. var styles: Styles

    Definition Classes
    Styleable
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def update(newValue: String): JsCmd

    Definition Classes
    Updatable
  43. var value: String

    Definition Classes
    MaskedBoxFormInput
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DecimalBox

Inherited from NumericBox

Inherited from MaskedBox

Inherited from FormInput

Inherited from Updatable

Inherited from Clearable

Inherited from Initialisable

Inherited from EventHandling

Inherited from Styleable

Inherited from Input

Inherited from Focusable

Inherited from Disableable

Inherited from Renderable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped