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

toba_ef_combo_editable

toba_ef
   |
toba_ef_combo_editable

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



Métodos Heredados

Heredado de toba_ef_seleccion

toba_ef_seleccion::get_lista_parametros_carga()
toba_ef::__construct()
toba_ef::es_seleccionable()
toba_ef_seleccion::set_opciones()
toba_ef::get_estado()
toba_ef::get_descripcion_estado()
toba_ef_seleccion::es_estado_nulo()
toba_ef_seleccion::es_estado_no_seleccionado()
toba_ef_seleccion::get_estado_para_input()
toba_ef::set_estado()
toba_ef::cargar_estado_post()
toba_ef::tiene_estado()
toba_ef::get_consumo_javascript()
toba_ef::set_maximo_descripcion()
toba_ef::get_maximo_descripcion()
toba_ef::permite_seleccion_multiple()
toba_ef::es_estado_unico()
toba_ef::carga_depende_de_estado()
toba_ef::tiene_etiqueta()
toba_ef::set_excepciones()
toba_ef::get_excepciones()
toba_ef::get_maestros()
toba_ef::get_campos_clave()
toba_ef::get_campo_valor()
toba_ef::son_campos_posicionales()
toba_ef::quitar_maestro()
toba_ef::clave_memoria()
toba_ef::tiene_opciones_cargadas()
toba_ef::es_obligatorio()
toba_ef::get_estilo_etiqueta()
toba_ef::get_toggle()
toba_ef::esta_expandido()
toba_ef::get_id()
toba_ef::get_etiqueta()
toba_ef::get_descripcion()
toba_ef::get_dato()
toba_ef::get_id_form_orig()
toba_ef::get_id_form()
toba_ef::seleccionado()
toba_ef::resetear_estado()
toba_ef::validar_estado()
toba_ef::set_estado_defecto()
toba_ef::normalizar_parametro_cascada()
toba_ef::ir_a_fila()
toba_ef::get_fila_actual()
toba_ef::set_etiqueta()
toba_ef::set_descripcion()
toba_ef::set_solo_lectura()
toba_ef::es_solo_lectura()
toba_ef::set_obligatorio()
toba_ef::set_estilo_etiqueta()
toba_ef::set_expandido()
toba_ef::set_permitir_html()
toba_ef::set_tamano()
toba_ef::set_iconos_utilerias()
toba_ef::agregar_icono_utileria()
toba_ef::get_html_iconos_utilerias()
toba_ef::guardar_dato_sesion()
toba_ef::crear_objeto_js()
toba_ef::objeto_js()
toba_ef::parametros_js()
toba_ef::set_cuando_cambia_valor()
toba_ef::get_cuando_cambia_valor()
toba_ef::get_input()
toba_ef::controlador()

Métodos Propios
static mixed   get_lista_parametros()  
static mixed   get_lista_parametros_carga()  
mixed   __construct ()  
mixed   carga_depende_de_estado ()  
mixed   cargar_estado_post ()  
mixed   crear_objeto_js ()  
array   get_consumo_javascript ()  
string   get_descripcion_estado ()  
mixed   get_input ()  
mixed   parametros_js ()  
mixed   set_modo_filtrado ()  
mixed   set_modo_solo_selecciones ()  
mixed   set_opciones ()  

static method get_lista_parametros  [línea 27]

  static mixed get_lista_parametros( )





static method get_lista_parametros_carga  [línea 17]

  static mixed get_lista_parametros_carga( )





__construct   [línea 37]

  mixed __construct( mixed padre , mixed nombre_formulario , mixed id , mixed etiqueta , mixed descripcion , mixed dato , mixed obligatorio , mixed parametros )

Parámetros:
mixed   padre: 
mixed   nombre_formulario: 
mixed   id: 
mixed   etiqueta: 
mixed   descripcion: 
mixed   dato: 
mixed   obligatorio: 
mixed   parametros: 





carga_depende_de_estado   [línea 47]

  mixed carga_depende_de_estado( )





cargar_estado_post   [línea 121]

  mixed cargar_estado_post( )

Carga el estado actual del ef a partir del $_POST dejado por este mismo componente en el pedido anterior




crear_objeto_js   [línea 144]

  mixed crear_objeto_js( )





get_consumo_javascript   [línea 156]

  array get_consumo_javascript( )

Esta funcion permite que un EF declare la necesidad de incluir codigo javascript necesario para su correcto funcionamiento




get_descripcion_estado   [línea 93]

  string get_descripcion_estado( mixed tipo_salida )

Retorna la descripción asociada a la opción actualmente seleccionada
Parámetros:
mixed   tipo_salida: 





get_input   [línea 52]

  mixed get_input( )





parametros_js   [línea 134]

  mixed parametros_js( )





set_modo_filtrado   [línea 111]

  mixed set_modo_filtrado( mixed estado )

Parámetros:
mixed   estado: 





set_modo_solo_selecciones   [línea 116]

  mixed set_modo_solo_selecciones( mixed estado )

Parámetros:
mixed   estado: 





set_opciones   [línea 82]

  mixed set_opciones( mixed descripcion , [mixed maestros_cargados = true ] , [mixed tiene_maestros = false ] )

Cambia el conjunto de opciones disponibles para que el usuario seleecione
Parámetros:
mixed   descripcion: 
mixed   maestros_cargados: 
mixed   tiene_maestros: 






Desarrollado por SIU.
Documentación generada con phpDocumentor