Interface FieldScreenAssociations
- All Known Implementing Classes:
FieldScreenAssociationsImpl
public interface FieldScreenAssociations
A class to help configure associations of one particular field to screens. The functionality offered here is akin to:
- navigating to a Field Configuration,
- clicking the Screens link
- Since:
- v4.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFieldToScreen
(String screen) Adds the current field to the specified screen.void
removeFieldFromScreen
(String screen) Removes the current field from the specified screen.
-
Method Details
-
removeFieldFromScreen
Removes the current field from the specified screen.- Parameters:
screen
- the name of the screen e.g.Resolve Issue Screen
-
addFieldToScreen
Adds the current field to the specified screen.- Parameters:
screen
- the name of the screen e.g.Resolve Issue Screen
-