Exemplo n.º 1
0
 /**
  * @param sID ID of desired component
  * @return Component object
  * @throws OmDeveloperException If it doesn't exist
  */
 protected QComponent getComponent(String sID) throws OmDeveloperException {
   return qd.find(sID);
 }