Uses of Class
com.docusign.click.model.UserAgreementResponseStyle.ScrollControlEnum
-
Packages that use UserAgreementResponseStyle.ScrollControlEnum Package Description com.docusign.click.model -
-
Uses of UserAgreementResponseStyle.ScrollControlEnum in com.docusign.click.model
Methods in com.docusign.click.model that return UserAgreementResponseStyle.ScrollControlEnum Modifier and Type Method Description static UserAgreementResponseStyle.ScrollControlEnumUserAgreementResponseStyle.ScrollControlEnum. fromValue(String value)UserAgreementResponseStyle.ScrollControlEnumUserAgreementResponseStyle. getScrollControl()Control the scrolling of the document either by browser or by a scrollbar in the clickwrap shell.static UserAgreementResponseStyle.ScrollControlEnumUserAgreementResponseStyle.ScrollControlEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAgreementResponseStyle.ScrollControlEnum[]UserAgreementResponseStyle.ScrollControlEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.click.model with parameters of type UserAgreementResponseStyle.ScrollControlEnum Modifier and Type Method Description UserAgreementResponseStyleUserAgreementResponseStyle. scrollControl(UserAgreementResponseStyle.ScrollControlEnum scrollControl)scrollControl.voidUserAgreementResponseStyle. setScrollControl(UserAgreementResponseStyle.ScrollControlEnum scrollControl)setScrollControl.
-