org.olat.core.gui.components
Class ComponentHelper

java.lang.Object
  extended by org.olat.core.gui.components.ComponentHelper

public class ComponentHelper
extends java.lang.Object

Description:

Author:
Felix Jost

Constructor Summary
ComponentHelper()
           
 
Method Summary
static Component findDescendantOrSelfByID(Component startFrom, long id, java.util.List foundPath)
           
static void validateComponentTree(UserRequest ureq, Container top, ValidationResult vr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentHelper

public ComponentHelper()
Method Detail

findDescendantOrSelfByID

public static Component findDescendantOrSelfByID(Component startFrom,
                                                 long id,
                                                 java.util.List foundPath)
Parameters:
startFrom -
id -
foundPath -
Returns:

validateComponentTree

public static void validateComponentTree(UserRequest ureq,
                                         Container top,
                                         ValidationResult vr)
Parameters:
ureq -
top -
vr -