public final class

ModifiersProto.SpanModifiers

extends <any>

implements ModifiersProto.SpanModifiersOrBuilder

 java.lang.Object

↳<any>

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

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

Fields
public static final intCLICKABLE_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public ModifiersProto.ClickablegetClickable()

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

public static ModifiersProto.SpanModifiersgetDefaultInstance()

public booleanhasClickable()

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

public static ModifiersProto.SpanModifiers.BuildernewBuilder()

public static ModifiersProto.SpanModifiers.BuildernewBuilder(ModifiersProto.SpanModifiers prototype)

public static ModifiersProto.SpanModifiersparseDelimitedFrom(java.io.InputStream input)

public static ModifiersProto.SpanModifiersparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiersparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiersparseFrom(java.nio.ByteBuffer data)

public static ModifiersProto.SpanModifiersparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiersparseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.SpanModifiersparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiersparseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.SpanModifiersparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiersparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

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

Fields

public static final int CLICKABLE_FIELD_NUMBER

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;

public static ModifiersProto.SpanModifiers parseFrom(java.nio.ByteBuffer data)

public static ModifiersProto.SpanModifiers parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiers parseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.SpanModifiers parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiers parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiers parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiers parseDelimitedFrom(java.io.InputStream input)

public static ModifiersProto.SpanModifiers parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiers parseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.SpanModifiers parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SpanModifiers.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ModifiersProto.SpanModifiers getDefaultInstance()

public static <any> parser()