public static final class Application.Config extends Setting<Application.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
Application.Config.PreferenceImpl |
Setting.BooleanProperty, Setting.EnumProperty<T extends Enum<T>>, Setting.IntegerProperty, Setting.Property<Z>, Setting.SettingListener<T extends Setting<T>>, Setting.SettingProperty, Setting.StringProperty| Constructor and Description |
|---|
Application.Config() |
addListener, addListener, attach, detach, get, init, onPropertyChange, removeListener, removeListenerpublic Application.Config attachDefaultListener()
public Application.Config detachDefaultListener()
public String getHoloEverywherePackage()
public Application.Config.PreferenceImpl getPreferenceImpl()
public String getPreferencePackage()
public String getWidgetsPackage()
public boolean isAlwaysUseParentTheme()
public boolean isDebugMode()
public boolean isDisableContextMenu()
public boolean isDisableOverscrollEffects()
@Deprecated public boolean isUseThemeManager()
protected void onInit()
onInit in class Setting<Application.Config>public Application.Config setAlwaysUseParentTheme(boolean alwaysUseParentTheme)
public Application.Config setDebugMode(boolean debugMode)
public Application.Config setDisableContextMenu(boolean disableContextMenu)
public Application.Config setDisableOverscrollEffects(boolean disableOverscrollEffects)
public Application.Config setHoloEverywherePackage(String holoEverywherePackage)
public Application.Config setPreferenceImpl(Application.Config.PreferenceImpl preferenceImpl)
public Application.Config setPreferencePackage(String preferencePackage)
@Deprecated public Application.Config setUseThemeManager(boolean useThemeManager)
public Application.Config setWidgetsPackage(String widgetsPackage)
Copyright © 2012-2013. All Rights Reserved.