Uses of Class
com.hp.lft.sdk.mobile.CheckBoxDescription.Init
Packages that use CheckBoxDescription.Init
Package
Description
Provides the SDK for testing objects in mobile applications.
-
Uses of CheckBoxDescription.Init in com.hp.lft.sdk.mobile
Classes in com.hp.lft.sdk.mobile with type parameters of type CheckBoxDescription.InitModifier and TypeClassDescriptionprotected static class
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
Helper class for CheckBoxDescription.Builder.Subclasses of CheckBoxDescription.Init in com.hp.lft.sdk.mobileModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.
Usage example: CheckBoxDescription description = new CheckBoxDescription.Builder().state(CheckedState.CHECKED).build();Constructors in com.hp.lft.sdk.mobile with parameters of type CheckBoxDescription.InitModifierConstructorDescriptionprotected
Initializes a new instance of the CheckBoxDescription class using the Builder pattern.