Package org.rstudio.core.client.widget

Examples of org.rstudio.core.client.widget.HelpButton


      public RootDocumentChooser()
      {
         super("Compile PDF root document",
               "(Current Document)",
               "Browse...",
               new HelpButton("pdf_root_document"),
               null);
        
         // allow user to set the value to empty string
         setReadOnly(false);
        
View Full Code Here


       
         typeLabelPanel_.setCellVerticalAlignment(
                                       lblType_,
                                       HasVerticalAlignment.ALIGN_MIDDLE);
        
         HelpButton helpButton = HelpButton.createHelpButton("notebook_types");
         typeLabelPanel_.add(helpButton);
         typeLabelPanel_.setCellVerticalAlignment(
                                       helpButton,
                                       HasVerticalAlignment.ALIGN_MIDDLE);
View Full Code Here

TOP

Related Classes of org.rstudio.core.client.widget.HelpButton

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.