Uses of Class
com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription.Init
Packages that use UiObjectBaseDescription.Init
- 
Uses of UiObjectBaseDescription.Init in com.hp.lft.sdk.powerbuilder
Classes in com.hp.lft.sdk.powerbuilder 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.powerbuilderModifier and TypeClassDescriptionstatic classThis class is 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.Builderstatic classThis class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.protected static classCheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>Helper class for CheckBoxDescription.Builderstatic classThis class can be used to construct an instance of the ComboBoxDescription class using the builder pattern.protected static classComboBoxDescription.Init<T extends ComboBoxDescription.Init<T>>Helper class for ComboBoxDescription.Builderstatic 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.Builderstatic classThis class can be used to construct an instance of the ListBoxDescription class using the builder pattern.protected static classListBoxDescription.Init<T extends ListBoxDescription.Init<T>>Helper class for ListBoxDescription.Builderstatic classThis class can be used to construct an instance of the ListViewDescription class using the builder pattern.protected static classListViewDescription.Init<T extends ListViewDescription.Init<T>>Helper class for ListViewDescription.Builderstatic classThis class can be used to construct an instance of the RadioButtonDescription class using the builder pattern.protected static classRadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>Helper class for RadioButtonDescription.Builder.static classThis class can be used to construct an instance of the ScrollBarDescription class using the builder pattern.protected static classScrollBarDescription.Init<T extends ScrollBarDescription.Init<T>>Helper class for ScrollBarDescription.Builder.static classThis class can be used to construct an instance of the TabControlDescription class using the builder pattern.protected static classTabControlDescription.Init<T extends TabControlDescription.Init<T>>Helper class for TabControlDescription.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 ToolBarDescription class using the builder pattern.protected static classToolBarDescription.Init<T extends ToolBarDescription.Init<T>>Helper class for ToolBarDescription.Builder.static classThis class can be used to construct an instance of the TreeViewDescription class using the builder pattern.protected static classTreeViewDescription.Init<T extends TreeViewDescription.Init<T>>Helper class for TreeViewDescription.Builders.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.protected static classHelper class for derived Builder classes.static classThis class can be used to construct an instance of the WindowDescription class using the builder pattern.protected static classWindowDescription.Init<T extends WindowDescription.Init<T>>Helper class for WindowDescription.Builder.Constructors in com.hp.lft.sdk.powerbuilder with parameters of type UiObjectBaseDescription.InitModifierConstructorDescriptionprotectedInitializes a new instance of the UiObjectBaseDescription class using the Builder pattern.