ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.list
Class ListDecoder

java.lang.Object
  extended by org.icefaces.ace.component.list.ListDecoder

public class ListDecoder
extends java.lang.Object

Copyright 2010-2012 ICEsoft Technologies Canada Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

User: Nils Date: 12-04-11 Time: 10:26 AM


Constructor Summary
ListDecoder(ACEList list)
           
 
Method Summary
 ListDecoder attachEmigrants(javax.faces.context.FacesContext context, java.lang.String destListId)
           
 ListDecoder fetchImmigrants(javax.faces.context.FacesContext context, java.lang.String raw)
           
 ListDecoder insertImmigrants()
           
 ListDecoder processDeselections(java.lang.String raw)
           
 ListDecoder processReorderings(java.lang.String raw)
           
 ListDecoder processSelections(java.lang.String raw)
           
 ListDecoder removeEmigrants(javax.faces.context.FacesContext context, java.lang.String destListId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDecoder

public ListDecoder(ACEList list)
Method Detail

processSelections

public ListDecoder processSelections(java.lang.String raw)
                              throws JSONException
Throws:
JSONException

processDeselections

public ListDecoder processDeselections(java.lang.String raw)
                                throws JSONException
Throws:
JSONException

processReorderings

public ListDecoder processReorderings(java.lang.String raw)
                               throws JSONException
Throws:
JSONException

attachEmigrants

public ListDecoder attachEmigrants(javax.faces.context.FacesContext context,
                                   java.lang.String destListId)
                            throws JSONException
Throws:
JSONException

removeEmigrants

public ListDecoder removeEmigrants(javax.faces.context.FacesContext context,
                                   java.lang.String destListId)

fetchImmigrants

public ListDecoder fetchImmigrants(javax.faces.context.FacesContext context,
                                   java.lang.String raw)
                            throws JSONException
Throws:
JSONException

insertImmigrants

public ListDecoder insertImmigrants()

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.