public class DndDataJSONConverter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_PARAMS |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
DndDataJSONConverter() |
Modifier and Type | Method and Description |
---|---|
String |
generateDragComponentJSON(LayoutDragComponent dragComponent) |
LayoutDragComponent |
readJSONDragComponent(String json) |
public static final String COMPONENT_TYPE
public static final String COMPONENT_PARAMS
public String generateDragComponentJSON(LayoutDragComponent dragComponent)
public LayoutDragComponent readJSONDragComponent(String json)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.