com.itmill.toolkit.terminal.gwt.client.ui
Class IDateField
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.FlowPanel
com.itmill.toolkit.terminal.gwt.client.ui.IDateField
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, Paintable, Field, Iterable<com.google.gwt.user.client.ui.Widget>
- Direct Known Subclasses:
- IDateFieldCalendar, ITextualDate
public class IDateField
- extends com.google.gwt.user.client.ui.FlowPanel
- implements Paintable, Field
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
DEBUG_ID_PREFIX |
Methods inherited from class com.google.gwt.user.client.ui.FlowPanel |
add, insert |
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove, remove |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
getParent, isAttached, onAttach, onDetach, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setWidth, setVisible, setVisible, sinkEvents, toString, unsinkEvents |
CLASSNAME
public static final String CLASSNAME
- See Also:
- Constant Field Values
id
protected String id
client
protected ApplicationConnection client
immediate
protected boolean immediate
RESOLUTION_YEAR
public static final int RESOLUTION_YEAR
- See Also:
- Constant Field Values
RESOLUTION_MONTH
public static final int RESOLUTION_MONTH
- See Also:
- Constant Field Values
RESOLUTION_DAY
public static final int RESOLUTION_DAY
- See Also:
- Constant Field Values
RESOLUTION_HOUR
public static final int RESOLUTION_HOUR
- See Also:
- Constant Field Values
RESOLUTION_MIN
public static final int RESOLUTION_MIN
- See Also:
- Constant Field Values
RESOLUTION_SEC
public static final int RESOLUTION_SEC
- See Also:
- Constant Field Values
RESOLUTION_MSEC
public static final int RESOLUTION_MSEC
- See Also:
- Constant Field Values
currentResolution
protected int currentResolution
currentLocale
protected String currentLocale
readonly
protected boolean readonly
enabled
protected boolean enabled
date
protected Date date
showingDate
protected Date showingDate
dts
protected DateTimeService dts
IDateField
public IDateField()
onBrowserEvent
public void onBrowserEvent(com.google.gwt.user.client.Event event)
- Specified by:
onBrowserEvent
in interface com.google.gwt.user.client.EventListener
- Overrides:
onBrowserEvent
in class com.google.gwt.user.client.ui.Widget
updateFromUIDL
public void updateFromUIDL(UIDL uidl,
ApplicationConnection client)
- Specified by:
updateFromUIDL
in interface Paintable
getMilliseconds
public int getMilliseconds()
setMilliseconds
public void setMilliseconds(int ms)
getShowingMilliseconds
public int getShowingMilliseconds()
setShowingMilliseconds
public void setShowingMilliseconds(int ms)
getCurrentResolution
public int getCurrentResolution()
setCurrentResolution
public void setCurrentResolution(int currentResolution)
getCurrentLocale
public String getCurrentLocale()
setCurrentLocale
public void setCurrentLocale(String currentLocale)
getCurrentDate
public Date getCurrentDate()
setCurrentDate
public void setCurrentDate(Date date)
getShowingDate
public Date getShowingDate()
setShowingDate
public void setShowingDate(Date date)
isImmediate
public boolean isImmediate()
isReadonly
public boolean isReadonly()
isEnabled
public boolean isEnabled()
getDateTimeService
public DateTimeService getDateTimeService()
getId
public String getId()
getClient
public ApplicationConnection getClient()
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.