Uses of Class
de.xima.fc.gui.common.placeholder.PlaceholderContextModel
-
Packages that use PlaceholderContextModel Package Description de.xima.fc.gui.common.bean.placeholder de.xima.fc.gui.common.placeholder de.xima.fc.gui.event.handler -
-
Uses of PlaceholderContextModel in de.xima.fc.gui.common.bean.placeholder
Methods in de.xima.fc.gui.common.bean.placeholder that return PlaceholderContextModel Modifier and Type Method Description PlaceholderContextModelPlaceholderBean. getModel() -
Uses of PlaceholderContextModel in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder that return PlaceholderContextModel Modifier and Type Method Description static PlaceholderContextModelPlaceholderContextModel. empty() -
Uses of PlaceholderContextModel in de.xima.fc.gui.event.handler
Constructors in de.xima.fc.gui.event.handler with parameters of type PlaceholderContextModel Constructor Description PlaceholderDesignerConversationEventHandler(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model)Creates a new placeholder handler for the placeholder bean.
-