|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ControlInterface
The ControlInterface annotation type is used to annotate a control public interface.
Optional Element Summary | |
---|---|
Class<? extends ControlChecker> |
checker
Used by control authors wishing to enforce rich semantic validation on extension and field instance declarations of their controls. |
Class<? extends ControlChecker> |
checkerClass
Deprecated. Replaced by checker() element. |
String |
defaultBinding
Specify the fully qualified name of the control implementation for this control interface. |
public abstract String defaultBinding
public abstract Class<? extends ControlChecker> checkerClass
public abstract Class<? extends ControlChecker> checker
ControlChecker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |