Uses of Class
de.xima.fc.gui.model.form_theme.FormThemeEditModeAdvancedModel
-
Packages that use FormThemeEditModeAdvancedModel Package Description de.xima.fc.gui.bean.form_theme de.xima.fc.gui.model.form_theme -
-
Uses of FormThemeEditModeAdvancedModel in de.xima.fc.gui.bean.form_theme
Methods in de.xima.fc.gui.bean.form_theme that return FormThemeEditModeAdvancedModel Modifier and Type Method Description FormThemeEditModeAdvancedModel
FormThemeBean. getEditModeAdvancedModel()
Gets the view model foradvanced
edit mode. -
Uses of FormThemeEditModeAdvancedModel in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return FormThemeEditModeAdvancedModel Modifier and Type Method Description FormThemeEditModeAdvancedModel
FormThemeElFinderExplorerSession. model()
Gets the view model to use with the current explorer session.Methods in de.xima.fc.gui.model.form_theme with parameters of type FormThemeEditModeAdvancedModel Modifier and Type Method Description static void
FormThemeElFinderExplorerSession. registerExplorerSession(javax.servlet.http.HttpSession httpSession, String explorerSessionId, FormThemeEditModeAdvancedModel model)
Registers the given content view with the explorer session for the given explorer session ID.
-