|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.MenuOption
public class MenuOption
This class implements a HTML menu option widget.
Constructor Summary | |
---|---|
MenuOption(String option)
Constructor |
|
MenuOption(String option,
String value)
Constructor. |
Method Summary | |
---|---|
String |
toHTML()
This method returns a HTML representation of this widget (with the menu option deselected). |
String |
toHTMLSelected()
This method returns a HTML representation of this widget (with the menu option selected). |
Methods inherited from class com.bankframe.fe.html.HTMLWidget |
---|
quote, quote |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MenuOption(String option)
option
- String menu option textpublic MenuOption(String option, String value)
option
- String menu option text value textvalue
- StringMethod Detail |
---|
public String toHTML()
toHTML
in class HTMLWidget
public String toHTMLSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |