Uses of Class
com.hp.lft.sdk.mobile.UiObjectBaseDescription.Init
Packages that use UiObjectBaseDescription.Init
Package
Description
Provides the SDK for testing objects in mobile applications.
-
Uses of UiObjectBaseDescription.Init in com.hp.lft.sdk.mobile
Classes in com.hp.lft.sdk.mobile with type parameters of type UiObjectBaseDescription.InitModifier and TypeClassDescriptionprotected static classUiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>Helper class for derived Builder classes.Subclasses of UiObjectBaseDescription.Init in com.hp.lft.sdk.mobileModifier and TypeClassDescriptionstatic classThis class can be used to construct an instance of the ButtonDescription class using the builder pattern.protected static classButtonDescription.Init<T extends ButtonDescription.Init<T>>Helper class for ButtonDescription.Builder.static 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();protected static classCalendarDescription.Init<T extends CalendarDescription.Init<T>>Helper class for CalendarDescription.Builder.static 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();protected static classCheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>Helper class for CheckBoxDescription.Builder.static classThis class can be used to construct an instance of the DropDownDescription class using the builder pattern.protected static classDropDownDescription.Init<T extends DropDownDescription.Init<T>>Helper class for DropDownDescription.Builder.static classThis class can be used to construct an instance of the EditFieldDescription class using the builder pattern.protected static classEditFieldDescription.Init<T extends EditFieldDescription.Init<T>>Helper class for EditFieldDescription.Builder.static classThis class can be used to construct an instance of the LabelDescription class using the builder pattern.protected static classLabelDescription.Init<T extends LabelDescription.Init<T>>Helper class for LabelDescription.Builder.static classThis class can be used to construct an instance of the PaginatorDescription class using the builder pattern.protected static classPaginatorDescription.Init<T extends PaginatorDescription.Init<T>>Helper class for PaginatorDescription.Builder.static classThis class can be used to construct an instance of the RadioGroupDescription class using the builder pattern.protected static classRadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>Helper class for RadioGroupDescription.Builder.static classThis class can be used to construct an instance of the RecyclerViewDescription class using the builder pattern.protected static classRecyclerViewDescription.Init<T extends RecyclerViewDescription.Init<T>>Helper class for RecyclerViewDescription.Builder.static classThis class can be used to construct an instance of the SliderDescription class using the builder pattern.protected static classSliderDescription.Init<T extends SliderDescription.Init<T>>Helper class for SliderDescription.Builder.static classThis class can be used to construct an instance of the StepperDescription class using the builder pattern.protected static classStepperDescription.Init<T extends StepperDescription.Init<T>>Helper class for StepperDescription.Builder.static classThis class can be used to construct an instance of the TableDescription class using the builder pattern.protected static classTableDescription.Init<T extends TableDescription.Init<T>>Helper class for TableDescription.Builder.static classThis class can be used to construct an instance of the TabStripDescription class using the builder pattern.protected static classTabStripDescription.Init<T extends TabStripDescription.Init<T>>Helper class for TabStripDescription.Builder.static classThis class can be used to construct an instance of the ToggleDescription class using the builder pattern.protected static classToggleDescription.Init<T extends ToggleDescription.Init<T>>Helper class for ToggleDescription.Builder.static classThis class can be used to construct an instance of the UiObjectDescription class using the builder pattern.protected static classUiObjectDescription.Init<T extends UiObjectDescription.Init<T>>Helper class for UiObjectDescription.Builder.static classThis class can be used to construct an instance of the ViewDescription class using the builder pattern.protected static classViewDescription.Init<T extends ViewDescription.Init<T>>Helper class for ViewDescription.Builder.static classThis class can be used to construct an instance of the ViewDescription class using the builder pattern.protected static classWebViewDescription.Init<T extends WebViewDescription.Init<T>>Helper class for ViewDescription.Builder.Constructors in com.hp.lft.sdk.mobile with parameters of type UiObjectBaseDescription.InitModifierConstructorDescriptionprotectedInitializes a new instance of the UiObjectBaseDescription class using the Builder pattern.