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 class
UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>
Helper class for derived Builder classes.Subclasses of UiObjectBaseDescription.Init in com.hp.lft.sdk.mobileModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the ButtonDescription class using the builder pattern.protected static class
ButtonDescription.Init<T extends ButtonDescription.Init<T>>
Helper class for ButtonDescription.Builder.static class
This 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 class
CalendarDescription.Init<T extends CalendarDescription.Init<T>>
Helper class for CalendarDescription.Builder.static 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();protected static class
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
Helper class for CheckBoxDescription.Builder.static class
This class can be used to construct an instance of the DropDownDescription class using the builder pattern.protected static class
DropDownDescription.Init<T extends DropDownDescription.Init<T>>
Helper class for DropDownDescription.Builder.static class
This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.protected static class
EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
Helper class for EditFieldDescription.Builder.static class
This class can be used to construct an instance of the LabelDescription class using the builder pattern.protected static class
LabelDescription.Init<T extends LabelDescription.Init<T>>
Helper class for LabelDescription.Builder.static class
This class can be used to construct an instance of the PaginatorDescription class using the builder pattern.protected static class
PaginatorDescription.Init<T extends PaginatorDescription.Init<T>>
Helper class for PaginatorDescription.Builder.static class
This class can be used to construct an instance of the RadioGroupDescription class using the builder pattern.protected static class
RadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>
Helper class for RadioGroupDescription.Builder.static class
This class can be used to construct an instance of the RecyclerViewDescription class using the builder pattern.protected static class
RecyclerViewDescription.Init<T extends RecyclerViewDescription.Init<T>>
Helper class for RecyclerViewDescription.Builder.static class
This class can be used to construct an instance of the SliderDescription class using the builder pattern.protected static class
SliderDescription.Init<T extends SliderDescription.Init<T>>
Helper class for SliderDescription.Builder.static class
This class can be used to construct an instance of the StepperDescription class using the builder pattern.protected static class
StepperDescription.Init<T extends StepperDescription.Init<T>>
Helper class for StepperDescription.Builder.static class
This class can be used to construct an instance of the TableDescription class using the builder pattern.protected static class
TableDescription.Init<T extends TableDescription.Init<T>>
Helper class for TableDescription.Builder.static class
This class can be used to construct an instance of the TabStripDescription class using the builder pattern.protected static class
TabStripDescription.Init<T extends TabStripDescription.Init<T>>
Helper class for TabStripDescription.Builder.static class
This class can be used to construct an instance of the ToggleDescription class using the builder pattern.protected static class
ToggleDescription.Init<T extends ToggleDescription.Init<T>>
Helper class for ToggleDescription.Builder.static class
This class can be used to construct an instance of the UiObjectDescription class using the builder pattern.protected static class
UiObjectDescription.Init<T extends UiObjectDescription.Init<T>>
Helper class for UiObjectDescription.Builder.static class
This class can be used to construct an instance of the ViewDescription class using the builder pattern.protected static class
ViewDescription.Init<T extends ViewDescription.Init<T>>
Helper class for ViewDescription.Builder.static class
This class can be used to construct an instance of the ViewDescription class using the builder pattern.protected static class
WebViewDescription.Init<T extends WebViewDescription.Init<T>>
Helper class for ViewDescription.Builder.Constructors in com.hp.lft.sdk.mobile with parameters of type UiObjectBaseDescription.InitModifierConstructorDescriptionprotected
Initializes a new instance of the UiObjectBaseDescription class using the Builder pattern.