public final class

ModifiersProto.SpanModifiers.Builder

extends <any>

implements ModifiersProto.SpanModifiersOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.SpanModifiers.Builder

Overview

 Modifiers that can be used with Span elements. These may change the way
 they are drawn, or change their behaviour.
 
Protobuf type androidx.wear.protolayout.proto.SpanModifiers

Summary

Methods
public ModifiersProto.SpanModifiers.BuilderclearClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public ModifiersProto.ClickablegetClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public booleanhasClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public ModifiersProto.SpanModifiers.BuildermergeClickable(ModifiersProto.Clickable value)

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public ModifiersProto.SpanModifiers.BuildersetClickable(ModifiersProto.Clickable.Builder builderForValue)

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public ModifiersProto.SpanModifiers.BuildersetClickable(ModifiersProto.Clickable value)

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public boolean hasClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

public ModifiersProto.Clickable getClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

public ModifiersProto.SpanModifiers.Builder clearClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;