Class/Object

com.sfxcode.sapphire.core.value

FXBeanAdapter

Related Docs: object FXBeanAdapter | package value

Permalink

class FXBeanAdapter[T <: AnyRef] extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FXBeanAdapter
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FXBeanAdapter(viewController: ViewController, parent: Node = null)

    Permalink

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. def addBinding(property: Property[_, _], beanKey: String, converter: Option[StringConverter[T]] = None): Unit

    Permalink
  5. def addBindings(keyBindings: KeyBindings): Unit

    Permalink
  6. def addConverter[S](property: StringProperty, converter: StringConverter[S]): Unit

    Permalink
  7. def addConverter[S](beanKey: String, converter: StringConverter[S]): Unit

    Permalink
  8. def addConverter(key: String, name: String, forceNew: Boolean = false): Unit

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val beanProperty: ObjectProperty[FXBean[T]]

    Permalink
  11. def bindAll(bean: FXBean[T]): Unit

    Permalink
    Attributes
    protected
  12. def bindBidirectional(bean: FXBean[T], property: Property[_, _], beanKey: String): Unit

    Permalink
    Attributes
    protected
  13. def bindBidirectionalFromProperty(nodeProperty: Property[Any, Any], beanProperty: Property[Any, Any]): Unit

    Permalink
    Attributes
    protected
  14. def bindBidirectionalFromStringProperty(stringProperty: StringProperty, beanProperty: Property[_, _], beanKey: String): Unit

    Permalink
    Attributes
    protected
  15. val bindingMap: ObservableMap[Property[_, _], String]

    Permalink
  16. val boundProperties: ObservableMap[Property[_, _], Property[_, _]]

    Permalink
  17. def clearChanges(): Unit

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. val converterMap: ObservableMap[StringProperty, StringConverter[_]]

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def guessPropertyForNode(key: String): Option[Property[_, _]]

    Permalink
  25. val hasBeanProperty: BooleanProperty

    Permalink
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. val nodeCache: ObservableMap[String, Option[Node]]

    Permalink
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. var parent: Node

    Permalink
  34. def revert(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def unbindAll(): Unit

    Permalink
    Attributes
    protected
  38. def unset(): Unit

    Permalink
  39. def updateBean(oldValue: FXBean[T], newValue: FXBean[T]): Unit

    Permalink
    Attributes
    protected
  40. val viewController: ViewController

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped