|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.component.DateChooser
public class DateChooser
Shows a calendar and allows choosing a date.
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
DateChooser()
|
|
DateChooser(java.lang.Object date)
|
Method Summary | |
---|---|
void |
_applyDate(java.lang.Object value,
java.lang.Object old)
|
java.lang.Object |
_checkDate(java.lang.Object value)
|
void |
_onDayClicked(java.lang.Object evt)
Event handler. |
void |
_onDayDblClicked()
|
java.lang.Object |
_onkeypress(java.lang.Object evt)
Event handler. |
void |
_onNavButtonClicked(java.lang.Object evt)
Event handler. |
void |
_updateDatePane()
Updates the date pane. |
java.lang.Object |
getDate()
Returns the (computed) value of the property date . |
java.lang.Integer |
getShownMonth()
Returns the (computed) value of the property shownMonth . |
java.lang.Integer |
getShownYear()
Returns the (computed) value of the property shownYear . |
void |
initDate(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property date
with the default value defined by the class developer. |
void |
initShownMonth(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property shownMonth
with the default value defined by the class developer. |
void |
initShownYear(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property shownYear
with the default value defined by the class developer. |
void |
resetDate()
Resets the user value of the property date . |
void |
resetShownMonth()
Resets the user value of the property shownMonth . |
void |
resetShownYear()
Resets the user value of the property shownYear . |
void |
setDate(java.lang.Object arg)
Sets the user value of the property date . |
void |
setShownMonth(java.lang.Integer arg)
Sets the user value of the property shownMonth . |
void |
setShownYear(java.lang.Integer arg)
Sets the user value of the property shownYear . |
void |
showMonth(java.lang.Integer month,
java.lang.Integer year)
Shows a certain month. |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateChooser()
public DateChooser(java.lang.Object date)
Method Detail |
---|
public void _applyDate(java.lang.Object value, java.lang.Object old)
public java.lang.Object _checkDate(java.lang.Object value)
public void _onDayClicked(java.lang.Object evt)
Event handler. Called when a day has been clicked.
public void _onDayDblClicked()
public java.lang.Object _onkeypress(java.lang.Object evt)
Event handler. Called when a key was pressed.
public void _onNavButtonClicked(java.lang.Object evt)
Event handler. Called when a navigation button has been clicked.
public void _updateDatePane()
Updates the date pane.
public java.lang.Object getDate()
Returns the (computed) value of the property date
.
For further details take a look at the property definition: date
.
public java.lang.Integer getShownMonth()
Returns the (computed) value of the property shownMonth
.
For further details take a look at the property definition: shownMonth
.
public java.lang.Integer getShownYear()
Returns the (computed) value of the property shownYear
.
For further details take a look at the property definition: shownYear
.
public void initDate(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property date
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: date
.
public void initShownMonth(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property shownMonth
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: shownMonth
.
public void initShownYear(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property shownYear
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: shownYear
.
public void resetDate()
Resets the user value of the property date
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: date
.
public void resetShownMonth()
Resets the user value of the property shownMonth
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: shownMonth
.
public void resetShownYear()
Resets the user value of the property shownYear
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: shownYear
.
public void setDate(java.lang.Object arg)
Sets the user value of the property date
.
For further details take a look at the property definition: date
.
public void setShownMonth(java.lang.Integer arg)
Sets the user value of the property shownMonth
.
For further details take a look at the property definition: shownMonth
.
public void setShownYear(java.lang.Integer arg)
Sets the user value of the property shownYear
.
For further details take a look at the property definition: shownYear
.
public void showMonth(java.lang.Integer month, java.lang.Integer year)
Shows a certain month.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |