Annotation Type SectionHeader


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface SectionHeader
    Places the component into the section header. This annotation can only be used inside a UISection.

    It is recommended to use negative numbers for the position of elements marked with this annotation to avoid conflicts with elements placed in the section's content area.

    Implementation Note:
    Components will be added using LinkkiSection.addHeaderComponent(Component).