public void setRetrieveCommandName(String retrieveCommandName) {
m_cmdhelper.setCompleteEntityName(retrieveCommandName);
}
public void setValueList(String[] valueList) {
IComponent component = getComponent();
if (component != null && component instanceof IComboBox) {
((IComboBox) component).setValueList(valueList);
}
}