* Since this class is deprecated, this method is not implemented.
*/
@Override
public HtmlInput<?> createInput(String name, String xrefEntityClassName) throws HtmlInputException
{
throw new HtmlInputException("Class deprecated, will not return input.");
}