shared
Annotation Type SetByAttribute


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SetByAttribute

An attribute that is used to identify properties that will be used in radio, checkbox or select HTML elements.


Required Element Summary
 AttributeType type
          The type parmeter is an AttributeType, which is either CHECKED or SELECTED.
 

Element Detail

type

public abstract AttributeType type
The type parmeter is an AttributeType, which is either CHECKED or SELECTED.

Returns:
the type