Package org.apache.oodt.pcs.webcomponents.trace

Examples of org.apache.oodt.pcs.webcomponents.trace.Trace


       *
       * @see org.apache.wicket.markup.html.form.Button#onSubmit()
       */
      @Override
      public void onSubmit() {
        Trace tracer = new Trace("pedigree", fmUrlStr, enableNotCat, excludes,
            product);
        tracer.setVisible(true);
        getParent().getParent().replace(tracer);
        setVisible(false);
      }

    });
View Full Code Here

TOP

Related Classes of org.apache.oodt.pcs.webcomponents.trace.Trace

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.