public interface FormAware
New form templates have two states, view and edit mode. To know which state to display, the action has to implement the FormAware interface that returns whether the current action should display the form in view mode or not.
Modifier and Type | Method and Description |
---|---|
boolean |
isEditMode() |
Copyright © 2003–2019 Atlassian. All rights reserved.