Annotation Type Footer


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Footer
    An annotation which qualifies a bean as a footer to be used in MiniFx. Footers are always shown at the bottom of an application, outside of all perspectives.If several footers are available, then they are shown in tabs.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean enforceTab
      If this property is set to true, then a tab as shown, even if there is only one footer available.
    • Element Detail

      • enforceTab

        boolean enforceTab
        If this property is set to true, then a tab as shown, even if there is only one footer available.
        Returns:
        true if tabs should be enforced, false otherwise
        Default:
        false