org.cruxframework.crux.plugin.gadget.client.meta
Interface GadgetInfo


public interface GadgetInfo

Extends this interface to provide Gadget informations, like user preferences, required features and supported locales.

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static interface GadgetInfo.ContentType
          Specifies the type of content and the list of views.
static interface GadgetInfo.GadgetLocale
          This annotation allows Locale tags to be added to the module specification.
static interface GadgetInfo.ModulePrefs
          Defines the preferences associated with the gadget.
static interface GadgetInfo.UseLongManifestName
          Annotation to turn on long filename generation.
static interface GadgetInfo.UserPreferences
          Annotation to define custom UserPreferences.
 
Method Summary
 UserPreferences getUserPreferences()
           
 

Method Detail

getUserPreferences

UserPreferences getUserPreferences()
Returns:
the UserPreferences object


Copyright © 2014. All rights reserved.