Packages

c

net.liftweb.util.CurrencyZone

AbstractCurrency

abstract class AbstractCurrency extends Ordered[Currency]

Linear Supertypes
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
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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(that: Int): Currency
  4. def *(that: Currency): Currency
  5. def +(that: Int): Currency
  6. def +(that: Currency): Currency
  7. def -(that: Int): Currency
  8. def -(that: Currency): Currency
  9. def /(that: Int): Currency
  10. def /(that: Currency): Currency
  11. def <(that: Currency): Boolean
    Definition Classes
    Ordered
  12. def <=(that: Currency): Boolean
    Definition Classes
    Ordered
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def >(that: Currency): Boolean
    Definition Classes
    Ordered
  15. def >=(that: Currency): Boolean
    Definition Classes
    Ordered
  16. val _locale: Locale
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compare(that: Currency): Int
    Definition Classes
    AbstractCurrency → Ordered
  20. def compareTo(that: Currency): Int
    Definition Classes
    Ordered → Comparable
  21. val designation: String
  22. def doubleValue: Double
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(that: Any): Boolean
    Definition Classes
    AbstractCurrency → AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def floatValue: Float
  27. def format(currencySymbol: String, numberOfFractionDigits: Int): String
  28. def format: String
  29. def format(fd: Int): String
  30. def get(numberOfFractionDigits: Int): String
  31. def get: String
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int
    Definition Classes
    AbstractCurrency → AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  38. def round(precision: Int): Currency
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AbstractCurrency → AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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