Uses of Class
org.uberfire.ext.preferences.client.admin.page.AdminPageOptions
-
Packages that use AdminPageOptions Package Description org.uberfire.ext.preferences.client.admin.page -
-
Uses of AdminPageOptions in org.uberfire.ext.preferences.client.admin.page
Methods in org.uberfire.ext.preferences.client.admin.page that return AdminPageOptions Modifier and Type Method Description static AdminPageOptionsAdminPageOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminPageOptions[]AdminPageOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.preferences.client.admin.page with parameters of type AdminPageOptions Modifier and Type Method Description voidAdminPage. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, Supplier<org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier, AdminPageOptions... options)Adds a new admin tool that links to a preference to the admin page.voidAdminPage. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, Supplier<org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier, org.uberfire.preferences.shared.PreferenceScope preferenceScope, AdminPageOptions... options)Adds a new admin tool that links to a preference to the admin page.voidAdminPage. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, AdminPageOptions... options)Adds a new admin tool that links to a preference to the admin page.voidAdminPage. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, org.uberfire.preferences.shared.PreferenceScope preferenceScope, AdminPageOptions... options)Adds a new admin tool that links to a preference to the admin page.voidAdminPageImpl. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, Supplier<org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier, AdminPageOptions... options)voidAdminPageImpl. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, Supplier<org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier, org.uberfire.preferences.shared.PreferenceScope preferenceScope, AdminPageOptions... options)voidAdminPageImpl. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, AdminPageOptions... options)voidAdminPageImpl. addPreference(String screen, String identifier, String title, Set<String> iconCss, String category, org.uberfire.preferences.shared.PreferenceScope preferenceScope, AdminPageOptions... options)
-