|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteDateTimeField
This class is a subclass of the Field class and represents a date or time field in a document.
Creation and access
Field Summary | |
---|---|
static int |
DISPLAY_DATE
specifies that only the date displays. |
static int |
DISPLAY_TIME
specifies that only the time displays. |
Method Summary | |
---|---|
int |
getDisplayMode()
This property returns or sets the display mode of the date or time field. |
java.util.Date |
getValue()
This property returns or sets the value of the date or time field. |
boolean |
isFixed()
This property returns or sets whether the value of the field can be changed. |
void |
setDisplayMode(int displayMode)
This property returns or sets the display mode of the date or time field. |
void |
setFixed(boolean fixed)
This property returns or sets whether the value of the field can be changed. |
void |
setValue(java.util.Date date)
This property returns or sets the value of the date or time field. |
Methods inherited from interface com.mindoo.remote.api.symphony.document.IRemoteField |
---|
getContent, getRange, getType, remove |
Field Detail |
---|
static final int DISPLAY_TIME
static final int DISPLAY_DATE
Method Detail |
---|
void setDisplayMode(int displayMode) throws RemoteEclipseAPIException
Constant | Value | Description |
---|---|---|
DateTimeField.DISPLAY_TIME | 0 | specifies that only the time displays. |
DateTimeField.DISPLAY_DATE | 1 | specifies that only the date displays. |
displayMode
-
RemoteEclipseAPIException
int getDisplayMode() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setValue(java.util.Date date) throws RemoteEclipseAPIException
date
-
RemoteEclipseAPIException
java.util.Date getValue() throws RemoteEclipseAPIException
RemoteEclipseAPIException
boolean isFixed() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setFixed(boolean fixed) throws RemoteEclipseAPIException
fixed
- true, when the value of the field does not refresh with the System's time.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |