Class GenericSummary.LabeledCommand

  • Enclosing class:
    GenericSummary<T>

    @NonPortable
    public class GenericSummary.LabeledCommand
    extends Object
    • Constructor Detail

      • LabeledCommand

        public LabeledCommand()
      • LabeledCommand

        public LabeledCommand​(String label,
                              org.uberfire.mvp.Command command)
    • Method Detail

      • getCommand

        public org.uberfire.mvp.Command getCommand()
      • getLabel

        public String getLabel()