Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ActionInGroup |
ActionGroup.getAction(String name) |
ActionInGroup |
ActionGroupIF.getAction(String name)
INTERNAL: Gets the action by the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionGroup.addAction(ActionInGroup action) |
void |
ActionGroupIF.addAction(ActionInGroup action)
INTERNAL: Add an action to this action group.
|
ActionForwardPageIF |
ActionGroup.getForwardPage(ActionInGroup action,
boolean error) |
ActionForwardPageIF |
ActionGroupIF.getForwardPage(ActionInGroup action,
boolean error)
INTERNAL: Gets the forward page for the given action and response
type.
|
void |
ActionGroup.setForwardPage(ActionInGroup action,
int responseType,
ActionForwardPageIF forwardPage) |
void |
ActionGroupIF.setForwardPage(ActionInGroup action,
int responseType,
ActionForwardPageIF forwardPage)
INTERNAL: Sets forward page for the given pair of action and action
response type.
|
Modifier and Type | Field and Description |
---|---|
protected ActionInGroup |
ActionResponseComposite.action |
Modifier and Type | Method and Description |
---|---|
ActionInGroup |
ActionData.getAction() |
ActionInGroup |
ActionResponseComposite.getAction() |
static ActionInGroup |
ActionUtils.getAction(ActionRegistryIF registry,
String group_name,
String action_name)
Gets the action object specified by the action group and the name
of the action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionResponseComposite.setAction(ActionInGroup action) |
Constructor and Description |
---|
ActionData(ActionInGroup action,
List params) |
ActionData(ActionInGroup action,
List params,
Set value,
List sub_actions,
String field_name) |
ActionResponseComposite(ActionInGroup action,
int responseType) |