Package | Description |
---|---|
org.uberfire.ext.preferences.client.admin.page |
Modifier and Type | Method and Description |
---|---|
static AdminPageOptions |
AdminPageOptions.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.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminPageImpl.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
AdminPageOptions... options) |
void |
AdminPage.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.
|
void |
AdminPageImpl.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
PreferenceScope preferenceScope,
AdminPageOptions... options) |
void |
AdminPage.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
PreferenceScope preferenceScope,
AdminPageOptions... options)
Adds a new admin tool that links to a preference to the admin page.
|
void |
AdminPageImpl.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
Supplier<PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier,
AdminPageOptions... options) |
void |
AdminPage.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
Supplier<PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier,
AdminPageOptions... options)
Adds a new admin tool that links to a preference to the admin page.
|
void |
AdminPageImpl.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
Supplier<PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier,
PreferenceScope preferenceScope,
AdminPageOptions... options) |
void |
AdminPage.addPreference(String screen,
String identifier,
String title,
Set<String> iconCss,
String category,
Supplier<PreferenceScopeResolutionStrategyInfo> customScopeResolutionStrategySupplier,
PreferenceScope preferenceScope,
AdminPageOptions... options)
Adds a new admin tool that links to a preference to the admin page.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.