public class ColumnBean extends Object
| Constructor and Description | 
|---|
| ColumnBean() | 
| ColumnBean(org.json.simple.JSONArray json) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.json.simple.JSONArray | deserialize() | 
| WidgetBean[] | getWidgets() | 
| void | setWidgets(WidgetBean[] ws) | 
| void | update() | 
public ColumnBean()
public ColumnBean(org.json.simple.JSONArray json)
           throws ParseException
ParseExceptionpublic WidgetBean[] getWidgets()
public void setWidgets(WidgetBean[] ws)
public void update()
public org.json.simple.JSONArray deserialize()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.