public abstract class TreeDataModelEventNavigator
extends java.lang.Object
implements org.richfaces.model.LastElementAware
Modifier and Type | Field and Description |
---|---|
protected boolean |
actualLast |
protected boolean |
lastElement |
protected java.lang.Boolean |
stackedLast |
Constructor and Description |
---|
TreeDataModelEventNavigator(UITree tree,
org.richfaces.model.TreeRowKey floatingKey) |
Modifier and Type | Method and Description |
---|---|
abstract void |
afterDown() |
abstract void |
afterUp(int levels) |
abstract void |
beforeDown() |
abstract void |
beforeUp(int levels) |
void |
followRowKey(javax.faces.context.FacesContext context,
org.richfaces.model.TreeRowKey newRowKey) |
protected org.richfaces.model.TreeRowKey |
getFloatingKey() |
protected org.richfaces.model.TreeRowKey |
getRowKey() |
protected boolean |
isStackedLastElement() |
void |
resetLastElement() |
void |
setLastElement() |
protected boolean lastElement
protected boolean actualLast
protected java.lang.Boolean stackedLast
public TreeDataModelEventNavigator(UITree tree, org.richfaces.model.TreeRowKey floatingKey)
public void followRowKey(javax.faces.context.FacesContext context, org.richfaces.model.TreeRowKey newRowKey) throws java.io.IOException
java.io.IOException
public abstract void beforeUp(int levels) throws java.io.IOException
java.io.IOException
public abstract void beforeDown() throws java.io.IOException
java.io.IOException
public abstract void afterUp(int levels) throws java.io.IOException
java.io.IOException
public abstract void afterDown() throws java.io.IOException
java.io.IOException
public void setLastElement()
setLastElement
in interface org.richfaces.model.LastElementAware
public void resetLastElement()
resetLastElement
in interface org.richfaces.model.LastElementAware
protected org.richfaces.model.TreeRowKey getRowKey()
protected org.richfaces.model.TreeRowKey getFloatingKey()
protected boolean isStackedLastElement()
Copyright © 2013. All Rights Reserved.