Package nl.gx.webmanager.cms.core
Interface LinkModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Return name of the link model.LinkModelOptions
getOptions()
Return the options object describing this model.String
getPopUpProperties()
Returns onClick javascript to open a popup.
-
-
-
Method Detail
-
getName
String getName()
Return name of the link model.- Returns:
- name of the link model.
-
getOptions
LinkModelOptions getOptions()
Return the options object describing this model.- Returns:
- A LinkModelOptions subclass dependent on the type of model configured.
-
getPopUpProperties
String getPopUpProperties()
Returns onClick javascript to open a popup.- Returns:
- onClick javascript to open a popup.
- Since:
- 10.32.0
-
-