Package org.cruxframework.crux.plugin.gadget.client.features

Interface Summary
AdsFeature Provides access to the Ads APIs provided by the container.
DynamicHeightFeature Provides access to the dynamic height feature.
GoogleAnalyticsFeature Provides access to the Google Analytics feature.
GoogleAnalyticsFeature.Tracker Provides a way of reporting event and page views.
MiniMessageFeature Provides access to the minimessage feature.
MiniMessageFeature.Callback Handler called whe a minimessage is dismessed
PubsubFeature Provides access to the pubsub feature.
PubsubFeature.Callback Handler for messages received from an observed channel
RpcFeature Provides access to the gadgets.rpc feature.
SetPrefsFeature Provides access to the preference-saving API.
SetTitleFeature Provides access to the title.
TabsFeature Provides access to the tabs feature.
TabsFeature.Callback Handler called when a tab is selected
UserPreferences Encapsulates user preferences for a Gadget.
ViewFeature Provides operations for dealing with views.
ViewFeature.Params This is used to return view parameters.
ViewFeature.Views This is used to return views.
 

Class Summary
BooleanPreference A Boolean preference.
EnumPreference<E extends Enum<E>> A preference containing only enumerated values.
ListPreference A list of String preferences.
MiniMessage  
MiniMessageFactory  
SetPrefsFeatureImpl Provides access to the preference-saving API.
StringPreference A String preference.
Tab Flap class for gadgets.
Tabs Represents a TabSet open social API
UserPreferences.Preference<T> Represents the types of user preferences available in the Gadget container.
View This class is the base for all view objects.
ViewPortDimensions  
 

Enum Summary
Tabs.Align  
UserPreferences.PreferenceAttributes.Options Additional, mutually exclusive options to apply to a preference.
 

Annotation Types Summary
EnumPreference.EnumDisplayValue Declares the display name for Enum preference values.
UserPreferences.DataType Used to declare the container data type for a Preference.
UserPreferences.PreferenceAttributes Annotates instances of Preference getters in UserPreferences objects.
 



Copyright © 2014. All rights reserved.