org.apache.myfaces.custom.tree2

Class TreeStateBase

public class TreeStateBase extends Object implements TreeState

Method Summary
voidcollapsePath(String[] nodePath)
voidexpandPath(String[] nodePath)
booleanisNodeExpanded(String nodeId)
booleanisTransient()
voidsetTransient(boolean trans)
voidtoggleExpanded(String nodeId)

Method Detail

collapsePath

public void collapsePath(String[] nodePath)

expandPath

public void expandPath(String[] nodePath)

isNodeExpanded

public boolean isNodeExpanded(String nodeId)

isTransient

public boolean isTransient()

setTransient

public void setTransient(boolean trans)

toggleExpanded

public void toggleExpanded(String nodeId)