public @interface El
| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_ACCESSOR |
static String |
DIV |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
accessor |
String[] |
className |
String |
href |
String[] |
html
Default element content:
|
String |
id |
Import[] |
imports |
HtmlTemplate[] |
inherit |
Action[] |
onBlur |
Action[] |
onClick |
Action[] |
onFocus |
Action[] |
onKeyDown |
Action[] |
onKeyPress |
Action[] |
onKeyUp |
Action[] |
onMouseOut |
Action[] |
onMouseOver |
Property[] |
properties |
String |
rel |
String |
src |
Style[] |
style |
String |
tag |
String |
type |
Class<?>[] |
useToHtml |
String |
value |
public static final String DEFAULT_ACCESSOR
public static final String DIV
public abstract Style[] style
public abstract String[] className
public abstract Property[] properties
public abstract String tag
public abstract String id
public abstract String src
public abstract String type
public abstract String href
public abstract String rel
public abstract String value
public abstract String accessor
public abstract Action[] onClick
public abstract Action[] onMouseOver
public abstract Action[] onMouseOut
public abstract Action[] onFocus
public abstract Action[] onBlur
public abstract Action[] onKeyDown
public abstract Action[] onKeyUp
public abstract Action[] onKeyPress
public abstract Import[] imports
public abstract Class<?>[] useToHtml
public abstract HtmlTemplate[] inherit
public abstract String[] html
<div></div>
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.