Uses of Class
com.tick42.glue.desktop.layouts.LayoutType
-
Packages that use LayoutType Package Description com.tick42.glue.desktop.layouts -
-
Uses of LayoutType in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return LayoutType Modifier and Type Method Description static LayoutTypeLayoutType. fromString(String name)LayoutTypeLayoutSaveRequest. getLayoutType()Returns the type of the layout to be saved.LayoutTypeLayout. getType()LayoutTypeLayoutRestoreOptions. getType()LayoutTypeNewLayoutOptions. getType()static LayoutTypeLayoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutType[]LayoutType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.desktop.layouts with parameters of type LayoutType Modifier and Type Method Description CompletionStage<Void>Layouts. delete(LayoutType type, String name)Delete a layout via its name and typeLayoutRestoreOptions.BuilderLayoutRestoreOptions.Builder. withType(LayoutType type)BNewLayoutOptions.Builder. withType(LayoutType type)Constructors in com.tick42.glue.desktop.layouts with parameters of type LayoutType Constructor Description Layout(String name, LayoutType type, List<LayoutComponent> components, Map<String,Object> context)
-