Class Radio


  • public class Radio
    extends Field
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Radio​(java.lang.String name, java.lang.String label, boolean checked)  
    • 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

      • Radio

        public Radio​(java.lang.String name,
                     java.lang.String label,
                     boolean checked)
    • Method Detail

      • print

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