Centrales |  Componentes |  consola |  Debug |  Default |  Fuentes |  SalidaGrafica |  Seguridad |  SIUToba |  Varios |  Deprecated

toba_ei_esquema

toba_ei
   |
toba_ei_esquema

Ubicada en php/nucleo/componentes/interface/toba_ei_esquema.php [line 9]



Métodos Heredados

Heredado de toba_componente

toba_componente::__construct()
toba_ei::set_refresh_ejecuta_eventos()
toba_componente::destruir()
toba_ei::evento()
toba_ei::agregar_evento()
toba_ei::existe_evento()
toba_ei::eliminar_evento()
toba_ei::set_disparo_eventos_condicionado_datos()
toba_ei::get_eventos_sobre_fila()
toba_ei::cant_eventos_sobre_fila()
toba_ei::reportar_evento()
toba_ei::reportar_evento_interno()
toba_ei::get_lista_eventos_usuario()
toba_ei::get_lista_eventos_internos()
toba_ei::get_invocacion_evento_fila()
toba_ei::set_grupo_eventos_activo()
toba_ei::get_grupo_eventos_activo()
toba_ei::botonera_abajo()
toba_ei::botonera_arriba()
toba_ei::hay_botones()
toba_ei::generar_botones()
toba_ei::generar_botones_eventos()
toba_ei::generar_html_boton()
toba_ei::generar_boton()
toba_ei::tiene_puntos_control()
toba_ei::get_puntos_control()
toba_ei::agregar_notificacion()
toba_ei::colapsar()
toba_ei::descolapsar()
toba_ei::set_colapsable()
toba_ei::set_titulo()
toba_ei::set_descripcion()
toba_ei::set_modo_descripcion()
toba_ei::generar_html_barra_sup()
toba_ei::mostrar_barra_superior()
toba_ei::get_id_form()
toba_ei::get_id_objeto_js()
toba_ei::extender_objeto_js()
toba_ei::get_objeto_js()
toba_ei::vista_impresion()
toba_ei::vista_impresion_html()
toba_ei::xml_set_orientacion()
toba_ei::xml_set_logo()
toba_ei::xml_set_titulo()
toba_ei::xml_set_subtitulo()
toba_ei::xml_set_dim_pagina()
toba_ei::xml_set_incluir_pie()
toba_ei::xml_set_pie()
toba_ei::xml_set_alto_pie()
toba_ei::xml_set_incluir_cabecera()
toba_ei::xml_set_cabecera()
toba_ei::xml_set_alto_cabecera()
toba_ei::xml_set_margenes()
toba_ei::xml_set_atts_ei()
toba_ei::xml_set_nro_copias()
toba_ei::xml_get_att_comunes()
toba_ei::xml_get_elem_comunes()
toba_ei::xml_texto()
toba_ei::xml_tabla()
toba_ei::xml_imagen()
toba_ei::xml_set_tabla_cols()
toba_ei::xml_set_ns()
toba_ei::xml_get_informacion_basica_vista()
toba_componente::__sleep()
toba_componente::set_modo_compatible_manejo_sesion()
toba_componente::ini()
toba_componente::log()
toba_componente::get_nombre()
toba_componente::get_titulo()
toba_componente::get_id()
toba_componente::inicializado()
toba_componente::get_parametro()
toba_componente::controlador()
toba_componente::invocar_callback()
toba_componente::get_mensaje()
toba_componente::informar_msg()
toba_componente::informar()
toba_componente::borrar_memoria()
toba_componente::mantener_estado_sesion()
toba_componente::set_propiedades_sesion()
toba_componente::eliminar_estado_sesion()
toba_componente::get_estado_sesion()
toba_componente::set_controlador()
toba_componente::dependencia()
toba_componente::dep()
toba_componente::agregar_dependencia()
toba_componente::agregar_dependencia_por_indice()
toba_componente::dependencia_cargada()
toba_componente::existe_dependencia()
toba_componente::get_dependencias()
toba_componente::get_cantidad_dependencias()
toba_componente::get_dependencias_clase()

Métodos Propios
static string   generar_archivo()  
static mixed   generar_sentencia_incrustacion()  
mixed   __construct ()  
mixed   generar_html ()  
mixed   servicio__mostrar_esquema ()  
mixed   set_datos ()  
mixed   set_incluir_mapa ()  
string   vista_xml ()  
mixed   xml_set_caption ()  

static method generar_archivo  [línea 290]

  static string generar_archivo( string contenido , string formato , bool es_dirigido = true ] )

Genera el grafico utilizando el comando graphviz y lo almacena en un archivo temporal
Parámetros:
string   contenido: 
string   formato: 
bool   es_dirigido: 





static method generar_sentencia_incrustacion  [línea 99]

  static mixed generar_sentencia_incrustacion( string url , string formato , string ancho = null ] , string alto = null ] , mixed incluir_mapa = null ] , mixed objeto_js = null ] )

Genera el tag HTML necesario para incluir el archivo generado por GrahpViz
Parámetros:
string   url: 
string   formato: 
string   ancho: 
string   alto: 
mixed   incluir_mapa: 
mixed   objeto_js: 





__construct   [línea 18]

  mixed __construct( mixed id )

Parámetros:
mixed   id: 





generar_html   [línea 50]

  mixed generar_html( )





servicio__mostrar_esquema   [línea 328]

  mixed servicio__mostrar_esquema( [array parametros = null ] )

En base a la definicion que dejo el componente en el request anterior se construye el esquema y se le hace un passthru al cliente
Parámetros:
array   parametros: 





set_datos   [línea 31]

  mixed set_datos( string datos )

Cambia el esquema actual
Parámetros:
string   datos: 





set_incluir_mapa   [línea 45]

  mixed set_incluir_mapa( [mixed incluir = null ] )

Incluir mapa de la imagen. Es necesario que esté definido un ancho y un alto.
Parámetros:
mixed   incluir: 





vista_xml   [línea 382]

  string vista_xml( [bool inicial = false ] , [string xmlns = null ] )

Genera el xml del componente
Parámetros:
bool   inicial: 
string   xmlns: 





xml_set_caption   [línea 416]

  mixed xml_set_caption( string caption )

Permite definir una leyenda para la imagen
Parámetros:
string   caption: 






Desarrollado por SIU.
Documentación generada con phpDocumentor