Package com.atlassian.confluence.core
Interface FormAware
-
- All Known Implementing Classes:
ChangeMyPasswordAction
,ConfigureRssFeedAction
,CustomPageContentAction
,EditEmailSettingsAction
,EditMyProfileAction
,EditMySettingsAction
,EditorSettingsAction
,EditUserAction
,GeneralConfigurationAction
,SecurityConfigurationAction
,SiteSupportAction
,SpacesConfigurationAction
,ViewMyEmailSettingsAction
,ViewMyProfileAction
,ViewMySettingsAction
,ViewUserProfileAction
public interface FormAware
This interface has to be implemented if the new AUI form styles are being used.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEditMode()
-