|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeSelector | |
org.apache.turbine.util | Various utilities used in Turbine and for Turbine based applications. |
Uses of TimeSelector in org.apache.turbine.util |
Methods in org.apache.turbine.util that return TimeSelector | |
TimeSelector |
TimeSelector.setOnChange(java.lang.String onChange)
Adds the onChange to all of <SELECT> tags. |
TimeSelector |
TimeSelector.setSeconds(int seconds)
Select the second to be selected if the showSeconds(false) behavior is used. |
TimeSelector |
TimeSelector.setMinuteInterval(int minutes)
Set the interval between options in the minute select box. |
TimeSelector |
TimeSelector.setSecondInterval(int seconds)
Set the interval between options in the second select box. |
TimeSelector |
TimeSelector.setTimeFormat(int format)
Set the time format to 12 or 24 hour. |
TimeSelector |
TimeSelector.setShowSeconds(boolean show)
Whether or not to show the seconds as a popup menu. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |