org.cruxframework.crux.plugin.gadget.client.meta
Enum GadgetFeature.ContainerFeature
java.lang.Object
java.lang.Enum<GadgetFeature.ContainerFeature>
org.cruxframework.crux.plugin.gadget.client.meta.GadgetFeature.ContainerFeature
- All Implemented Interfaces:
- Serializable, Comparable<GadgetFeature.ContainerFeature>
- Enclosing interface:
- GadgetFeature
public static enum GadgetFeature.ContainerFeature
- extends Enum<GadgetFeature.ContainerFeature>
ads
public static final GadgetFeature.ContainerFeature ads
dynamicHeight
public static final GadgetFeature.ContainerFeature dynamicHeight
googleAnalytics
public static final GadgetFeature.ContainerFeature googleAnalytics
lockedDomain
public static final GadgetFeature.ContainerFeature lockedDomain
minimessage
public static final GadgetFeature.ContainerFeature minimessage
osapi
public static final GadgetFeature.ContainerFeature osapi
pubsub
public static final GadgetFeature.ContainerFeature pubsub
rpc
public static final GadgetFeature.ContainerFeature rpc
setPrefs
public static final GadgetFeature.ContainerFeature setPrefs
setTitle
public static final GadgetFeature.ContainerFeature setTitle
tabs
public static final GadgetFeature.ContainerFeature tabs
views
public static final GadgetFeature.ContainerFeature views
opensocial08
public static final GadgetFeature.ContainerFeature opensocial08
opensocial09
public static final GadgetFeature.ContainerFeature opensocial09
opensocial10
public static final GadgetFeature.ContainerFeature opensocial10
opensocial11
public static final GadgetFeature.ContainerFeature opensocial11
opensocialData
public static final GadgetFeature.ContainerFeature opensocialData
opensocialTemplates
public static final GadgetFeature.ContainerFeature opensocialTemplates
values
public static GadgetFeature.ContainerFeature[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GadgetFeature.ContainerFeature c : GadgetFeature.ContainerFeature.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GadgetFeature.ContainerFeature valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getFeatureName
public String getFeatureName()
getFeatureClass
public Class<?> getFeatureClass()
Copyright © 2014. All rights reserved.