(→Events) |
|||
Line 12: | Line 12: | ||
==Events== | ==Events== | ||
: <code>[[gn:act_setClick]]</code> | : <code>[[gn:act_setClick]]</code> | ||
+ | : <code>[[gn:act_setLongClick]]</code> | ||
==Data types== | ==Data types== |
Revision as of 09:41, 8 August 2019
Contents
GnDateTimePicker
- Widget XML tag
-
<com.ginstr.widgets.GnDateTimePicker>
- Description
-
GnDateTimePicker
inherits regular AndroidLinearLayout
widget. - It provides date and time entry.
Events
Data types
Input |
---|
dateTime
|
Output |
---|
dateTime
|
Example
<com.ginstr.widgets.GnDateTimePicker android:id="@+id/laundryServiceReport_dateAndTimeReceived" android:layout_width="match_parent" android:layout_height="wrap_content" />