24hour property explicitly.| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| Date | Returns a date with the time of day set to the value of this time picker. |
| int | getHours() Returns the hour (0-23) of the time value of this time picker. |
| int | Returns the millisecond (0-999) of the time value of this time picker. |
| int | Returns the minute (0-60) of the time value of this time picker. |
| int | Returns the second (0-60) of the time value of this time picker. |
| int | Returns whether this time picker shows the millisecond input field. |
| int | Returns whether this time picker shows the second input field. |
| int | is24Hour() Returns whether this time picker displays with a 24-hour clock. |
| String | paint() |
| void | Sets whether this time picker uses a 24-hour clock. |
| void | Sets the value of this time picker in local time. |
| jsx3.gui.Block | setFontSize(intPixelSize : int) Sets the CSS font-size for the object;
returns reference to self to facilitate method chaining; |
| void | Sets the hour value of this time picker. |
| void | setMilliseconds(intMillis : int) Sets the millisecond value of this time picker. |
| void | setMinutes(intMinutes : int) Sets the minute value of this time picker. |
| void | setSeconds(intSeconds : int) Sets the second value of this time picker. |
| void | setShowMillis(bShow : boolean) Sets whether this time picker shows the millisecond input field. |
| void | setShowSeconds(bShow : boolean) Sets whether this time picker shows the second input field. |
| Methods Inherited From jsx3.gui.Form |
|---|
| doKeyBinding, doReset, doValidate, getDisabledBackgroundColor, getDisabledColor, getEnabled, getKeyBinding, getRequired, getValidationState, getValue, setDisabledBackgroundColor, setDisabledColor, setEnabled, setKeyBinding, setRequired, setValidationState, setValue |
| Methods Inherited From jsx3.gui.Block |
|---|
| getBackground, getBackgroundColor, getBorder, getCSSOverride, getClassName, getColor, getCursor, getDimensions, getDisplay, getFontName, getFontSize, getFontWeight, getHeight, getIndex, getLeft, getMargin, getOverflow, getPadding, getRelativePosition, getTagName, getText, getTextAlign, getTip, getTop, getVisibility, getWidth, getZIndex, hideMask, setBackground, setBackgroundColor, setBorder, setCSSOverride, setClassName, setColor, setCursor, setDimensions, setDisplay, setFontName, setFontWeight, setHeight, setIndex, setLeft, setMargin, setOverflow, setPadding, setRelativePosition, setTagName, setText, setTextAlign, setTip, setTop, setVisibility, setWidth, setZIndex, showMask |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getDynamicProperty, getRendered, insertHTML, onAfterPaint, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute, setDynamicProperty |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Constructor Detail |
|---|
| Method Detail |
|---|
objDate parameter with the time of day set in local time or, if objDate is not provided,
it returns a new date (the current day) with the time of day set.showSeconds are true.null to use the locale default value.