Interface MobileBodyPanel
-
- All Known Implementing Classes:
DocumentDetailsPanel
,FulltextForm
,HitsListPanel
,HomePanel
,Navigator
public interface MobileBodyPanel
Define a panel to be used as body- Since:
- 7.4.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPanelName()
Name of the panel to be shown in the navigation
-
-
-
Method Detail
-
getPanelName
String getPanelName()
Name of the panel to be shown in the navigation- Returns:
- the panel's name
-
-