org.cruxframework.crux.core.rebind.screen.widget
Class WidgetCreatorContext
java.lang.Object
org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext
- Direct Known Subclasses:
- CellPanelContext, HTMLTableFactoryContext, ListBoxContext
public class WidgetCreatorContext
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetCreatorContext
public WidgetCreatorContext()
getWidgetElement
public JSONObject getWidgetElement()
getWidget
public String getWidget()
getWidgetId
public String getWidgetId()
readWidgetProperty
public String readWidgetProperty(String propertyName)
readWidgetProperty
public String readWidgetProperty(String propertyName,
String defaultValue)
readBooleanWidgetProperty
public boolean readBooleanWidgetProperty(String propertyName,
boolean defaultValue)
readChildProperty
public String readChildProperty(String propertyName)
readChildProperty
public String readChildProperty(String propertyName,
String defaultValue)
readBooleanChildProperty
public boolean readBooleanChildProperty(String propertyName,
boolean defaultValue)
setChildElement
public void setChildElement(JSONObject childElement)
getChildElement
public JSONObject getChildElement()
getWidgetConsumer
public ViewFactoryCreator.WidgetConsumer getWidgetConsumer()
Copyright © 2014. All rights reserved.