|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
simplejpa.swing.DateTimePicker
class DateTimePicker extends JPanel
| Nested Class Summary | |
|---|---|
class |
DateTimePicker.SolidColorPainter
|
| Field Summary |
|---|
| Fields inherited from class JPanel | |
|---|---|
| WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
| Fields inherited from class JComponent | |
|---|---|
| WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY, TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT |
| Property Summary | |
|---|---|
Color |
componentBackground
|
org.jdesktop.swingx.JXDatePicker |
datePicker
|
boolean |
dateVisible
|
Closure |
selectedValueChanged
|
JSpinner |
timeSpinner
|
JSpinner.DateEditor |
timeSpinnerEditor
|
SpinnerDateModel |
timeSpinnerModel
|
boolean |
timeVisible
|
| Constructor Summary | |
DateTimePicker()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateMidnight
|
getDateMidnight()
|
org.joda.time.DateTime
|
getDateTime()
|
org.joda.time.LocalDate
|
getLocalDate()
|
org.joda.time.LocalDateTime
|
getLocalDateTime()
|
org.joda.time.LocalTime
|
getLocalTime()
|
void
|
setComponentBackground(Color componentBackground)
|
void
|
setDateMidnight(org.joda.time.DateMidnight dateMidnight)
|
void
|
setDateTime(org.joda.time.DateTime dateTime)
|
void
|
setDateVisible(boolean dateVisible)
|
void
|
setLocalDate(org.joda.time.LocalDate localDate)
|
void
|
setLocalDateTime(org.joda.time.LocalDateTime localDateTime)
|
void
|
setLocalTime(org.joda.time.LocalTime localTime)
|
void
|
setTimeVisible(boolean timeVisible)
|
| Property Detail |
|---|
Color componentBackground
org.jdesktop.swingx.JXDatePicker datePicker
boolean dateVisible
Closure selectedValueChanged
JSpinner timeSpinner
JSpinner.DateEditor timeSpinnerEditor
SpinnerDateModel timeSpinnerModel
boolean timeVisible
| Constructor Detail |
|---|
DateTimePicker()
| Method Detail |
|---|
org.joda.time.DateMidnight getDateMidnight()
org.joda.time.DateTime getDateTime()
org.joda.time.LocalDate getLocalDate()
org.joda.time.LocalDateTime getLocalDateTime()
org.joda.time.LocalTime getLocalTime()
void setComponentBackground(Color componentBackground)
void setDateMidnight(org.joda.time.DateMidnight dateMidnight)
void setDateTime(org.joda.time.DateTime dateTime)
void setDateVisible(boolean dateVisible)
void setLocalDate(org.joda.time.LocalDate localDate)
void setLocalDateTime(org.joda.time.LocalDateTime localDateTime)
void setLocalTime(org.joda.time.LocalTime localTime)
void setTimeVisible(boolean timeVisible)
Groovy Documentation