android.view
Annotation Type ViewDebug.ExportedProperty


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public static @interface ViewDebug.ExportedProperty


Optional Element Summary
 String category
           
 boolean deepExport
           
 ViewDebug.FlagToString[] flagMapping
           
 ViewDebug.IntToString[] indexMapping
           
 ViewDebug.IntToString[] mapping
           
 String prefix
           
 boolean resolveId
           
 

resolveId

public abstract boolean resolveId
Default:
false

mapping

public abstract ViewDebug.IntToString[] mapping
Default:
{}

indexMapping

public abstract ViewDebug.IntToString[] indexMapping
Default:
{}

flagMapping

public abstract ViewDebug.FlagToString[] flagMapping
Default:
{}

deepExport

public abstract boolean deepExport
Default:
false

prefix

public abstract String prefix
Default:
""

category

public abstract String category
Default:
""


Copyright © 2008-2012. All Rights Reserved.