Uses of Class
com.jalios.jcms.jportal.component.JPortalComponentType
-
Packages that use JPortalComponentType Package Description com.jalios.jcms.jportal.component -
-
Uses of JPortalComponentType in com.jalios.jcms.jportal.component
Methods in com.jalios.jcms.jportal.component that return JPortalComponentType Modifier and Type Method Description JPortalComponentTypeJPortalComponent. getType()static JPortalComponentTypeJPortalComponentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JPortalComponentType[]JPortalComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.jportal.component with parameters of type JPortalComponentType Modifier and Type Method Description voidJPortalComponent. setType(JPortalComponentType type)
-