Class ComponentHandler

java.lang.Object
com.saperion.ngc.util.ComponentHandler

public final class ComponentHandler extends Object
ComponentHandler is a utility class to provide methods for operations on zul components.
  • Method Details

    • findComponentById

      public static org.zkoss.zk.ui.Component findComponentById(org.zkoss.zk.ui.Component comp, String id)
      Searches all children of the given component (incl. children of children) for a child with the given ID. If no child is found null is returned.
      Parameters:
      comp - Component
      id - Component id
      Returns:
      Component