Class TimeEditorDemoHandler

java.lang.Object
jaxx.demo.component.jaxx.widgets.datetime.TimeEditorDemoHandler
All Implemented Interfaces:
UIHandler<TimeEditorDemo>

public class TimeEditorDemoHandler
extends java.lang.Object
implements UIHandler<TimeEditorDemo>
Created on 11/30/14.
Since:
2.18
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.text.DateFormat timeFormat  
  • Constructor Summary

    Constructors
    Constructor Description
    TimeEditorDemoHandler()  
  • Method Summary

    Modifier and Type Method Description
    void afterInit​(TimeEditorDemo ui)  
    void beforeInit​(TimeEditorDemo ui)  
    java.lang.String getTime​(java.util.Date date)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • timeFormat

      protected final java.text.DateFormat timeFormat
  • Constructor Details

    • TimeEditorDemoHandler

      public TimeEditorDemoHandler()
  • Method Details