Class NewLayoutOptions.Builder<B extends NewLayoutOptions.Builder>

java.lang.Object
com.tick42.glue.desktop.layouts.NewLayoutOptions.Builder<B>
Enclosing class:
NewLayoutOptions

public static class NewLayoutOptions.Builder<B extends NewLayoutOptions.Builder>
extends Object
  • Constructor Details

    • Builder

      public Builder​(String name)
  • Method Details

    • withType

      public B withType​(LayoutType type)
    • withName

      public B withName​(String name)
    • withIncludeHidden

      public B withIncludeHidden​(boolean hidden)
    • withContext

      public B withContext​(Map<String,​Object> context)
    • build

      public NewLayoutOptions build()