📄 input.java
字号:
/**
* Set the value of the ondblclick property.
*
* @param value the value of the ondblclick property.
*/
public void setOndblclick(String value)
{
setValue(ONDBLCLICK_PROP, value);
}
/**
* Constant that specifies the value of the name of the onfocus property.
*/
public static final String ONFOCUS_PROP = "onfocus";
/**
* Get the value of the onfocus property.
*
* @return the value of the onfocus property.
*/
public String getOnfocus()
{
return (String)getValue(ONFOCUS_PROP);
}
/**
* Set the value of the onfocus property.
*
* @param value the value of the onfocus property.
*/
public void setOnfocus(String value)
{
setValue(ONFOCUS_PROP, value);
}
/**
* Constant that specifies the value of the name of the onkeydown property.
*/
public static final String ONKEYDOWN_PROP = "onkeydown";
/**
* Get the value of the onkeydown property.
*
* @return the value of the onkeydown property.
*/
public String getOnkeydown()
{
return (String)getValue(ONKEYDOWN_PROP);
}
/**
* Set the value of the onkeydown property.
*
* @param value the value of the onkeydown property.
*/
public void setOnkeydown(String value)
{
setValue(ONKEYDOWN_PROP, value);
}
/**
* Constant that specifies the value of the name of the onkeypress property.
*/
public static final String ONKEYPRESS_PROP = "onkeypress";
/**
* Get the value of the onkeypress property.
*
* @return the value of the onkeypress property.
*/
public String getOnkeypress()
{
return (String)getValue(ONKEYPRESS_PROP);
}
/**
* Set the value of the onkeypress property.
*
* @param value the value of the onkeypress property.
*/
public void setOnkeypress(String value)
{
setValue(ONKEYPRESS_PROP, value);
}
/**
* Constant that specifies the value of the name of the onkeyup property.
*/
public static final String ONKEYUP_PROP = "onkeyup";
/**
* Get the value of the onkeyup property.
*
* @return the value of the onkeyup property.
*/
public String getOnkeyup()
{
return (String)getValue(ONKEYUP_PROP);
}
/**
* Set the value of the onkeyup property.
*
* @param value the value of the onkeyup property.
*/
public void setOnkeyup(String value)
{
setValue(ONKEYUP_PROP, value);
}
/**
* Constant that specifies the value of the name of the onmousedown property.
*/
public static final String ONMOUSEDOWN_PROP = "onmousedown";
/**
* Get the value of the onmousedown property.
*
* @return the value of the onmousedown property.
*/
public String getOnmousedown()
{
return (String)getValue(ONMOUSEDOWN_PROP);
}
/**
* Set the value of the onmousedown property.
*
* @param value the value of the onmousedown property.
*/
public void setOnmousedown(String value)
{
setValue(ONMOUSEDOWN_PROP, value);
}
/**
* Constant that specifies the value of the name of the onmousemove property.
*/
public static final String ONMOUSEMOVE_PROP = "onmousemove";
/**
* Get the value of the onmousemove property.
*
* @return the value of the onmousemove property.
*/
public String getOnmousemove()
{
return (String)getValue(ONMOUSEMOVE_PROP);
}
/**
* Set the value of the onmousemove property.
*
* @param value the value of the onmousemove property.
*/
public void setOnmousemove(String value)
{
setValue(ONMOUSEMOVE_PROP, value);
}
/**
* Constant that specifies the value of the name of the onmouseout property.
*/
public static final String ONMOUSEOUT_PROP = "onmouseout";
/**
* Get the value of the onmouseout property.
*
* @return the value of the onmouseout property.
*/
public String getOnmouseout()
{
return (String)getValue(ONMOUSEOUT_PROP);
}
/**
* Set the value of the onmouseout property.
*
* @param value the value of the onmouseout property.
*/
public void setOnmouseout(String value)
{
setValue(ONMOUSEOUT_PROP, value);
}
/**
* Constant that specifies the value of the name of the onmouseover property.
*/
public static final String ONMOUSEOVER_PROP = "onmouseover";
/**
* Get the value of the onmouseover property.
*
* @return the value of the onmouseover property.
*/
public String getOnmouseover()
{
return (String)getValue(ONMOUSEOVER_PROP);
}
/**
* Set the value of the onmouseover property.
*
* @param value the value of the onmouseover property.
*/
public void setOnmouseover(String value)
{
setValue(ONMOUSEOVER_PROP, value);
}
/**
* Constant that specifies the value of the name of the onmouseup property.
*/
public static final String ONMOUSEUP_PROP = "onmouseup";
/**
* Get the value of the onmouseup property.
*
* @return the value of the onmouseup property.
*/
public String getOnmouseup()
{
return (String)getValue(ONMOUSEUP_PROP);
}
/**
* Set the value of the onmouseup property.
*
* @param value the value of the onmouseup property.
*/
public void setOnmouseup(String value)
{
setValue(ONMOUSEUP_PROP, value);
}
/**
* Constant that specifies the value of the name of the onselect property.
*/
public static final String ONSELECT_PROP = "onselect";
/**
* Get the value of the onselect property.
*
* @return the value of the onselect property.
*/
public String getOnselect()
{
return (String)getValue(ONSELECT_PROP);
}
/**
* Set the value of the onselect property.
*
* @param value the value of the onselect property.
*/
public void setOnselect(String value)
{
setValue(ONSELECT_PROP, value);
}
/**
* Constant that specifies the value of the name of the param property.
*/
public static final String PARAM_PROP = "param";
/**
* Get the value of the param property.
*
* @return the value of the param property.
*/
public String getParam()
{
return (String)getValue(PARAM_PROP);
}
/**
* Set the value of the param property.
*
* @param value the value of the param property.
*/
public void setParam(String value)
{
setValue(PARAM_PROP, value);
}
/**
* Constant that specifies the value of the name of the required property.
*/
public static final String REQUIRED_PROP = "required";
/**
* Get the value of the required property.
*
* @return the value of the required property.
*/
public String getRequired()
{
return (String)getValue(REQUIRED_PROP);
}
/**
* Set the value of the required property.
*
* @param value the value of the required property.
*/
public void setRequired(String value)
{
setValue(REQUIRED_PROP, value);
}
/**
* Constant that specifies the value of the name of the size property.
*/
public static final String SIZE_PROP = "size";
/**
* Get the value of the size property.
*
* @return the value of the size property.
*/
public String getSize()
{
return (String)getValue(SIZE_PROP);
}
/**
* Set the value of the size property.
*
* @param value the value of the size property.
*/
public void setSize(String value)
{
setValue(SIZE_PROP, value);
}
/**
* Constant that specifies the value of the name of the src property.
*/
public static final String SRC_PROP = "src";
/**
* Get the value of the src property.
*
* @return the value of the src property.
*/
public String getSrc()
{
return (String)getValue(SRC_PROP);
}
/**
* Set the value of the src property.
*
* @param value the value of the src property.
*/
public void setSrc(String value)
{
setValue(SRC_PROP, value);
}
/**
* Constant that specifies the value of the name of the style property.
*/
public static final String STYLE_PROP = "style";
/**
* Get the value of the style property.
*
* @return the value of the style property.
*/
public String getStyle()
{
return (String)getValue(STYLE_PROP);
}
/**
* Set the value of the style property.
*
* @param value the value of the style property.
*/
public void setStyle(String value)
{
setValue(STYLE_PROP, value);
}
/**
* Constant that specifies the value of the name of the tabindex property.
*/
public static final String TABINDEX_PROP = "tabindex";
/**
* Get the value of the tabindex property.
*
* @return the value of the tabindex property.
*/
public String getTabindex()
{
return (String)getValue(TABINDEX_PROP);
}
/**
* Set the value of the tabindex property.
*
* @param value the value of the tabindex property.
*/
public void setTabindex(String value)
{
setValue(TABINDEX_PROP, value);
}
/**
* Constant that specifies the value of the name of the title property.
*/
public static final String TITLE_PROP = "title";
/**
* Get the value of the title property.
*
* @return the value of the title property.
*/
public String getTitle()
{
return (String)getValue(TITLE_PROP);
}
/**
* Set the value of the title property.
*
* @param value the value of the title property.
*/
public void setTitle(String value)
{
setValue(TITLE_PROP, value);
}
/**
* Constant that specifies the value of the name of the type property.
*/
public static final String TYPE_PROP = "type";
/**
* Get the value of the type property.
*
* @return the value of the type property.
*/
public String getType()
{
return (String)getValue(TYPE_PROP);
}
/**
* Set the value of the type property.
*
* @param value the value of the type property.
*/
public void setType(String value)
{
setValue(TYPE_PROP, value);
}
/**
* Constant that specifies the value of the name of the usemap property.
*/
public static final String USEMAP_PROP = "usemap";
/**
* Get the value of the usemap property.
*
* @return the value of the usemap property.
*/
public String getUsemap()
{
return (String)getValue(USEMAP_PROP);
}
/**
* Set the value of the usemap property.
*
* @param value the value of the usemap property.
*/
public void setUsemap(String value)
{
setValue(USEMAP_PROP, value);
}
/**
* Constant that specifies the value of the name of the validationmsg property.
*/
public static final String VALIDATIONMSG_PROP = "validationmsg";
/**
* Get the value of the validationmsg property.
*
* @return the value of the validationmsg property.
*/
public String getValidationmsg()
{
return (String)getValue(VALIDATIONMSG_PROP);
}
/**
* Set the value of the validationmsg property.
*
* @param value the value of the validationmsg property.
*/
public void setValidationmsg(String value)
{
setValue(VALIDATIONMSG_PROP, value);
}
/**
* A string constant that is used to retrieve and set the value of the value property.
*/
public static final String VALUE_CONST = "value";
/**
* Get the value of the object.
*/
public String getValue()
{
return (String)getValue(VALUE_CONST);
}
/**
* Set the value of the object.
*/
public void setValue(String value)
{
this.setValue(VALUE_CONST, value);
}
/**
* Constant that specifies the value of the name of the vspace property.
*/
public static final String VSPACE_PROP = "vspace";
/**
* Get the value of the vspace property.
*
* @return the value of the vspace property.
*/
public String getVspace()
{
return (String)getValue(VSPACE_PROP);
}
/**
* Set the value of the vspace property.
*
* @param value the value of the vspace property.
*/
public void setVspace(String value)
{
setValue(VSPACE_PROP, value);
}
/**
* Constant that specifies the value of the name of the width property.
*/
public static final String WIDTH_PROP = "width";
/**
* Get the value of the width property.
*
* @return the value of the width property.
*/
public String getWidth()
{
return (String)getValue(WIDTH_PROP);
}
/**
* Set the value of the width property.
*
* @param value the value of the width property.
*/
public void setWidth(String value)
{
setValue(WIDTH_PROP, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -