Uses of Class
org.gcube.portal.custom.communitymanager.components.GCUBEPortlet
-
Packages that use GCUBEPortlet Package Description org.gcube.portal.custom.communitymanager org.gcube.portal.custom.communitymanager.components -
-
Uses of GCUBEPortlet in org.gcube.portal.custom.communitymanager
Methods in org.gcube.portal.custom.communitymanager that return types with arguments of type GCUBEPortlet Modifier and Type Method Description List<GCUBEPortlet>SiteManagerUtil. getDefaultPortlets()protected List<GCUBEPortlet>SiteManagerUtil. getVREBelongingPortlets(List<String> belongingPorltets) -
Uses of GCUBEPortlet in org.gcube.portal.custom.communitymanager.components
Methods in org.gcube.portal.custom.communitymanager.components that return types with arguments of type GCUBEPortlet Modifier and Type Method Description List<GCUBEPortlet>GCUBELayoutTab. getPortlets()Constructors in org.gcube.portal.custom.communitymanager.components with parameters of type GCUBEPortlet Constructor Description GCUBELayoutTab(String caption, GCUBELayoutType type, GCUBEPortlet portlet)GCUBELayoutTab(String caption, GCUBELayoutType type, GCUBEPortlet portlet, boolean useFrame)Constructor parameters in org.gcube.portal.custom.communitymanager.components with type arguments of type GCUBEPortlet Constructor Description GCUBELayoutTab(String caption, String description, GCUBELayoutType type, List<GCUBEPortlet> portlets)GCUBELayoutTab(String caption, GCUBELayoutType type, List<GCUBEPortlet> portlets)
-