Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
J
M
N
O
S
U
A
addHoliday(int, int, String)
- Method in class us.souther.select.
HolidayDB
APRIL
- Static variable in class us.souther.select.
Holiday
AUGUST
- Static variable in class us.souther.select.
Holiday
C
compareTo(Object)
- Method in class us.souther.select.
Holiday
required for interface Comparable.
D
DECEMBER
- Static variable in class us.souther.select.
Holiday
doGet(HttpServletRequest, HttpServletResponse)
- Method in class us.souther.select.
HolidaySelectorServlet
Handles all GET requests by simply forwarding the user to the JSP.
doPost(HttpServletRequest, HttpServletResponse)
- Method in class us.souther.select.
HolidaySelectorServlet
Handles POST requests from the JSP.
F
FEBRUARY
- Static variable in class us.souther.select.
Holiday
G
getDay()
- Method in class us.souther.select.
Holiday
getHoliday(Object)
- Method in class us.souther.select.
HolidayDB
returns a Holiday object
getHolidaysAsOptions()
- Method in class us.souther.select.
HolidayBean
Builds a filtered list of holidays as a set of HTML Select Option tags.
getInfo()
- Method in class us.souther.select.
HolidayBean
Shows the date that a selected holiday is celebrated on but only when the final form has been submitted.
getIsFormEnabled()
- Method in class us.souther.select.
HolidayBean
Used to toggle the disabled status of the form's enter button.
getKey()
- Method in class us.souther.select.
Holiday
An easy way to represent a holiday with a short string.
getKey()
- Method in class us.souther.select.
HolidayBean
This key is also used as the value portion in the option tags return from the getHolidaysAsOptions method.
getMonth()
- Method in class us.souther.select.
Holiday
getMonth()
- Method in class us.souther.select.
HolidayBean
The month as a numeric string.
getMonthsAsOptions()
- Method in class us.souther.select.
HolidayBean
Builds a list of Months as a set of HTML Select Option tags.
getName()
- Method in class us.souther.select.
Holiday
H
Holiday
- Class in
us.souther.select
Holiday(int, int, String)
- Constructor for class us.souther.select.
Holiday
HolidayBean
- Class in
us.souther.select
This is the model portion of an MVC app that demonstrates one way to build work with dynamic select boxes.
HolidayBean()
- Constructor for class us.souther.select.
HolidayBean
Creates a new HolidayBean.
HolidayBean(HolidayDB, int, String)
- Constructor for class us.souther.select.
HolidayBean
Creates a new HolidayBean.
HolidayDB
- Class in
us.souther.select
Mock database that returns a list of Holiday Objects.
HolidayDB()
- Constructor for class us.souther.select.
HolidayDB
HolidaySelectorServlet
- Class in
us.souther.select
This is the controller portion of an MVC app that demonstrates one way to build work with dynamic select boxes.
HolidaySelectorServlet()
- Constructor for class us.souther.select.
HolidaySelectorServlet
I
init(ServletConfig)
- Method in class us.souther.select.
HolidaySelectorServlet
Initializes the servlet by instanciating the imatation database object and binding it to context scope.
J
JANUARY
- Static variable in class us.souther.select.
Holiday
JULY
- Static variable in class us.souther.select.
Holiday
JUNE
- Static variable in class us.souther.select.
Holiday
M
main(String[])
- Static method in class us.souther.select.
HolidayBean
For testing and debugging only.
main(String[])
- Static method in class us.souther.select.
HolidayDB
MARCH
- Static variable in class us.souther.select.
Holiday
MAY
- Static variable in class us.souther.select.
Holiday
N
NOVEMBER
- Static variable in class us.souther.select.
Holiday
O
OCTOBER
- Static variable in class us.souther.select.
Holiday
S
selectByMonth(int)
- Method in class us.souther.select.
HolidayDB
SEPTEMBER
- Static variable in class us.souther.select.
Holiday
setShowInfo(boolean)
- Method in class us.souther.select.
HolidayBean
Unless this is specifically set to true, the getInfo mehod will return an empty string.
U
us.souther.select
- package us.souther.select
A
C
D
F
G
H
I
J
M
N
O
S
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes