Class DndDataJSONConverter
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.infra.DndDataJSONConverter
-
public class DndDataJSONConverter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_PARAMSstatic StringCOMPONENT_TYPE
-
Constructor Summary
Constructors Constructor Description DndDataJSONConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateDragComponentJSON(LayoutDragComponent dragComponent)LayoutDragComponentreadJSONDragComponent(String json)
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
COMPONENT_PARAMS
public static final String COMPONENT_PARAMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateDragComponentJSON
public String generateDragComponentJSON(LayoutDragComponent dragComponent)
-
readJSONDragComponent
public LayoutDragComponent readJSONDragComponent(String json)
-
-