📄 elimagetag.java
字号:
/**
* Getter method for "ondblclick" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getOndblclickExpr() {
return (ondblclickExpr);
}
/**
* Getter method for "onfocus" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getOnfocusExpr() {
return (onfocusExpr);
}
/**
* Getter method for "onkeydown" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getOnkeydownExpr() {
return (onkeydownExpr);
}
/**
* Getter method for "onkeypress" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getOnkeypressExpr() {
return (onkeypressExpr);
}
/**
* Getter method for "onkeyup" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getOnkeyupExpr() {
return (onkeyupExpr);
}
/**
* Getter method for "onmousedown" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getOnmousedownExpr() {
return (onmousedownExpr);
}
/**
* Getter method for "onmousemove" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getOnmousemoveExpr() {
return (onmousemoveExpr);
}
/**
* Getter method for "onmouseout" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getOnmouseoutExpr() {
return (onmouseoutExpr);
}
/**
* Getter method for "onmouseover" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getOnmouseoverExpr() {
return (onmouseoverExpr);
}
/**
* Getter method for "onmouseup" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getOnmouseupExpr() {
return (onmouseupExpr);
}
/**
* Getter method for "page" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getPageExpr() {
return (pageExpr);
}
/**
* Getter method for "pageKey" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getPageKeyExpr() {
return (pageKeyExpr);
}
/**
* Getter method for "property" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getPropertyExpr() {
return (propertyExpr);
}
/**
* Getter method for "src" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getSrcExpr() {
return (srcExpr);
}
/**
* Getter method for "srcKey" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getSrcKeyExpr() {
return (srcKeyExpr);
}
/**
* Getter method for "style" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getStyleExpr() {
return (styleExpr);
}
/**
* Getter method for "styleClass" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public String getStyleClassExpr() {
return (styleClassExpr);
}
/**
* Getter method for "styleId" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getStyleIdExpr() {
return (styleIdExpr);
}
/**
* Getter method for "tabindex" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getTabindexExpr() {
return (tabindexExpr);
}
/**
* Getter method for "title" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getTitleExpr() {
return (titleExpr);
}
/**
* Getter method for "titleKey" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getTitleKeyExpr() {
return (titleKeyExpr);
}
/**
* Getter method for "value" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public String getValueExpr() {
return (valueExpr);
}
/**
* Setter method for "accessKey" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setAccesskeyExpr(String accessKeyExpr) {
this.accessKeyExpr = accessKeyExpr;
}
/**
* Setter method for "align" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setAlignExpr(String alignExpr) {
this.alignExpr = alignExpr;
}
/**
* Setter method for "alt" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setAltExpr(String altExpr) {
this.altExpr = altExpr;
}
/**
* Setter method for "altKey" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setAltKeyExpr(String altKeyExpr) {
this.altKeyExpr = altKeyExpr;
}
/**
* Setter method for "border" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setBorderExpr(String borderExpr) {
this.borderExpr = borderExpr;
}
/**
* Setter method for "bundle" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setBundleExpr(String bundleExpr) {
this.bundleExpr = bundleExpr;
}
/**
* Setter method for "dir" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setDirExpr(String dirExpr) {
this.dirExpr = dirExpr;
}
/**
* Setter method for "disabled" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setDisabledExpr(String disabledExpr) {
this.disabledExpr = disabledExpr;
}
/**
* Setter method for "indexed" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setIndexedExpr(String indexedExpr) {
this.indexedExpr = indexedExpr;
}
/**
* Setter method for "lang" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setLangExpr(String langExpr) {
this.langExpr = langExpr;
}
/**
* Setter method for "locale" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setLocaleExpr(String localeExpr) {
this.localeExpr = localeExpr;
}
/**
* Setter method for "module" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setModuleExpr(String moduleExpr) {
this.moduleExpr = moduleExpr;
}
/**
* Setter method for "onblur" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnblurExpr(String onblurExpr) {
this.onblurExpr = onblurExpr;
}
/**
* Setter method for "onchange" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnchangeExpr(String onchangeExpr) {
this.onchangeExpr = onchangeExpr;
}
/**
* Setter method for "onclick" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnclickExpr(String onclickExpr) {
this.onclickExpr = onclickExpr;
}
/**
* Setter method for "ondblclick" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public void setOndblclickExpr(String ondblclickExpr) {
this.ondblclickExpr = ondblclickExpr;
}
/**
* Setter method for "onfocus" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnfocusExpr(String onfocusExpr) {
this.onfocusExpr = onfocusExpr;
}
/**
* Setter method for "onkeydown" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnkeydownExpr(String onkeydownExpr) {
this.onkeydownExpr = onkeydownExpr;
}
/**
* Setter method for "onkeypress" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public void setOnkeypressExpr(String onkeypressExpr) {
this.onkeypressExpr = onkeypressExpr;
}
/**
* Setter method for "onkeyup" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnkeyupExpr(String onkeyupExpr) {
this.onkeyupExpr = onkeyupExpr;
}
/**
* Setter method for "onmousedown" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public void setOnmousedownExpr(String onmousedownExpr) {
this.onmousedownExpr = onmousedownExpr;
}
/**
* Setter method for "onmousemove" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public void setOnmousemoveExpr(String onmousemoveExpr) {
this.onmousemoveExpr = onmousemoveExpr;
}
/**
* Setter method for "onmouseout" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public void setOnmouseoutExpr(String onmouseoutExpr) {
this.onmouseoutExpr = onmouseoutExpr;
}
/**
* Setter method for "onmouseover" tag attribute. (Mapping set in
* associated BeanInfo class.)
*/
public void setOnmouseoverExpr(String onmouseoverExpr) {
this.onmouseoverExpr = onmouseoverExpr;
}
/**
* Setter method for "onmouseup" tag attribute. (Mapping set in associated
* BeanInfo class.)
*/
public void setOnmouseupExpr(String onmouseupExpr) {
this.onmouseupExpr = onmouseupExpr;
}
/**
* Setter method for "page" tag attribute. (Mapping set in associated
* BeanInfo class.)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -