net.liftweb.util.CurrencyZone

AbstractCurrency

abstract class AbstractCurrency extends Ordered[Currency]

Linear Supertypes
Ordered[Currency], Comparable[Currency], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractCurrency
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractCurrency(designation: String)

Abstract Value Members

  1. abstract def amount: BigDecimal

  2. abstract def currencySymbol: String

  3. abstract def numberOfFractionDigits: Int

  4. abstract def scale: Int

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *(that: Int): Currency

  5. def *(that: Currency): Currency

  6. def +(that: Int): Currency

  7. def +(that: Currency): Currency

  8. def -(that: Int): Currency

  9. def -(that: Currency): Currency

  10. def /(that: Int): Currency

  11. def /(that: Currency): Currency

  12. def <(that: Currency): Boolean

    Definition Classes
    Ordered
  13. def <=(that: Currency): Boolean

    Definition Classes
    Ordered
  14. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  16. def >(that: Currency): Boolean

    Definition Classes
    Ordered
  17. def >=(that: Currency): Boolean

    Definition Classes
    Ordered
  18. val _locale: Locale

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def compare(that: Currency): Int

    Definition Classes
    AbstractCurrency → Ordered
  22. def compareTo(that: Currency): Int

    Definition Classes
    Ordered → Comparable
  23. val designation: String

  24. def doubleValue: Double

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

    Definition Classes
    AnyRef
  26. def equals(that: Any): Boolean

    Definition Classes
    AbstractCurrency → AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def floatValue: Float

  29. def format(currencySymbol: String, numberOfFractionDigits: Int): String

  30. def format: String

  31. def format(fd: Int): String

  32. def get(numberOfFractionDigits: Int): String

  33. def get: String

  34. final def getClass(): Class[_]

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

    Definition Classes
    AbstractCurrency → AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  40. def round(precision: Int): Currency

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AbstractCurrency → AnyRef → Any
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[Currency]

Inherited from Comparable[Currency]

Inherited from AnyRef

Inherited from Any

Ungrouped