|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DisplayDataTypeEnum | |
|---|---|
| com.bristle.javalib.ui | |
| Uses of DisplayDataTypeEnum in com.bristle.javalib.ui |
|---|
| Fields in com.bristle.javalib.ui declared as DisplayDataTypeEnum | |
|---|---|
static DisplayDataTypeEnum |
DisplayDataTypeEnum.DATE_TIME
|
static DisplayDataTypeEnum |
DisplayDataTypeEnum.DICT_STRING
|
static DisplayDataTypeEnum |
DisplayDataTypeEnum.FLOAT
|
static DisplayDataTypeEnum |
DisplayDataTypeEnum.INTEGER
|
static DisplayDataTypeEnum |
DisplayDataTypeEnum.PASSWORD_STRING
|
static DisplayDataTypeEnum |
DisplayDataTypeEnum.STRING
|
| Methods in com.bristle.javalib.ui that return DisplayDataTypeEnum | |
|---|---|
DisplayDataTypeEnum |
PropertyDisplayData.getDataType()
Get the data type. |
static DisplayDataTypeEnum |
DisplayDataTypeEnum.getDisplayDataTypeEnum(String strValue)
Get a DisplayDataTypeEnum based on its coded string value. |
| Constructors in com.bristle.javalib.ui with parameters of type DisplayDataTypeEnum | |
|---|---|
PropertyDisplayData(String strName,
DisplayDataTypeEnum dataType,
String strDataTypeMessage,
boolean blnRequired,
String strRequiredMessage,
boolean blnReadOnly,
String strReadOnlyMessage,
String strPrompt,
int intMinDisplayLength,
int intMaxLength,
String strMaxLengthMessage,
String strDisallowedChars,
String strDisallowedCharsMessage,
float fltMinValue,
String strMinValueMessage,
float fltMaxValue,
String strMaxValueMessage)
Constructor (the only way to set the values). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||