Interface FieldScreenRenderTab

All Superinterfaces:
Comparable<FieldScreenRenderTab>
All Known Implementing Classes:
FieldScreenRenderTabImpl

@PublicApi public interface FieldScreenRenderTab extends Comparable<FieldScreenRenderTab>
Copyright (c) 2002-2004 All rights reserved.
  • Method Details

    • getName

      String getName()
    • getPosition

      int getPosition()
    • getFieldScreenRenderLayoutItems

      List<FieldScreenRenderLayoutItem> getFieldScreenRenderLayoutItems()
    • getFieldScreenRenderLayoutItemsForProcessing

      List<FieldScreenRenderLayoutItem> getFieldScreenRenderLayoutItemsForProcessing()
      Should be used while actually processing the field input rather than displaying it. Ensures that fields are processed in the correct order. For example, the components field is processed before the assignee field, so that the component assignees are handled correctly.
      Returns:
      the layout items to be used when processing input.