Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.fulib.fx.controller.Modals
    Use Modals instead.
  • Deprecated Classes
    Class
    Description
    org.fulib.fx.controller.Modals
    Use Modals instead.
  • Deprecated Methods
    Method
    Description
    org.fulib.fx.controller.Subscriber.add(Disposable)
    Use Subscriber.subscribe(Disposable) instead
    org.fulib.fx.controller.Subscriber.delete(Disposable)
    Deleting disposables from the composite disposable should not be done manually.
    org.fulib.fx.controller.Subscriber.remove(Disposable)
    Removing disposables from the composite disposable should not be done manually.
  • Deprecated Constructors
    Constructor
    Description
    org.fulib.fx.constructs.forloop.FxFor(ControllerManager)