Class AdditionalNavigationButton


  • public class AdditionalNavigationButton
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AdditionalNavigationButton​(org.teamapps.icons.api.Icon icon, java.lang.String caption, java.lang.Runnable handler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCaption()  
      java.lang.Runnable getHandler()  
      org.teamapps.icons.api.Icon getIcon()  
      • Methods inherited from class java.lang.Object

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

      • AdditionalNavigationButton

        public AdditionalNavigationButton​(org.teamapps.icons.api.Icon icon,
                                          java.lang.String caption,
                                          java.lang.Runnable handler)
    • Method Detail

      • getIcon

        public org.teamapps.icons.api.Icon getIcon()
      • getCaption

        public java.lang.String getCaption()
      • getHandler

        public java.lang.Runnable getHandler()