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.mobileClasses in com.hp.lft.sdk.mobile with type parameters of type CheckBoxDescription.InitModifier and TypeClassDescriptionprotected static classCheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>Helper class for CheckBoxDescription.Builder.Subclasses of CheckBoxDescription.Init in com.hp.lft.sdk.mobileModifier and TypeClassDescriptionstatic classThis 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.InitModifierConstructorDescriptionprotectedInitializes a new instance of the CheckBoxDescription class using the Builder pattern.