Package com.tick42.glue.desktop.layouts
Class LayoutComponent
- java.lang.Object
-
- com.tick42.glue.desktop.layouts.LayoutComponent
-
public class LayoutComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutComponent(String application, LayoutComponentType componentType, Map<String,Object> state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplication()LayoutComponentTypegetComponentType()Map<String,Object>getState()
-
-
-
Constructor Detail
-
LayoutComponent
public LayoutComponent(String application, LayoutComponentType componentType, Map<String,Object> state)
-
-
Method Detail
-
getApplication
public String getApplication()
-
getComponentType
public LayoutComponentType getComponentType()
-
-