|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionData | |
---|---|
net.ontopia.topicmaps.webed.impl.basic | The basic implementation of the core interfaces belonging to Ontopia's web editor framework, except the classes related to the to the implementation of actions (which are in their own package structure). |
net.ontopia.topicmaps.webed.impl.utils | |
net.ontopia.topicmaps.webed.taglibs | |
net.ontopia.topicmaps.webed.taglibs.form | The web editor tag library for creating forms and form controls. |
Uses of ActionData in net.ontopia.topicmaps.webed.impl.basic |
---|
Fields in net.ontopia.topicmaps.webed.impl.basic declared as ActionData | |
---|---|
protected ActionData |
ActionError.data
|
Methods in net.ontopia.topicmaps.webed.impl.basic that return ActionData | |
---|---|
ActionData |
ActionDataSet.getActionData(java.lang.String fieldName)
|
Methods in net.ontopia.topicmaps.webed.impl.basic with parameters of type ActionData | |
---|---|
void |
ActionDataSet.addActionData(ActionData data)
|
Constructors in net.ontopia.topicmaps.webed.impl.basic with parameters of type ActionData | |
---|---|
ActionError(ActionRuntimeException cause,
ActionData data)
|
|
ActionError(ActionRuntimeException cause,
ActionData data,
java.lang.String[] values)
|
Uses of ActionData in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils that return ActionData | |
---|---|
static ActionData |
TagUtils.makeActionData(javax.servlet.jsp.PageContext pageContext,
java.lang.String action_name,
java.lang.String group_name,
java.lang.String params)
INTERNAL: Creates an ActionData wrapper for the given action and parameters. |
Uses of ActionData in net.ontopia.topicmaps.webed.taglibs |
---|
Methods in net.ontopia.topicmaps.webed.taglibs with parameters of type ActionData | |
---|---|
void |
ActionInvokingTagIF.addAction(ActionData action)
Accepts the action and adds it to the list of actions to be invoked together with the primary action. |
Uses of ActionData in net.ontopia.topicmaps.webed.taglibs.form |
---|
Methods in net.ontopia.topicmaps.webed.taglibs.form with parameters of type ActionData | |
---|---|
void |
CheckboxTag.addAction(ActionData action)
|
void |
ButtonTag.addAction(ActionData action)
|
void |
ActionIDTag.addAction(ActionData action)
|
Constructors in net.ontopia.topicmaps.webed.taglibs.form with parameters of type ActionData | |
---|---|
FormTag.ValidationRule(ActionData data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |