|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.browseengine.bobo.api.BrowseSelection
public class BrowseSelection
Browse selection.
| Nested Class Summary | |
|---|---|
static class |
BrowseSelection.ValueOperation
Sets how selections filter given multiple of selections within one field |
| Field Summary | |
|---|---|
protected ArrayList<String> |
notValues
|
protected ArrayList<String> |
values
|
| Constructor Summary | |
|---|---|
BrowseSelection(String fieldName)
Constructor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ArrayList<String> values
protected ArrayList<String> notValues
| Constructor Detail |
|---|
public BrowseSelection(String fieldName)
fieldName - field name| Method Detail |
|---|
public void setSelectionProperty(String key,
String val)
public void setSelectionProperties(Map<String,String> props)
public boolean isStrict()
getSelectionProperties()
setStrict(boolean)public BrowseSelection setStrict(boolean strict)
setSelectionOperation(ValueOperation)
strict - is strict appliedisStrict()public int getDepth()
getSelectionProperties()
setDepth(int)public BrowseSelection setDepth(int depth)
getSelectionProperties()
depth - depthgetDepth()public String getFieldName()
public String[] getValues()
setValues(String[])public String[] getNotValues()
public BrowseSelection setValues(String[] vals)
vals - selected valuesgetValues()public BrowseSelection addValue(String val)
val - select valuepublic BrowseSelection addNotValue(String val)
val - select NOT valuepublic BrowseSelection setNotValues(String[] notVals)
notVals - NOT valuespublic Properties getSelectionProperties()
public BrowseSelection.ValueOperation getSelectionOperation()
setSelectionOperation(ValueOperation)public BrowseSelection setSelectionOperation(BrowseSelection.ValueOperation selectionOperation)
selectionOperation - value operationgetSelectionOperation()public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||