A B C D E F G H I L M N P R S T U V W X Y _

L

Label - class com.fruitioninc.jwc.Label.
A display area for a short text string.
Label() - Constructor for class com.fruitioninc.jwc.Label
 
Label(String) - Constructor for class com.fruitioninc.jwc.Label
 
Label(String, String) - Constructor for class com.fruitioninc.jwc.Label
 
LabelModel - interface com.fruitioninc.jwc.LabelModel.
Responsible for the state of a Label component.
LabelView - class com.fruitioninc.jwc.basic.LabelView.
 
LabelView() - Constructor for class com.fruitioninc.jwc.basic.LabelView
 
ListBox - class com.fruitioninc.jwc.ListBox.
A component that allows the user to select one or more elements from a list.
ListBox() - Constructor for class com.fruitioninc.jwc.ListBox
Creates a non-state-fill ListBox with zero elements.
ListBox(Object[]) - Constructor for class com.fruitioninc.jwc.ListBox
Creates a non-state-full ListBox with some initial elements.
ListBox(String) - Constructor for class com.fruitioninc.jwc.ListBox
Creates a non-state-full ListBox with the given name.
ListBox(String, ListBoxModel) - Constructor for class com.fruitioninc.jwc.ListBox
Creates a ListBox with the given name and model.
ListBox(String, Object[]) - Constructor for class com.fruitioninc.jwc.ListBox
Creates a non-state-full ListBox with the given name and initial elements.
ListBoxModel - interface com.fruitioninc.jwc.ListBoxModel.
Responsible for the state of a ListBox component.
ListBoxView - class com.fruitioninc.jwc.basic.ListBoxView.
 
ListBoxView() - Constructor for class com.fruitioninc.jwc.basic.ListBoxView
 
loadPages() - Method in class com.fruitioninc.jwc.AbstractApplication
Called at construction time to add all pages into the application.
logRequest(HttpServletRequest) - Method in class com.fruitioninc.jwc.ControllerServlet
This is called for each incoming request.

A B C D E F G H I L M N P R S T U V W X Y _