Uses of Class
org.xwiki.livedata.LiveDataPropertyDescriptor.DisplayerDescriptor
-
Packages that use LiveDataPropertyDescriptor.DisplayerDescriptor Package Description org.xwiki.livedata -
-
Uses of LiveDataPropertyDescriptor.DisplayerDescriptor in org.xwiki.livedata
Methods in org.xwiki.livedata that return LiveDataPropertyDescriptor.DisplayerDescriptor Modifier and Type Method Description LiveDataPropertyDescriptor.DisplayerDescriptor
LiveDataPropertyDescriptor. getDisplayer()
Methods in org.xwiki.livedata that return types with arguments of type LiveDataPropertyDescriptor.DisplayerDescriptor Modifier and Type Method Description Collection<LiveDataPropertyDescriptor.DisplayerDescriptor>
LiveDataMeta. getDisplayers()
Methods in org.xwiki.livedata with parameters of type LiveDataPropertyDescriptor.DisplayerDescriptor Modifier and Type Method Description void
LiveDataPropertyDescriptor. setDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor displayer)
Sets the displayer configuration.Method parameters in org.xwiki.livedata with type arguments of type LiveDataPropertyDescriptor.DisplayerDescriptor Modifier and Type Method Description void
LiveDataMeta. setDisplayers(Collection<LiveDataPropertyDescriptor.DisplayerDescriptor> displayers)
Sets the list of known property displayers.
-