📄 textarea.java
字号:
/**
* 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 readonly property.
*/
public static final String READONLY_PROP = "readonly";
/**
* Get the value of the readonly property.
*
* @return the value of the readonly property.
*/
public String getReadonly()
{
return (String)getValue(READONLY_PROP);
}
/**
* Set the value of the readonly property.
*
* @param value the value of the readonly property.
*/
public void setReadonly(String value)
{
setValue(READONLY_PROP, value);
}
/**
* Constant that specifies the value of the name of the rows property.
*/
public static final String ROWS_PROP = "rows";
/**
* Get the value of the rows property.
*
* @return the value of the rows property.
*/
public String getRows()
{
return (String)getValue(ROWS_PROP);
}
/**
* Set the value of the rows property.
*
* @param value the value of the rows property.
*/
public void setRows(String value)
{
setValue(ROWS_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 wrap property.
*/
public static final String WRAP_PROP = "wrap";
/**
* Get the value of the wrap property.
*
* @return the value of the wrap property.
*/
public String getWrap()
{
return (String)getValue(WRAP_PROP);
}
/**
* Set the value of the wrap property.
*
* @param value the value of the wrap property.
*/
public void setWrap(String value)
{
setValue(WRAP_PROP, value);
}
/**
* A string constant that is used to retrieve and set the value of the value property.
*/
public static final String VALUE_CONST = TagUtil.HIDE_ATTR_CHAR + "value";
/**
* Get the value of the object - specifies the default value for the field.
*/
public String getValue()
{
return (String)getValue(VALUE_CONST);
}
/**
* Set the value of the object - specifies the default value for the field.
*/
public void setValue(String value)
{
this.setValue(VALUE_CONST, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -