Class Constants.EventAttribute
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.EventAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static String
ONCLICK
static String
ONLAZYLOAD
static String
ONLOAD
static String
ONNOTIFY
static String
ONPROPERTYCHANGE
static String
ONUPLOADSUCCEEDED
-
Constructor Summary
Constructors Constructor Description EventAttribute()
-
-
-
Field Detail
-
ONCLICK
public static final String ONCLICK
- See Also:
- Constant Field Values
-
ONNOTIFY
public static final String ONNOTIFY
- See Also:
- Constant Field Values
-
ONPROPERTYCHANGE
public static final String ONPROPERTYCHANGE
- See Also:
- Constant Field Values
-
ONLOAD
public static final String ONLOAD
- See Also:
- Constant Field Values
-
ONLAZYLOAD
public static final String ONLAZYLOAD
- See Also:
- Constant Field Values
-
ONUPLOADSUCCEEDED
public static final String ONUPLOADSUCCEEDED
- See Also:
- Constant Field Values
-
-