Package com.ponysdk.ui.terminal.ui

Examples of com.ponysdk.ui.terminal.ui.PTDateBox


        if (WidgetType.LISTBOX.equals(widgetType)) { return new PTListBox(); }
        if (WidgetType.SIMPLE_LAYOUT_PANEL.equals(widgetType)) { return new PTSimpleLayoutPanel(); }
        if (WidgetType.SIMPLE_PANEL.equals(widgetType)) { return new PTSimplePanel(); }
        if (WidgetType.FOCUS_PANEL.equals(widgetType)) { return new PTFocusPanel(); }
        if (WidgetType.SCROLL_PANEL.equals(widgetType)) { return new PTScrollPanel(); }
        if (WidgetType.DATEBOX.equals(widgetType)) { return new PTDateBox(); }
        if (WidgetType.DATEPICKER.equals(widgetType)) { return new PTDatePicker(); }
        if (WidgetType.FLEX_TABLE.equals(widgetType)) { return new PTFlexTable(); }
        if (WidgetType.GRID.equals(widgetType)) { return new PTGrid(); }
        if (WidgetType.IMAGE.equals(widgetType)) { return new PTImage(); }
        if (WidgetType.FILE_UPLOAD.equals(widgetType)) { return new PTFileUpload(); }
View Full Code Here

TOP

Related Classes of com.ponysdk.ui.terminal.ui.PTDateBox

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.