org.cruxframework.crux.core.rebind.screen.widget.declarative
Annotation Type TagEvent


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface TagEvent

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 Class<? extends EvtProcessor> value
           
 
Optional Element Summary
 String description
          A description to be used to compose the documentation of the generated library
 DeviceAdaptive.Device[] supportedDevices
           
 

Element Detail

value

public abstract Class<? extends EvtProcessor> value

supportedDevices

public abstract DeviceAdaptive.Device[] supportedDevices
Default:
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Device.all

description

public abstract String description
A description to be used to compose the documentation of the generated library

Default:
""


Copyright © 2014. All rights reserved.