org.cruxframework.crux.core.rebind.screen
Class Widget
java.lang.Object
org.cruxframework.crux.core.rebind.screen.Widget
public class Widget
- extends Object
Represent a CRUX Widget at the application's server side.
- Author:
- Thiago Bustamante
id
protected String id
parent
protected Widget parent
type
protected String type
Widget
public Widget(JSONObject metadata)
Widget
public Widget(String id)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getId
public String getId()
getParent
public Widget getParent()
getType
public String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getMetadata
public JSONObject getMetadata()
Copyright © 2014. All rights reserved.