com.arsdigita.acs.html
Class ChoiceBar
java.lang.Object
|
+--com.arsdigita.acs.html.ChoiceBar
- public class ChoiceBar
- extends Object
implements an HTML choice bar
Constructor Summary |
ChoiceBar(String[] choices,
String[] urls,
String[] keys,
String def)
returns a new HTML line of links, with the currently selected
link (indicated by keys[i] == def) in bold and not linked.. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
choices
String[] choices
urls
String[] urls
keys
String[] keys
def
String def
ChoiceBar
public ChoiceBar(String[] choices,
String[] urls,
String[] keys,
String def)
- returns a new HTML line of links, with the currently selected
link (indicated by keys[i] == def) in bold and not linked..
toString
public String toString()
- Overrides:
toString
in class Object