Uses of Interface
com.deiser.jira.profields.api.field.text.TextField
Packages that use TextField
Package
Description
- 
Uses of TextField in com.deiser.jira.profields.api.event.listenerMethods in com.deiser.jira.profields.api.event.listener with parameters of type TextFieldModifier and TypeMethodDescriptionprotected voidProfieldsListener.onTextValueUpdated(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, TextField field, String oldValue, String newValue) 
- 
Uses of TextField in com.deiser.jira.profields.api.fieldMethods in com.deiser.jira.profields.api.field that return TextFieldModifier and TypeMethodDescriptionFieldService.create(TextFieldBuilder builder) Create a text field.
- 
Uses of TextField in com.deiser.jira.profields.api.valueMethods in com.deiser.jira.profields.api.value with parameters of type TextField