Uses of Class
org.openfaces.org.json.JSONObject

Packages that use JSONObject
org.openfaces.component.ajax   
org.openfaces.component.filter   
org.openfaces.component.timetable   
org.openfaces.org.json This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit.ajax This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit.chart This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit.filter   
org.openfaces.renderkit.input This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit.panel This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit.table This package is only for internal usage from within the OpenFaces library. 
org.openfaces.renderkit.timetable This package is only for internal usage from within the OpenFaces library. 
org.openfaces.util This package is only for internal usage from within the OpenFaces library. 
org.openfaces.validator   
 

Uses of JSONObject in org.openfaces.component.ajax
 

Methods in org.openfaces.component.ajax that return JSONObject
 JSONObject AjaxInitializer.getAjaxParams(javax.faces.context.FacesContext context, OUICommand command)
           
 JSONObject AjaxInitializer.getAjaxParams(javax.faces.context.FacesContext context, OUICommand command)
           
 

Uses of JSONObject in org.openfaces.component.filter
 

Methods in org.openfaces.component.filter that return JSONObject
static JSONObject JSONBuilder.build(FilterCriterion filterCriterion)
           
static JSONObject JSONBuilder.build(FilterCriterion filterCriterion)
           
 JSONObject JSONBuilder.process(AndFilterCriterion criterion)
           
 JSONObject JSONBuilder.process(AndFilterCriterion criterion)
           
 JSONObject JSONBuilder.process(ExpressionFilterCriterion criterion)
           
 JSONObject JSONBuilder.process(ExpressionFilterCriterion criterion)
           
 JSONObject JSONBuilder.process(OrFilterCriterion criterion)
           
 JSONObject JSONBuilder.process(OrFilterCriterion criterion)
           
 

Methods in org.openfaces.component.filter with parameters of type JSONObject
static FilterCriterion JSONBuilder.parse(JSONObject jsonObject)
           
static FilterCriterion JSONBuilder.parse(JSONObject jsonObject)
           
static FilterCriterion JSONBuilder.parse(JSONObject jsonObject, PropertyLocatorFactory locatorFactory)
           
static FilterCriterion JSONBuilder.parse(JSONObject jsonObject, PropertyLocatorFactory locatorFactory)
           
 

Uses of JSONObject in org.openfaces.component.timetable
 

Methods in org.openfaces.component.timetable that return JSONObject
 JSONObject AbstractTimetableEvent.toJSONObject(java.util.Map params)
           
 JSONObject AbstractUIEventContent.toJSONObject(java.util.Map params)
           
 JSONObject ReservedTimeEvent.toJSONObject(java.util.Map params)
           
 JSONObject TimetableEvent.toJSONObject(java.util.Map params)
           
 JSONObject TimetableResource.toJSONObject(java.util.Map params)
           
 JSONObject UITimetableEvent.toJSONObject(java.util.Map params)
           
 JSONObject UITimetableEvent.toJSONObject(java.util.Map params)
           
 JSONObject TimetableResource.toJSONObject(java.util.Map params)
           
 JSONObject TimetableEvent.toJSONObject(java.util.Map params)
           
 JSONObject ReservedTimeEvent.toJSONObject(java.util.Map params)
           
 JSONObject AbstractUIEventContent.toJSONObject(java.util.Map params)
           
 JSONObject AbstractTimetableEvent.toJSONObject(java.util.Map params)
           
 

Uses of JSONObject in org.openfaces.org.json
 

Methods in org.openfaces.org.json that return JSONObject
 JSONObject JSONObject.accumulate(java.lang.String key, java.lang.Object value)
          Accumulate values under a key.
 JSONObject JSONObject.append(java.lang.String key, java.lang.Object value)
          Append values to the array under a key.
 JSONObject JSONArray.getJSONObject(int index)
          Get the JSONObject associated with an index.
 JSONObject JSONObject.getJSONObject(java.lang.String key)
          Get the JSONObject value associated with a key.
 JSONObject JSONArray.optJSONObject(int index)
          Get the optional JSONObject associated with an index.
 JSONObject JSONObject.optJSONObject(java.lang.String key)
          Get an optional JSONObject associated with a key.
 JSONObject JSONObject.put(java.lang.String key, boolean value)
          Put a key/boolean pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, java.util.Collection value)
          Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
 JSONObject JSONObject.put(java.lang.String key, double value)
          Put a key/double pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, int value)
          Put a key/int pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, long value)
          Put a key/long pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, java.util.Map value)
          Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
 JSONObject JSONObject.put(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject.
 JSONObject JSONObject.putOnce(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
 JSONObject JSONObject.putOpt(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
 

Methods in org.openfaces.org.json with parameters of type JSONObject
static java.lang.String[] JSONObject.getNames(JSONObject jo)
          Get an array of field names from a JSONObject.
 

Constructors in org.openfaces.org.json with parameters of type JSONObject
JSONObject(JSONObject jo, java.lang.String[] names)
          Construct a JSONObject from a subset of another JSONObject.
 

Uses of JSONObject in org.openfaces.renderkit
 

Methods in org.openfaces.renderkit that return JSONObject
 JSONObject AjaxPortionRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
          This method is required for inner components rendering in case when parent component does not know which HTML appearance inner component should have.
 

Methods in org.openfaces.renderkit with parameters of type JSONObject
 JSONObject AjaxPortionRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
          This method is required for inner components rendering in case when parent component does not know which HTML appearance inner component should have.
 

Uses of JSONObject in org.openfaces.renderkit.ajax
 

Methods in org.openfaces.renderkit.ajax that return JSONObject
 JSONObject AjaxSettingsRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Methods in org.openfaces.renderkit.ajax with parameters of type JSONObject
 JSONObject AjaxSettingsRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.renderkit.chart
 

Methods in org.openfaces.renderkit.chart that return JSONObject
 JSONObject ChartPopupRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Methods in org.openfaces.renderkit.chart with parameters of type JSONObject
 JSONObject ChartPopupRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.renderkit.filter
 

Methods in org.openfaces.renderkit.filter that return JSONObject
 JSONObject CompositeFilterRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Methods in org.openfaces.renderkit.filter with parameters of type JSONObject
 JSONObject CompositeFilterRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.renderkit.input
 

Methods in org.openfaces.renderkit.input that return JSONObject
 JSONObject DropDownFieldRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Methods in org.openfaces.renderkit.input with parameters of type JSONObject
 JSONObject DropDownFieldRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.renderkit.panel
 

Methods in org.openfaces.renderkit.panel that return JSONObject
 JSONObject MultiPageContainerRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 JSONObject FoldingPanelRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionId, JSONObject jsonParam)
           
 

Methods in org.openfaces.renderkit.panel with parameters of type JSONObject
 JSONObject MultiPageContainerRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 JSONObject FoldingPanelRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionId, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.renderkit.table
 

Methods in org.openfaces.renderkit.table that return JSONObject
 JSONObject CellCoordinates.asJSONObject()
           
 JSONObject TreeTableRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 JSONObject AbstractTableRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 JSONObject TableStructure.getInitParam(javax.faces.context.FacesContext facesContext, TableStyles defaultStyles)
           
 JSONObject TableSection.getInitParam(TableStyles defaultStyles)
           
 

Methods in org.openfaces.renderkit.table with parameters of type JSONObject
 JSONObject TreeTableRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 JSONObject AbstractTableRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.renderkit.timetable
 

Methods in org.openfaces.renderkit.timetable that return JSONObject
 JSONObject TimetableViewRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Methods in org.openfaces.renderkit.timetable with parameters of type JSONObject
 JSONObject TimetableViewRenderer.encodeAjaxPortion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String portionName, JSONObject jsonParam)
           
 

Uses of JSONObject in org.openfaces.util
 

Methods in org.openfaces.util that return JSONObject
static JSONObject AjaxUtil.getCustomJSONParam(javax.faces.context.FacesContext context)
           
static JSONObject Rendering.getEventsParam(javax.faces.component.UIComponent component, java.lang.String... eventNames)
          Return event handlers for a given events
static JSONObject Resources.getNumberFormatSettings(java.util.Locale locale)
           
 JSONObject ConvertibleToJSON.toJSONObject(java.util.Map params)
           
 

Methods in org.openfaces.util with parameters of type JSONObject
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, boolean paramValue, boolean defaultValue)
          Add boolean parameter to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, java.awt.Color paramValue)
          Format color string and add it to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, double paramValue)
          Add double parameter to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, double paramValue, double defaultValue)
          Add double parameter to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, int paramValue)
          Add integer parameter to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, int paramValue, int defaultValue)
          Add integer parameter to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, java.lang.Object paramValue)
          Add object to json parameters
static void Rendering.addJsonParam(JSONObject paramsObject, java.lang.String paramName, java.lang.Object paramValue, java.lang.Object defaultValue)
          Add object to json parameters
static void Styles.addStyleJsonParam(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, JSONObject paramsObject, java.lang.String jsonFieldName, java.lang.String style, java.lang.String styleClass)
          Add style parameter to JSON object for regular StyleGroup
static void Styles.addStyleJsonParam(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, JSONObject paramsObject, java.lang.String jsonFieldName, java.lang.String style, java.lang.String styleClass, StyleGroup styleGroup)
          Add style parameter to JSON object
 

Uses of JSONObject in org.openfaces.validator
 

Methods in org.openfaces.validator with parameters of type JSONObject
 javax.faces.convert.Converter AjaxSupportedConverter.getConverter(javax.faces.context.FacesContext context, JSONObject storedObject)
           
 javax.faces.convert.Converter DateTimeConverterClientValidator.getConverter(javax.faces.context.FacesContext context, JSONObject jConverter)
           
 javax.faces.convert.Converter NumberConverterClientValidator.getConverter(javax.faces.context.FacesContext context, JSONObject jConverter)
           
 javax.faces.convert.Converter NumberConverterClientValidator.getConverter(javax.faces.context.FacesContext context, JSONObject jConverter)
           
 javax.faces.convert.Converter DateTimeConverterClientValidator.getConverter(javax.faces.context.FacesContext context, JSONObject jConverter)
           
 javax.faces.convert.Converter AjaxSupportedConverter.getConverter(javax.faces.context.FacesContext context, JSONObject storedObject)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.