org.kuali.student.lum.common.client.lo
Class OutlineNodeModel<T>

java.lang.Object
  extended by org.kuali.student.lum.common.client.lo.OutlineNodeModel<T>

public class OutlineNodeModel<T>
extends Object


Constructor Summary
OutlineNodeModel()
           
 
Method Summary
 void addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler ch)
           
 void addChild()
           
 void addOutlineNode(OutlineNode<T> aNode)
           
 void addPeer()
           
 void clearNodes()
           
 void deleteCurrent()
           
 List<OutlineNode<T>> getChildList(OutlineNode<T> aNode)
           
 List<OutlineNode<T>> getOutlineNodes()
           
 List<OutlineNode<T>> getSiblingList()
           
 void indentCurrent()
           
 boolean isDeletable()
           
 boolean isIndentable()
           
 boolean isMoveDownable()
           
 boolean isMoveUpable()
           
 boolean isOutdentable()
           
 void moveDownCurrent()
           
 void moveUpCurrent()
           
 void outdentCurrent()
           
 void setCurrentNode(OutlineNode<T> aNode)
           
 OutlineNode<T>[] toOutlineNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineNodeModel

public OutlineNodeModel()
Method Detail

clearNodes

public void clearNodes()

setCurrentNode

public void setCurrentNode(OutlineNode<T> aNode)

addChangeHandler

public void addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler ch)

moveUpCurrent

public void moveUpCurrent()

moveDownCurrent

public void moveDownCurrent()

indentCurrent

public void indentCurrent()

outdentCurrent

public void outdentCurrent()

deleteCurrent

public void deleteCurrent()

addPeer

public void addPeer()

addChild

public void addChild()

addOutlineNode

public void addOutlineNode(OutlineNode<T> aNode)

toOutlineNodes

public OutlineNode<T>[] toOutlineNodes()

getOutlineNodes

public List<OutlineNode<T>> getOutlineNodes()

getChildList

public List<OutlineNode<T>> getChildList(OutlineNode<T> aNode)

getSiblingList

public List<OutlineNode<T>> getSiblingList()

isIndentable

public boolean isIndentable()

isOutdentable

public boolean isOutdentable()

isMoveUpable

public boolean isMoveUpable()

isMoveDownable

public boolean isMoveDownable()

isDeletable

public boolean isDeletable()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.