public class DWRItemSelector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHECKED |
static java.lang.String |
IDS |
static java.lang.String |
JSON_HEADER |
static java.lang.String |
SET_LABEL |
| Constructor and Description |
|---|
DWRItemSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
select(java.lang.String setLabel,
java.lang.String[] ids,
boolean on)
Dwr Item selector updates the RHNset
when its passed the setLabel, and ids to update
|
public static final java.lang.String JSON_HEADER
public static final java.lang.String IDS
public static final java.lang.String CHECKED
public static final java.lang.String SET_LABEL
public java.lang.String select(java.lang.String setLabel,
java.lang.String[] ids,
boolean on)
throws java.lang.Exception
setLabel - the set labelids - the ids to updateon - true if the items were to be addedjava.lang.Exception - on exceptions