Package | Description |
---|---|
ontopoly.components | |
ontopoly.fileupload | |
ontopoly.model | |
ontopoly.pages |
Modifier and Type | Method and Description |
---|---|
protected LifeCycleListener |
ConfirmDeletePanel.getListener() |
Modifier and Type | Method and Description |
---|---|
protected abstract LifeCycleListener |
UploadIFrame.getLifeCycleListener() |
Modifier and Type | Method and Description |
---|---|
void |
FieldInstance.addValue(Object value,
LifeCycleListener listener)
Add a new FieldValue object.
|
void |
NameField.addValue(Topic topic,
Object _value,
LifeCycleListener listener)
Adds a name to a topic.
|
void |
IdentityField.addValue(Topic topic,
Object _value,
LifeCycleListener listener)
Replaces a subject locator of or adds a subject identifier to a topic.
|
void |
OccurrenceField.addValue(Topic topic,
Object _value,
LifeCycleListener listener) |
void |
QueryField.addValue(Topic topic,
Object _value,
LifeCycleListener listener)
Not supported.
|
void |
RoleField.addValue(Topic topic,
Object _value,
LifeCycleListener listener)
Adds an instance topic to the other side of an association an instance topic takes part in.
|
abstract void |
FieldDefinition.addValue(Topic topic,
Object _value,
LifeCycleListener listener) |
void |
Topic.remove(LifeCycleListener listener)
Removes the topic from the topic map.
|
void |
AssociationField.remove(LifeCycleListener listener) |
void |
FieldInstance.removeValue(Object value,
LifeCycleListener listener)
Removes the value.
|
void |
NameField.removeValue(Topic topic,
Object _value,
LifeCycleListener listener)
Removes a name from a topic.
|
void |
IdentityField.removeValue(Topic topic,
Object _value,
LifeCycleListener listener)
Removes the subject locator or a subject identifier from a topic.
|
void |
OccurrenceField.removeValue(Topic topic,
Object _value,
LifeCycleListener listener) |
void |
QueryField.removeValue(Topic topic,
Object _value,
LifeCycleListener listener)
Not supported.
|
void |
RoleField.removeValue(Topic topic,
Object _value,
LifeCycleListener listener)
Removes an instance topic from the other side of an association an instance topic takes part in.
|
abstract void |
FieldDefinition.removeValue(Topic topic,
Object _value,
LifeCycleListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOntopolyErrorPage |
class |
AbstractOntopolyPage |
class |
AbstractProtectedOntopolyPage |
class |
AbstractTypesPage |
class |
AccessDeniedPage |
class |
AdminPage |
class |
AssociationTransformPage |
class |
AssociationTypesPage |
class |
ConvertPage |
class |
DescriptionPage |
class |
EmbeddedHierarchicalInstancePage |
class |
EmbeddedInstancePage |
class |
EnterTopicPage |
class |
InstancePage |
class |
InstancesPage |
class |
InstanceTypesPage |
class |
InternalErrorPage |
class |
InternalErrorPageWithException |
class |
NameTypesPage |
class |
NonOntopolyAbstractPage |
class |
OccurrenceTypesPage |
class |
OntopolyAbstractPage |
class |
PageExpiredErrorPage |
class |
RoleTypesPage |
class |
SearchPage |
class |
SignInPage |
class |
SignOutPage |
class |
StartPage |
class |
TopicTypesPage |
class |
UpgradePage |
class |
VizigatorPage |
Modifier and Type | Method and Description |
---|---|
LifeCycleListener |
AbstractOntopolyPage.getListener() |