Uses of Class
adalid.core.Page
-
Packages that use Page Package Description adalid.core.comparators adalid.core.jee meta.modulo.base -
-
Uses of Page in adalid.core.comparators
Methods in adalid.core.comparators with parameters of type Page Modifier and Type Method Description intByPageName. compare(Page o1, Page o2) -
Uses of Page in adalid.core.jee
Subclasses of Page in adalid.core.jee Modifier and Type Class Description classConsoleJavaServerPageclassCrudJavaServerPageclassJavaServerPageMethods in adalid.core.jee that return types with arguments of type Page Modifier and Type Method Description List<Page>AbstractJavaWebModule. getDisplaysList()Map<String,Page>AbstractJavaWebModule. getDisplaysMap()List<Page>AbstractJavaWebModule. getPagesList()List<Page>JavaWebModule. getPagesList()Map<String,Page>AbstractJavaWebModule. getPagesMap() -
Uses of Page in meta.modulo.base
Methods in meta.modulo.base that return types with arguments of type Page Modifier and Type Method Description List<Page>ModuloBase. getPagesList()
-