|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AdaptorField.UIType in com.adobe.connectpro.telephony.adaptor |
---|
Methods in com.adobe.connectpro.telephony.adaptor that return AdaptorField.UIType | |
---|---|
AdaptorField.UIType |
AdaptorField.getUIType()
Sets the UI Type of the input field used when getting user input or label type to use when displaying the field in the meeting. |
static AdaptorField.UIType |
AdaptorField.UIType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdaptorField.UIType |
AdaptorField.UIType.valueOfCustom(java.lang.String customName)
Returns the enum constant based on String value of the same |
static AdaptorField.UIType[] |
AdaptorField.UIType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.adobe.connectpro.telephony.adaptor with parameters of type AdaptorField.UIType | |
---|---|
void |
AdaptorField.setUIType(AdaptorField.UIType uIType)
Sets the UI Type of the input field used when getting user input or label type to use when displaying the field in the meeting. |
Constructors in com.adobe.connectpro.telephony.adaptor with parameters of type AdaptorField.UIType | |
---|---|
AdaptorField(java.lang.String fieldId,
java.lang.String name,
AdaptorField.UIType uIType,
AdaptorField.InMeetingDisplayLevel inMeetingDisplayLevel,
boolean required,
boolean userDefined)
Constructor with all the fields for convenience. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |