Timebox

An edit box for holding a time (a java.util.Date Object , but only Hour & Minute are used.

<window title="Simple" width="300px" border="normal">

<timebox id="tb0"/>

</window>

Class Name

org.zkoss.zul.Timebox

Supported Child Components

*NONE

Supported Events

*NONE

Properties

Property

Description

Data Type

buttonVisible

Sets whether the button (on the right of the textbox) is visible.

boolean

image

Sets the URI of the button image.

java.lang.String

timeZone

Sets the time zone that this time box belongs to, or null if the default time zone is used.

java.util.TimeZone

value

Sets the value (in Date).

java.util.Date

Methods

Name

Description

Return Data Type

getInnerAttrs()

Generates the Client-Side-Action attributes to the interior tag.

java.lang.String

Inherited From