com.arsdigita.acs.html
Class ChoiceBar

java.lang.Object
  |
  +--com.arsdigita.acs.html.ChoiceBar

public class ChoiceBar
extends Object

implements an HTML choice bar


Field Summary
(package private)  String[] choices
           
(package private)  String def
           
(package private)  String[] keys
           
(package private)  String[] urls
           
 
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..
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

choices

String[] choices

urls

String[] urls

keys

String[] keys

def

String def
Constructor Detail

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..
Method Detail

toString

public String toString()
Overrides:
toString in class Object