Package 

Interface ViewGenerator

  • All Implemented Interfaces:

    
    public interface ViewGenerator
    
                        

    Represents a view or component in Android. Holds data and can render itself to an Android View that stays updated.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class ViewGenerator.Default

      An empty view generator.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract View generate(ActivityAccess dependency) Generates a view representing this object, given access to the activity.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • generate

         abstract View generate(ActivityAccess dependency)

        Generates a view representing this object, given access to the activity.