|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyDashboardBehaviorInterface
This interface defines the methods to implement in order to modify the default behavior of a dashboard controller.
LyDashboardController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
LyTab |
buildTab(LyDashboardController dashboard,
LyAreaController controller)
Builds a tab for given area controller when the useTabs mode is active. |
void |
closeController(LyDashboardController dashboard,
LyAreaController controller)
Method called when a controller is closed in the dasboard panel. |
LyInfoList<LyAction> |
getActions(LyDashboardController dashboard,
LyInfoList<LyAction> actions)
Get the list of actions displayed in the dashboard. |
LyInfoList<LyClassInfo> |
getSearchClasses(LyDashboardController dashboard)
Get the classes list to be displayed in search tool. |
boolean |
isFreedOnClose(LyDashboardController dashboard,
LyAction action,
LyViewController viewController)
Indicates if the given sub view controller has to be freed when closed. |
boolean |
isFreedOnClose(LyDashboardController dashboard,
LyViewController viewController)
Deprecated. Use isFreedOnClose(LyDashboardController,
LyAction, LyViewController) instead. |
void |
openController(LyDashboardController dashboard,
LyAreaController controller)
Method called when a new controller is (re)opened in the dasboard panel. |
boolean |
openNewView(LyDashboardController dashboard,
LyAction action)
Indicates if the given action has to be opened in a new view. |
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
boolean isFreedOnClose(LyDashboardController dashboard, LyViewController viewController)
isFreedOnClose(LyDashboardController,
LyAction, LyViewController)
instead.
dashboard
- Dashboard controller.viewController
- View controller.
isFreedOnClose(LyDashboardController,LyAction,LyViewController)
boolean isFreedOnClose(LyDashboardController dashboard, LyAction action, LyViewController viewController)
dashboard
- Dashboard controller.action
- The action of the sub view controller.viewController
- View controller.
boolean openNewView(LyDashboardController dashboard, LyAction action)
dashboard
- Dashboard controller.action
- the action to be opened.
void openController(LyDashboardController dashboard, LyAreaController controller)
dashboard
- Dashboard controller.controller
- Area controller opened in the dashboard.void closeController(LyDashboardController dashboard, LyAreaController controller)
dashboard
- Dashboard controller.controller
- Area controller closed in the dashboard.LyTab buildTab(LyDashboardController dashboard, LyAreaController controller)
dashboard
- Dashboard controller.controller
- Area controller opened in the dashboard.
LyInfoList<LyAction> getActions(LyDashboardController dashboard, LyInfoList<LyAction> actions)
dashboard
- Dashboard controller.actions
- List of actions declared in the model. Can be null.
LyInfoList<LyClassInfo> getSearchClasses(LyDashboardController dashboard)
dashboard
- The dashboard controller.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |