Package 

Class PresenterSelector

  • All Implemented Interfaces:

    
    public abstract class PresenterSelector
    
                        

    A PresenterSelector is used to obtain a Presenter for a given Object. Similar to Presenter, PresenterSelector is stateless.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Array<Presenter> getPresenters() Returns an array of all possible presenters.
      abstract Presenter getPresenter(Object item) Returns a presenter for the given item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PresenterSelector

        PresenterSelector()