Please some help me, how it has to be happened.
try using something like this :
ArgumentList newarg = new ArgumentList();
newarg.add("key", "value");
setComponentJump("new_component_id", newarg, getContext() );
You need to put these lines in a method that get invoked onClick of your button.