Uses of Interface
ontopoly.model.LifeCycleListener
-
Packages that use LifeCycleListener Package Description ontopoly.components ontopoly.fileupload ontopoly.model ontopoly.pages -
-
Uses of LifeCycleListener in ontopoly.components
Methods in ontopoly.components that return LifeCycleListener Modifier and Type Method Description protected LifeCycleListener
ConfirmDeletePanel. getListener()
-
Uses of LifeCycleListener in ontopoly.fileupload
Methods in ontopoly.fileupload that return LifeCycleListener Modifier and Type Method Description protected abstract LifeCycleListener
UploadIFrame. getLifeCycleListener()
-
Uses of LifeCycleListener in ontopoly.model
Methods in ontopoly.model with parameters of type LifeCycleListener Modifier and Type Method Description abstract void
FieldDefinition. addValue(Topic topic, Object _value, LifeCycleListener listener)
void
FieldInstance. addValue(Object value, LifeCycleListener listener)
Add a new FieldValue object.void
IdentityField. addValue(Topic topic, Object _value, LifeCycleListener listener)
Replaces a subject locator of or adds a subject identifier to a topic.void
NameField. addValue(Topic topic, Object _value, LifeCycleListener listener)
Adds a name 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.void
AssociationField. remove(LifeCycleListener listener)
void
Topic. remove(LifeCycleListener listener)
Removes the topic from the topic map.abstract void
FieldDefinition. removeValue(Topic topic, Object _value, LifeCycleListener listener)
void
FieldInstance. removeValue(Object value, LifeCycleListener listener)
Removes the value.void
IdentityField. removeValue(Topic topic, Object _value, LifeCycleListener listener)
Removes the subject locator or a subject identifier from a topic.void
NameField. removeValue(Topic topic, Object _value, LifeCycleListener listener)
Removes a name 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. -
Uses of LifeCycleListener in ontopoly.pages
Classes in ontopoly.pages that implement LifeCycleListener Modifier and Type Class 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
Methods in ontopoly.pages that return LifeCycleListener Modifier and Type Method Description LifeCycleListener
AbstractOntopolyPage. getListener()
-