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

toba_ef_cuit

toba_ef
   |
toba_ef_cuit

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



Métodos Heredados

Heredado de toba_ef

toba_ef::set_maximo_descripcion()
toba_ef::get_maximo_descripcion()
toba_ef::__construct()
toba_ef::es_seleccionable()
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::get_estado()
toba_ef::get_descripcion_estado()
toba_ef::tiene_estado()
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_estado()
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::cargar_estado_post()
toba_ef::guardar_dato_sesion()
toba_ef::crear_objeto_js()
toba_ef::objeto_js()
toba_ef::parametros_js()
toba_ef::get_consumo_javascript()
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_excepciones()  
static mixed   get_lista_parametros()  
static mixed   get_lista_parametros_carga()  
static mixed   set_excepciones()  
static mixed   validar_cuit()  
mixed   cargar_estado_post ()  
mixed   crear_objeto_js ()  
mixed   desactivar_validacion ()  
array   get_consumo_javascript ()  
mixed   get_desactivar_validacion ()  
string   get_descripcion_estado ()   Para muchos efs la descripción es identica al estado (caso de un texto común por ejemplo), pero para otros el estado es una clave interna distinta a su descripción
mixed   get_input ()  
mixed   set_estado ()  
mixed   tiene_estado ()  
mixed   validar_estado ()  

static method get_excepciones  [línea 34]

  static mixed get_excepciones( )





static method get_lista_parametros  [línea 20]

  static mixed get_lista_parametros( )





static method get_lista_parametros_carga  [línea 15]

  static mixed get_lista_parametros_carga( )





static method set_excepciones  [línea 29]

  static mixed set_excepciones( array excepciones )

Permite agregar excepciones al algoritmo de validacion de CUIT
Parámetros:
array   excepciones: 





static method validar_cuit  [línea 146]

  static mixed validar_cuit( mixed cuit_rearmado )

Parámetros:
mixed   cuit_rearmado: 





cargar_estado_post   [línea 39]

  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 130]

  mixed crear_objeto_js( )

Retorna la sentencia de creación del objeto javascript que representa al EF




desactivar_validacion   [línea 69]

  mixed desactivar_validacion( mixed desactivar )

Parámetros:
mixed   desactivar: 





get_consumo_javascript   [línea 136]

  array get_consumo_javascript( )

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




get_desactivar_validacion   [línea 74]

  mixed get_desactivar_validacion( )





get_descripcion_estado   [línea 113]

  string get_descripcion_estado( mixed tipo_salida )

Retorna una descripción textual del estado.
Parámetros:
mixed   tipo_salida: 





get_input   [línea 95]

  mixed get_input( )

Genera el HTML del elemento




set_estado   [línea 51]

  mixed set_estado( mixed estado )

Cambia el valor o estado actual del ef
Parámetros:
mixed   estado: 





tiene_estado   [línea 60]

  mixed tiene_estado( )

Retorna true si el ef tiene un valor o estado distinto al nulo




validar_estado   [línea 80]

  mixed validar_estado( )

Chequea la validez del estado actual del ef





Desarrollado por SIU.
Documentación generada con phpDocumentor