abk.html
Interface IOptionItem

All Known Implementing Classes:
AOptionItem

public interface IOptionItem

Interfaz que define las propiedades que debe exponer una entidad que quiera se utilizada para crear un elemento <OPTION>.


Method Summary
 String getLabel()
           
 String getValue()
           
 

Method Detail

getValue

String getValue()
Returns:
Valor que toma el elemento SELECT cuando se seleccione este elemento.

getLabel

String getLabel()
Returns:
Texto que se mostrará en el desplegable.


Copyright © 2024. All rights reserved.