|
SL-GMS Enterprise RTView Customization | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Enum
com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
public static final class GmsRtViewDs.UpdateMode
Update mode used to update polled data
| Field Summary | |
|---|---|
static GmsRtViewDs.UpdateMode |
DATA_ATTACHMENT_PERIOD
Update data periodically using the update period defined in the Attach To Data Dialog. |
static GmsRtViewDs.UpdateMode |
DS_OPTION_PERIOD
Update data periodically using the update period defined in the DS Specific (Tab) Application Options update period. |
static GmsRtViewDs.UpdateMode |
ON_DEMAND_UPDATE
Update data on demand each time a display using the data attachment is loaded, or a substitution string changes. |
static GmsRtViewDs.UpdateMode |
STATIC_UPDATE_ONCE
Update data (once) statically. |
| Method Summary | |
|---|---|
static GmsRtViewDs.UpdateMode |
fromIntValue(int intValue)
|
static GmsRtViewDs.UpdateMode |
fromStringIntValue(java.lang.String value)
|
java.lang.String |
getDefaultComboLabel()
|
int |
getIntValue()
Get the int value for this update mode |
java.lang.String |
getStringIntValue()
|
static GmsRtViewDs.UpdateMode |
valueOf(java.lang.String name)
|
static GmsRtViewDs.UpdateMode[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final GmsRtViewDs.UpdateMode DATA_ATTACHMENT_PERIOD
public static final GmsRtViewDs.UpdateMode DS_OPTION_PERIOD
public static final GmsRtViewDs.UpdateMode ON_DEMAND_UPDATE
public static final GmsRtViewDs.UpdateMode STATIC_UPDATE_ONCE
| Method Detail |
|---|
public static GmsRtViewDs.UpdateMode fromIntValue(int intValue)
public static GmsRtViewDs.UpdateMode fromStringIntValue(java.lang.String value)
public java.lang.String getDefaultComboLabel()
public int getIntValue()
public java.lang.String getStringIntValue()
public static GmsRtViewDs.UpdateMode valueOf(java.lang.String name)
public static final GmsRtViewDs.UpdateMode[] values()
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||