com.tirsen.angkor.widget
Interface ChoiceModel


public interface ChoiceModel

Version:
$Revision: 1.2 $
Author:
$Author: tirsen $

Method Summary
 int[] getChoices()
           
 java.lang.String getChoiceText(int choice)
          TODO: this is view-related stuff. shouldn't that be specified when creating the view?
 void setChoice(int choice)
           
 

Method Detail

getChoices

public int[] getChoices()

getChoiceText

public java.lang.String getChoiceText(int choice)
TODO: this is view-related stuff. shouldn't that be specified when creating the view? TODO: it's kind of awkward that way though...


setChoice

public void setChoice(int choice)


Copyright © 2002-2002 . All Rights Reserved.