Class ProMCategoryManager

  • All Implemented Interfaces:
    org.deckfour.uitopia.api.hub.CategoryManager

    public class ProMCategoryManager
    extends java.lang.Object
    implements org.deckfour.uitopia.api.hub.CategoryManager
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.deckfour.uitopia.api.model.Category> getCategories()  
      static org.deckfour.uitopia.api.hub.CategoryManager initialize​(UIContext uiContext)  
      • Methods inherited from class java.lang.Object

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

      • ProMCategoryManager

        public ProMCategoryManager()
    • Method Detail

      • getCategories

        public java.util.List<org.deckfour.uitopia.api.model.Category> getCategories()
        Specified by:
        getCategories in interface org.deckfour.uitopia.api.hub.CategoryManager
      • initialize

        public static org.deckfour.uitopia.api.hub.CategoryManager initialize​(UIContext uiContext)