public @interface ActionConfig
Modifier and Type | Optional Element and Description |
---|---|
ActionConfigProperty[] |
additionalProperties
A set of properties which are written to the Action Configuration xml
node.
|
String |
handler
The handler for the Action Configuration.
|
String |
text
The text to associate with the action.
|
String |
xtype
The xtype to use for the Action Configuration.
|
public abstract String xtype
public abstract String handler
public abstract String text
public abstract ActionConfigProperty[] additionalProperties
Copyright © 2019 ICF Olson. All rights reserved.