Uses of Class
org.apache.turbine.util.TimeSelector

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.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.