Class CommandBindingImpl

    • Constructor Detail

      • CommandBindingImpl

        public CommandBindingImpl​(Binder binder,
                                  Component comp,
                                  java.lang.String evtnm,
                                  java.lang.String cmdScript,
                                  java.util.Map<java.lang.String,​java.lang.Object> args)
    • Method Detail

      • getEventName

        public java.lang.String getEventName()
      • getCommandString

        public java.lang.String getCommandString()
        Description copied from interface: CommandBinding
        Returns the command expression in string.
        Specified by:
        getCommandString in interface CommandBinding
        Returns:
        the command expression in string.
      • execute

        public void execute​(BindContext ctx)
        Description copied from interface: CommandBinding
        Call the command associated with this binding.
        Specified by:
        execute in interface CommandBinding
        Parameters:
        ctx - the binding runtime context
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object