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