Class FixedHeaderTableLibrarySettings


  • public class FixedHeaderTableLibrarySettings
    extends Object
    Provides library settings for the jQuery FixedHeaderTable plugin resource references

    Usage:
     
     public class MyApplication extends WebApplication
     {
         public void init()
         {
             super.init();
    
             FixedHeaderTableLibrarySettings settings = FixedHeaderTableLibrarySettings.get();
             settings.setJavaScriptReference(new JavaScriptResourceReference(...));
             settings.setStyleSheetReference(new CssResourceReference(...));
         }
     }
     
     
    Author:
    Sebastien Briquet - sebfz1