Class CreateUserNavBarItem

java.lang.Object
io.datarouter.auth.config.CreateUserNavBarItem
All Implemented Interfaces:
io.datarouter.web.navigation.DynamicNavBarItem

public class CreateUserNavBarItem
extends java.lang.Object
implements io.datarouter.web.navigation.DynamicNavBarItem
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.web.navigation.DynamicNavBarItem

    io.datarouter.web.navigation.DynamicNavBarItem.DynamicNavBarItemType
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateUserNavBarItem()  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.web.navigation.NavBarItem getNavBarItem()  
    io.datarouter.web.navigation.DynamicNavBarItem.DynamicNavBarItemType getType()  
    java.lang.Boolean shouldDisplay()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getNavBarItem

      public io.datarouter.web.navigation.NavBarItem getNavBarItem()
      Specified by:
      getNavBarItem in interface io.datarouter.web.navigation.DynamicNavBarItem
    • shouldDisplay

      public java.lang.Boolean shouldDisplay()
      Specified by:
      shouldDisplay in interface io.datarouter.web.navigation.DynamicNavBarItem
    • getType

      public io.datarouter.web.navigation.DynamicNavBarItem.DynamicNavBarItemType getType()
      Specified by:
      getType in interface io.datarouter.web.navigation.DynamicNavBarItem