info.magnolia.module.blossom.annotation
Annotation Type TabValidator


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface TabValidator

Used on methods in classes annotated with Template or DialogFactory. The method is called to validate a tab in the dialog. The tab to validate is specified using its label. Valid arguments for the method is DialogTab and Dialog. Use AlertUtil to set validation messages.

Since:
1.0
See Also:
Template, DialogFactory, DialogTab, AlertUtil

Required Element Summary
 String value
          Label of the tab to validate.
 

Element Detail

value

public abstract String value
Label of the tab to validate.



Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.