Uses of Class
adalid.core.Tab
-
-
Uses of Tab in adalid.core
Methods in adalid.core that return Tab Modifier and Type Method Description TabAbstractEntity. getDefaultTab()TabEntityCollection. getTab()Methods in adalid.core that return types with arguments of type Tab Modifier and Type Method Description List<Tab>AbstractDataArtifact. getEnclosingTabs()Map<Tab,Integer>DisplayField. getTabs()List<Tab>AbstractEntity. getTabsList()Map<String,Tab>AbstractEntity. getTabsMap()Methods in adalid.core with parameters of type Tab Modifier and Type Method Description List<? extends DisplayField>Display. getRootFields(Tab tab)intDisplayField. getTabFieldIndex(Tab tab)booleanDisplayField. isInTab(Tab tab)voidAbstractEntity. setDefaultTab(Tab tab)El método setDefaultTab de la entidad se utiliza para establecer la pestaña (tab) por defecto, es decir, la pestaña que recibe el enfoque al abrir una vista (página) con pestañas de la entidad. -
Uses of Tab in adalid.core.comparators
Methods in adalid.core.comparators with parameters of type Tab Modifier and Type Method Description intByTabName. compare(Tab o1, Tab o2)intByTabSequence. compare(Tab o1, Tab o2) -
Uses of Tab in adalid.core.interfaces
Methods in adalid.core.interfaces that return types with arguments of type Tab Modifier and Type Method Description List<Tab>Property. getEnclosingTabs()List<Tab>Entity. getTabsList()Map<String,Tab>Entity. getTabsMap() -
Uses of Tab in meta.entidad.comun.auditoria
Fields in meta.entidad.comun.auditoria declared as Tab Modifier and Type Field Description protected TabRastroInforme. tab1protected TabRastroProceso. tab1protected TabRastroInforme. tab2protected TabRastroProceso. tab2 -
Uses of Tab in meta.entidad.comun.control.acceso.ext
Fields in meta.entidad.comun.control.acceso.ext declared as Tab Modifier and Type Field Description protected TabUsuario. tab10protected TabUsuario. tab20protected TabUsuario. tab30protected TabUsuario. tab40protected TabUsuario. tab50 -
Uses of Tab in meta.entidad.comun.control.prueba
Fields in meta.entidad.comun.control.prueba declared as Tab Modifier and Type Field Description protected TabCasoPrueba. tab1protected TabEjecucionLineaPrueba. tab1protected TabEjecucionPrueba. tab1protected TabEscenarioPrueba. tab1protected TabLineaPrueba. tab1protected TabProgramaPrueba. tab1protected TabCasoPrueba. tab2protected TabEjecucionLineaPrueba. tab2protected TabEjecucionPrueba. tab2protected TabEscenarioPrueba. tab2protected TabLineaPrueba. tab2protected TabProgramaPrueba. tab2protected TabCasoPrueba. tab3protected TabEjecucionLineaPrueba. tab3protected TabEjecucionPrueba. tab3protected TabEscenarioPrueba. tab3protected TabEjecucionLineaPrueba. tab4 -
Uses of Tab in meta.entidad.comun.operacion.basica
Fields in meta.entidad.comun.operacion.basica declared as Tab Modifier and Type Field Description protected TabTareaUsuarioCorreo. advertenciasprotected TabTareaUsuario. cronologiaprotected TabTareaUsuario. descripcionprotected TabTareaUsuarioCorreo. escalamientosprotected TabTareaUsuarioCorreo. eventosprotected TabTareaUsuarioCorreo. notificacionesprotected TabTareaUsuario. participantes
-