Interface | Description |
---|---|
UTCDateBoxImpl |
Interface for UTCDateBox implementations that are quite different
in appearance (HTML4 vs HTML5).
|
UTCTimeBoxImpl |
Interface for UTCTimeBox implementations that are quite different
in appearance (HTML4 vs HTML5).
|
Class | Description |
---|---|
UTCDateBoxImplHtml4 | |
UTCDateBoxImplHtml5 |
Uses an HTML5 input type=date control to implement the UTCDateBox
|
UTCDateBoxImplShared | |
UTCTimeBoxImplHtml4 |
Time is represented as the number of milliseconds after midnight
independent of time zone.
|
UTCTimeBoxImplHtml5 |
Uses an HTML5 input type=time control to implement the UTCTimeBox
|
UTCTimeBoxImplShared |
Copyright © 2015. All Rights Reserved.