Uses of Interface
de.xima.fc.interfaces.plugin.retval.user.IPluginAccessProperty
-
Packages that use IPluginAccessProperty Package Description de.xima.fc.gui.model de.xima.fc.interfaces.plugin.provider de.xima.fc.interfaces.plugin.retval.user de.xima.fc.mdl.fdv Klassen zur Formulardatenverarbeitungde.xima.fc.plugin.interfaces.user -
-
Uses of IPluginAccessProperty in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type IPluginAccessProperty Constructor Description AccessPropertyEntryModel(IPluginAccessProperty prop, Locale loc)
-
Uses of IPluginAccessProperty in de.xima.fc.interfaces.plugin.provider
Methods in de.xima.fc.interfaces.plugin.provider that return types with arguments of type IPluginAccessProperty Modifier and Type Method Description Collection<IPluginAccessProperty>
IPluginPermissionsProvider. getAccessProperties(Mandant client)
-
Uses of IPluginAccessProperty in de.xima.fc.interfaces.plugin.retval.user
Methods in de.xima.fc.interfaces.plugin.retval.user that return types with arguments of type IPluginAccessProperty Modifier and Type Method Description Collection<? extends IPluginAccessProperty>
IPluginAccessProperty. getChildren()
A list of the children of this access property. -
Uses of IPluginAccessProperty in de.xima.fc.mdl.fdv
Method parameters in de.xima.fc.mdl.fdv with type arguments of type IPluginAccessProperty Modifier and Type Method Description void
RolleProperties. mergeWithPluginAccessProperties(List<IPluginAccessProperty> properties)
-
Uses of IPluginAccessProperty in de.xima.fc.plugin.interfaces.user
Methods in de.xima.fc.plugin.interfaces.user that return types with arguments of type IPluginAccessProperty Modifier and Type Method Description Collection<IPluginAccessProperty>
IPluginAccessProperties. getProperties(IPluginAccessPropertiesParams params)
Returns the access properties to be added to formcycle.
-