com.hp.lft.sdk.wpf

Class ListDescription.Builder

  • Enclosing class:
    ListDescription


    public static class ListDescription.Builder
    extends ListDescription.Init<ListDescription.Builder>
    This class can be used to construct an instance of the ListDescription class using the builder pattern.
    Usage example: ListDescription description = new ListDescription.Builder().selectMultiple(true).parentText("some text").build();