Package org.ametys.core.ui
Interface ClientSideRelation
- All Superinterfaces:
ClientSideElement
- All Known Implementing Classes:
SetContentAttributeClientSideElement
,SetContentAttributeClientSideElement
,SetParentContentClientSideElement
,StaticClientSideRelation
Interface for client side elements that supports relations between a source and a target
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
Method Summary
Modifier and TypeMethodDescriptionReturn the type of source relation supported by this Client Side RelationReturn the type of target relation supported by this Client Side RelationMethods inherited from interface org.ametys.core.ui.ClientSideElement
getDependencies, getId, getPluginName, getRights, getScripts, getScripts
-
Method Details
-
getSourceRelationType
Return the type of source relation supported by this Client Side Relation- Returns:
- the type of source relation supported by this Client Side Relation
-
getTargetRelationType
Return the type of target relation supported by this Client Side Relation- Returns:
- the type of target relation supported by this Client Side Relation
-