|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Question
This interface defines methods that are required to support c Confirmation Question.
| Method Summary | |
|---|---|
String |
getButtonIndex(String btnText)
Deprecated. returns the index associated with a specified button |
ArrayList |
getButtons()
Deprecated. |
String |
getQuestion()
Deprecated. |
void |
setButtons(ArrayList buttons)
Deprecated. |
void |
setQuestion(String question)
Deprecated. |
| Method Detail |
|---|
String getButtonIndex(String btnText)
btnText - the text of the button
ArrayList getButtons()
void setButtons(ArrayList buttons)
buttons - The buttons to set.String getQuestion()
void setQuestion(String question)
question - The question to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||