Attribute |
Details |
protected boolean collapsed |
Initial: false
|
public SelectItem LOGIC_AND |
Initial: new SelectItem("And", this.getLabel("adv_search_logicop_and"))
|
public SelectItem LOGIC_NOT |
Initial: new SelectItem("Not", this.getLabel("adv_search_logicop_not"))
|
public SelectItem LOGIC_OPTIONS |
Initial: new SelectItem[]{LOGIC_AND, LOGIC_OR, LOGIC_NOT}
|
public SelectItem LOGIC_OR |
Initial: new SelectItem("Or", this.getLabel("adv_search_logicop_or"))
|
private String logicOperator |
|
private static const long serialVersionUID |
Initial: 1L
|