public static class OakWebViewFragment.BundleBuilder extends Object
Constructor and Description |
---|
BundleBuilder(android.os.Bundle bundle) |
BundleBuilder(String url) |
Modifier and Type | Method and Description |
---|---|
android.os.Bundle |
build() |
OakWebViewFragment.BundleBuilder |
fadeControls(boolean fadeControls) |
OakWebViewFragment.BundleBuilder |
fadeTimeout(long milliseconds) |
OakWebViewFragment.BundleBuilder |
layoutId(int layoutId) |
OakWebViewFragment.BundleBuilder |
maxControlAlpha(float maxAlpha) |
OakWebViewFragment.BundleBuilder |
minControlAlpha(float minAlpha) |
OakWebViewFragment.BundleBuilder |
openInBrowserEnabled(boolean enabled) |
OakWebViewFragment.BundleBuilder |
refreshInMenuEnabled(boolean enabled) |
OakWebViewFragment.BundleBuilder |
showControls(boolean showControls) |
public BundleBuilder(android.os.Bundle bundle)
public BundleBuilder(String url)
public OakWebViewFragment.BundleBuilder showControls(boolean showControls)
public OakWebViewFragment.BundleBuilder fadeControls(boolean fadeControls)
public OakWebViewFragment.BundleBuilder layoutId(int layoutId)
public OakWebViewFragment.BundleBuilder fadeTimeout(long milliseconds)
public OakWebViewFragment.BundleBuilder maxControlAlpha(float maxAlpha)
public OakWebViewFragment.BundleBuilder minControlAlpha(float minAlpha)
public OakWebViewFragment.BundleBuilder openInBrowserEnabled(boolean enabled)
public OakWebViewFragment.BundleBuilder refreshInMenuEnabled(boolean enabled)
public android.os.Bundle build()
Copyright © 2011–2014. All rights reserved.