Uses of Class
com.hybris.cockpitng.core.impl.jaxb.Settings
-
Packages that use Settings Package Description com.hybris.cockpitng.core.impl.jaxb -
-
Uses of Settings in com.hybris.cockpitng.core.impl.jaxb
Fields in com.hybris.cockpitng.core.impl.jaxb declared as Settings Modifier and Type Field Description protected SettingsActionDefinition. settingsprotected SettingsEditorDefinition. settingsprotected SettingsWidgetDefinition. settingsMethods in com.hybris.cockpitng.core.impl.jaxb that return Settings Modifier and Type Method Description SettingsObjectFactory. createSettings()Create an instance ofSettingsSettingsActionDefinition. getSettings()Gets the value of the settings property.abstract SettingsComponentDefinition. getSettings()SettingsEditorDefinition. getSettings()Gets the value of the settings property.SettingsWidgetDefinition. getSettings()Gets the value of the settings property.Methods in com.hybris.cockpitng.core.impl.jaxb with parameters of type Settings Modifier and Type Method Description voidActionDefinition. setSettings(Settings value)Sets the value of the settings property.abstract voidComponentDefinition. setSettings(Settings value)voidEditorDefinition. setSettings(Settings value)Sets the value of the settings property.voidWidgetDefinition. setSettings(Settings value)Sets the value of the settings property.
-