public void newRow( ims.core.vo.lookups.LateralityLRB value, String text, ims.framework.utils.Image image, ims.framework.utils.Color textColor) { super.control.newRow(value, text, image, textColor); }
public void newRow( ims.RefMan.vo.lookups.OnwardReferralRejectedBy value, String text, ims.framework.utils.Image image, ims.framework.utils.Color textColor) { super.control.newRow(value, text, image, textColor); }
public void newRow( String value, String text, ims.framework.utils.Image image, ims.framework.utils.Color textColor) { super.control.newRow(value, text, image, textColor); }
public void setValue(ims.core.vo.lookups.LateralityLRB value) { super.control.setValue(value); }
public void newRow(ims.core.vo.lookups.LateralityLRB value, String text) { super.control.newRow(value, text); }
public void setValue(ims.RefMan.vo.lookups.OnwardReferralRejectedBy value) { super.control.setValue(value); }
public void newRow(ims.RefMan.vo.lookups.OnwardReferralRejectedBy value, String text) { super.control.newRow(value, text); }
public void setValue(String value) { super.control.setValue(value); }
public void newRow(String value, String text) { super.control.newRow(value, text); }