Package com.tick42.glue.desktop.layouts
Class Layout
- java.lang.Object
-
- com.tick42.glue.desktop.layouts.Layout
-
public class Layout extends Object
Describes a layout with all of its state.
-
-
Constructor Summary
Constructors Constructor Description Layout(String name, LayoutType type, List<LayoutComponent> components, Map<String,Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LayoutComponent>getComponents()Map<String,Object>getContext()StringgetName()LayoutTypegetType()
-
-
-
Constructor Detail
-
Layout
public Layout(String name, LayoutType type, List<LayoutComponent> components, Map<String,Object> context)
-
-
Method Detail
-
getName
public String getName()
-
getType
public LayoutType getType()
-
getComponents
public List<LayoutComponent> getComponents()
-
-