Annotation Interface LargeDisplays


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface LargeDisplays
A group of @LargeDisplay associated to the same member.

Applies to properties.

It allows to define a value different for @LargeDisplay in each view.
Example:

  @LargeDisplays({
    @LargeDisplay(forViews="DEFAULT", ... ),
    @LargeDisplay(forViews="Simple, VerySimple", ... ),
    @LargeDisplay(forViews="Complete", ... )
  })
 
Version:
7.4
Author:
Javier Paniza
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description