Uses of Class
org.gcube.portal.custom.communitymanager.types.GCUBELayoutType
-
Packages that use GCUBELayoutType Package Description org.gcube.portal.custom.communitymanager.components org.gcube.portal.custom.communitymanager.types -
-
Uses of GCUBELayoutType in org.gcube.portal.custom.communitymanager.components
Methods in org.gcube.portal.custom.communitymanager.components that return GCUBELayoutType Modifier and Type Method Description GCUBELayoutTypeGCUBELayoutTab. getType()Constructors in org.gcube.portal.custom.communitymanager.components with parameters of type GCUBELayoutType Constructor Description GCUBELayoutTab(String caption, String description, GCUBELayoutType type, List<GCUBEPortlet> portlets)GCUBELayoutTab(String caption, GCUBELayoutType type, List<GCUBEPortlet> portlets)GCUBELayoutTab(String caption, GCUBELayoutType type, GCUBEPortlet portlet)GCUBELayoutTab(String caption, GCUBELayoutType type, GCUBEPortlet portlet, boolean useFrame) -
Uses of GCUBELayoutType in org.gcube.portal.custom.communitymanager.types
Methods in org.gcube.portal.custom.communitymanager.types that return GCUBELayoutType Modifier and Type Method Description static GCUBELayoutTypeGCUBELayoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static GCUBELayoutType[]GCUBELayoutType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-