|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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
com.itmill.toolkit.terminal.gwt.client.ui.ITextualDate
public class ITextualDate
Nested Class Summary |
---|
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 |
Field Summary | |
---|---|
protected int |
fieldExtraWidth
|
Fields inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IDateField |
---|
CLASSNAME, client, currentLocale, currentResolution, date, dts, enabled, id, immediate, readonly, RESOLUTION_DAY, RESOLUTION_HOUR, RESOLUTION_MIN, RESOLUTION_MONTH, RESOLUTION_MSEC, RESOLUTION_SEC, RESOLUTION_YEAR, showingDate |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ITextualDate()
|
Method Summary | |
---|---|
protected void |
buildDate()
|
void |
focus()
Sets focus to this widget. |
protected int |
getFieldExtraWidth()
Returns pixels in x-axis reserved for other than textfield content. |
protected String |
getFormatString()
|
void |
iLayout()
This function is run when container box has been resized. |
void |
onChange(com.google.gwt.user.client.ui.Widget sender)
|
void |
setWidth(String newWidth)
|
void |
updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
Methods inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IDateField |
---|
getClient, getCurrentDate, getCurrentLocale, getCurrentResolution, getDateTimeService, getId, getMilliseconds, getShowingDate, getShowingMilliseconds, isEnabled, isImmediate, isReadonly, onBrowserEvent, setCurrentDate, setCurrentLocale, setCurrentResolution, setMilliseconds, setShowingDate, setShowingMilliseconds |
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, setVisible, setVisible, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int fieldExtraWidth
Constructor Detail |
---|
public ITextualDate()
Method Detail |
---|
public void updateFromUIDL(UIDL uidl, ApplicationConnection client)
updateFromUIDL
in interface Paintable
updateFromUIDL
in class IDateField
protected String getFormatString()
protected void buildDate()
public void onChange(com.google.gwt.user.client.ui.Widget sender)
onChange
in interface com.google.gwt.user.client.ui.ChangeListener
public void setWidth(String newWidth)
setWidth
in class com.google.gwt.user.client.ui.UIObject
protected int getFieldExtraWidth()
public void iLayout()
ContainerResizedListener
iLayout
in interface ContainerResizedListener
public void focus()
Focusable
focus
in interface Focusable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |