Package org.geoforge.guillc.radiobutton

Examples of org.geoforge.guillc.radiobutton.GfrRbnIcnFxSmall



      this._strWhatChoiceA_ = strWhatChoiceA;
      this._strWhatChoiceB_ = strWhatChoiceB;

      this._rbnChoiceA_ = new GfrRbnIcnFxSmall(this._strWhatChoiceA_);
      this._rbnChoiceB_ = new GfrRbnIcnFxSmall(this._strWhatChoiceB_);
     
      this._strTooltipChoiceA_ = strTooltipChoiceA;
      this._strTooltipChoiceB_ = strTooltipChoiceB;
      this._blnIsChoiceASelected_ = blnIsChoiceASelected;
      this._strWhatGroup_ = strWhatGroup;
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.radiobutton.GfrRbnIcnFxSmall

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.