Interface ObjectSelectionModel


public interface ObjectSelectionModel
Modelo del control ObjectSelection
Author:
Fernando González Cortés
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtiene el mensaje que se mostrará al usuario
    Obtiene las referencias a los objetos que aparecerán seleccionables en el combo
  • Method Details

    • getObjects

      Object[] getObjects() throws SelectionException
      Obtiene las referencias a los objetos que aparecerán seleccionables en el combo
      Returns:
      array de objetos
      Throws:
      SelectionException - Si se produce algún error
    • getMsg

      String getMsg()
      Obtiene el mensaje que se mostrará al usuario
      Returns:
      String