# Print output for @column tags ?>
public
static
abstract
class
ViewStructure.HtmlInfo.Builder
extends Object
java.lang.Object | |
↳ | android.view.ViewStructure.HtmlInfo.Builder |
Builder for HtmlInfo
objects.
Public constructors | |
---|---|
Builder()
|
Public methods | |
---|---|
abstract
ViewStructure.HtmlInfo.Builder
|
addAttribute(String name, String value)
Adds an HTML attribute. |
abstract
ViewStructure.HtmlInfo
|
build()
Builds the |
Inherited methods | |
---|---|
public Builder ()
public abstract ViewStructure.HtmlInfo.Builder addAttribute (String name, String value)
Adds an HTML attribute.
Parameters | |
---|---|
name |
String : name of the attribute.
This value cannot be null . |
value |
String : value of the attribute.
This value cannot be null . |
Returns | |
---|---|
ViewStructure.HtmlInfo.Builder |
same builder, for chaining. |
public abstract ViewStructure.HtmlInfo build ()
Builds the HtmlInfo
object.
Returns | |
---|---|
ViewStructure.HtmlInfo |
a new HtmlInfo instance. |