Package | Description |
---|---|
org.apache.turbine.util |
Various utilities used in Turbine and for Turbine based applications.
|
Modifier and Type | Method and Description |
---|---|
TimeSelector |
TimeSelector.setMinuteInterval(int minutes)
Set the interval between options in the minute select box.
|
TimeSelector |
TimeSelector.setOnChange(String onChange)
Adds the onChange to all of
<SELECT> tags. |
TimeSelector |
TimeSelector.setSecondInterval(int seconds)
Set the interval between options in the second select box.
|
TimeSelector |
TimeSelector.setSeconds(int seconds)
Select the second to be selected if the showSeconds(false) behavior
is used.
|
TimeSelector |
TimeSelector.setShowSeconds(boolean show)
Whether or not to show the seconds as a popup menu.
|
TimeSelector |
TimeSelector.setTimeFormat(int format)
Set the time format to 12 or 24 hour.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.