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


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

Used in combination with Template and DialogFactory to set the order that tabs should appear in the dialog.

Since:
1.0
See Also:
Template, DialogFactory

Required Element Summary
 String[] value
          List of tab labels in the order they should appear.
 

Element Detail

value

public abstract String[] value
List of tab labels in the order they should appear.



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