|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.ui.ISeriesDatePrompt
Date widget used to prompt date.
Field Summary | |
---|---|
static String |
CHINA
|
static String |
copyright
|
static String[] |
days29Array
|
static String[] |
days30Array
|
static String[] |
days31Array
|
static int |
END_OF_DAY
|
static String |
JAPAN
|
static String |
KOREA
|
static int |
MIDDLE_OF_DAY
|
static String[] |
monthsArray
|
static String |
SINGABORE
|
static int |
START_OF_DAY
|
static String |
TAIWAN
|
static String |
US
|
Constructor Summary | |
---|---|
ISeriesDatePrompt(Composite parent,
Date date)
Constructor |
Method Summary | |
---|---|
void |
addDayModifyListener(ModifyListener listener)
Register a listener interested in day entry field modify events |
void |
addMonthModifyListener(ModifyListener listener)
Register a listener interested in month entry field modify events |
void |
addYearModifyListener(ModifyListener listener)
Register a listener interested in year entry field modify events |
void |
dispose()
|
Control |
getControl()
|
Date |
getDate()
Return date from prompt with time set to noon |
Date |
getDate(int timeOfDay)
Return date from prompt with time set to one requested |
void |
handleEvent(Event event)
Handle event to increase or decrease year |
boolean |
isDisposed()
|
protected int |
setDayComboItems(int month)
Set the date combo based on the month |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
public static final int START_OF_DAY
public static final int END_OF_DAY
public static final int MIDDLE_OF_DAY
public static final String[] monthsArray
public static final String[] days31Array
public static final String[] days30Array
public static final String[] days29Array
public static final String US
public static final String TAIWAN
public static final String SINGABORE
public static final String CHINA
public static final String JAPAN
public static final String KOREA
Constructor Detail |
public ISeriesDatePrompt(Composite parent, Date date)
parent
- - composite for this promptdate
- - initial date. If null, current day is used, but not the timeMethod Detail |
public void handleEvent(Event event)
handleEvent
in interface Listener
public Date getDate()
public Date getDate(int timeOfDay)
public void addDayModifyListener(ModifyListener listener)
public void addMonthModifyListener(ModifyListener listener)
public void addYearModifyListener(ModifyListener listener)
protected int setDayComboItems(int month)
month
- public void dispose()
public boolean isDisposed()
public Control getControl()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |