|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.core.BaseConfig
com.gwtext.client.widgets.tree.TreeFilterConfig
public class TreeFilterConfig
Field Summary |
---|
Fields inherited from class com.gwtext.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
TreeFilterConfig()
|
Method Summary | |
---|---|
void |
setAutoClear(boolean autoClear)
|
void |
setClearBlank(boolean clearBlank)
If set to true and the filter value is blank, then clear the filter. |
void |
setRemove(boolean remove)
If set to true, the nodes are removed from the tree on filter. |
void |
setReverse(boolean reverse)
If set to true and TreeFilter.filterBy(TreeTraversalCallback) is called, then the
filter based on the return value of the of the callback is reversed. |
Methods inherited from class com.gwtext.client.core.JsObject |
---|
getJsObj, getProperties, isCreated, setJsObj |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeFilterConfig()
Method Detail |
---|
public void setClearBlank(boolean clearBlank)
clearBlank
- true to clear filter when blankpublic void setReverse(boolean reverse)
TreeFilter.filterBy(TreeTraversalCallback)
is called, then the
filter based on the return value of the of the callback is reversed. Default is false.
reverse
- true to reverse filter valuespublic void setAutoClear(boolean autoClear)
public void setRemove(boolean remove)
remove
- true to remove nodes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |