Package | Description |
---|---|
org.kuali.rice.krms.dto | |
org.kuali.rice.krms.util | |
org.kuali.student.enrollment.class1.krms.tree.node |
Modifier and Type | Method and Description |
---|---|
Tree<RuleEditorTreeNode,String> |
RuleManagementWrapper.getEditTree() |
Tree<RuleEditorTreeNode,String> |
RuleEditor.getEditTree() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEditor.setEditTree(Tree<RuleEditorTreeNode,String> editTree) |
Modifier and Type | Method and Description |
---|---|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findEditedProposition(Node<RuleEditorTreeNode,String> node)
Find and return the node containing the proposition that is in currently in edit mode
|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findParentPropositionNode(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findPropositionTreeNode(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropId) |
Modifier and Type | Method and Description |
---|---|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findEditedProposition(Node<RuleEditorTreeNode,String> node)
Find and return the node containing the proposition that is in currently in edit mode
|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findParentPropositionNode(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
static PropositionEditor |
PropositionTreeUtil.findProposition(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findPropositionTreeNode(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropId) |
static void |
PropositionTreeUtil.resetEditModeOnPropositionTree(Node<RuleEditorTreeNode,String> currentNode)
disable edit mode for all Nodes beneath and including the passed in Node
|
Modifier and Type | Class and Description |
---|---|
class |
KSCompoundOpCodeNode
abstract data class for the rule tree
Node s |
class |
KSCompoundPropositionEditNode
abstract data class for the rule tree
Node s |
class |
KSSimplePropositionEditNode
abstract data class for the rule tree
Node s |
class |
KSSimplePropositionNode
abstract data class for the rule tree
s |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.