Class SubmitButton


  • public class SubmitButton
    extends Field
    Author:
    Agent TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      SubmitButton​(java.lang.String name, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String print()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubmitButton

        public SubmitButton​(java.lang.String name,
                            java.lang.String label)
    • Method Detail

      • print

        protected java.lang.String print()
        Specified by:
        print in class Field