public class TimeInputEvent extends GenericEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeInputEvent.Listener |
static interface |
TimeInputEvent.Source |
| Constructor and Description |
|---|
TimeInputEvent(int timeField,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
boolean |
isDay() |
boolean |
isMonth() |
boolean |
isYear() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic boolean isYear()
public boolean isMonth()
public boolean isDay()
public int getValue()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.