Interface CodeElement

  • All Known Implementing Classes:
    CodeList

    public interface CodeElement
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addNav​(org.gwtbootstrap3.client.ui.DropDownMenu parent, org.gwtbootstrap3.client.ui.Button dropdownButton, org.uberfire.mvp.ParameterizedCommand<org.uberfire.ext.plugin.model.CodeType> onChange)  
      org.gwtbootstrap3.client.ui.constants.IconType getIcon()  
      org.uberfire.ext.plugin.model.CodeType getType()  
    • Method Detail

      • addNav

        void addNav​(org.gwtbootstrap3.client.ui.DropDownMenu parent,
                    org.gwtbootstrap3.client.ui.Button dropdownButton,
                    org.uberfire.mvp.ParameterizedCommand<org.uberfire.ext.plugin.model.CodeType> onChange)
      • getIcon

        org.gwtbootstrap3.client.ui.constants.IconType getIcon()
      • getType

        org.uberfire.ext.plugin.model.CodeType getType()