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 class
UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>
Helper class for derived Builder classes.Subclasses of UiObjectBaseDescription.Init in com.hp.lft.sdk.powerbuilderModifier and TypeClassDescriptionstatic class
This class is 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.Builderstatic class
This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.protected static class
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
Helper class for CheckBoxDescription.Builderstatic class
This class can be used to construct an instance of the ComboBoxDescription class using the builder pattern.protected static class
ComboBoxDescription.Init<T extends ComboBoxDescription.Init<T>>
Helper class for ComboBoxDescription.Builderstatic 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.Builderstatic class
This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.protected static class
ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>
Helper class for ListBoxDescription.Builderstatic class
This class can be used to construct an instance of the ListViewDescription class using the builder pattern.protected static class
ListViewDescription.Init<T extends ListViewDescription.Init<T>>
Helper class for ListViewDescription.Builderstatic class
This class can be used to construct an instance of the RadioButtonDescription class using the builder pattern.protected static class
RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
Helper class for RadioButtonDescription.Builder.static class
This class can be used to construct an instance of the ScrollBarDescription class using the builder pattern.protected static class
ScrollBarDescription.Init<T extends ScrollBarDescription.Init<T>>
Helper class for ScrollBarDescription.Builder.static class
This class can be used to construct an instance of the TabControlDescription class using the builder pattern.protected static class
TabControlDescription.Init<T extends TabControlDescription.Init<T>>
Helper class for TabControlDescription.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 ToolBarDescription class using the builder pattern.protected static class
ToolBarDescription.Init<T extends ToolBarDescription.Init<T>>
Helper class for ToolBarDescription.Builder.static class
This class can be used to construct an instance of the TreeViewDescription class using the builder pattern.protected static class
TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>
Helper class for TreeViewDescription.Builders.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.protected static class
Helper class for derived Builder classes.static class
This class can be used to construct an instance of the WindowDescription class using the builder pattern.protected static class
WindowDescription.Init<T extends WindowDescription.Init<T>>
Helper class for WindowDescription.Builder.Constructors in com.hp.lft.sdk.powerbuilder with parameters of type UiObjectBaseDescription.InitModifierConstructorDescriptionprotected
Initializes a new instance of the UiObjectBaseDescription class using the Builder pattern.