Interface FieldScreenRenderTab
- All Superinterfaces:
Comparable<FieldScreenRenderTab>
- All Known Implementing Classes:
FieldScreenRenderTabImpl
Copyright (c) 2002-2004
All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionShould be used while actually processing the field input rather than displaying it.getName()intMethods inherited from interface java.lang.Comparable
compareTo
-
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.
-