Package br.com.jarch.faces.controller
Class AcessMenu
- java.lang.Object
-
- br.com.jarch.faces.controller.AcessMenu
-
- All Implemented Interfaces:
br.com.jarch.model.IAcessMenu,java.io.Serializable
public class AcessMenu extends java.lang.Object implements br.com.jarch.model.IAcessMenu- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcessMenu()AcessMenu(IBaseListController<?,?,?> controller)AcessMenu(java.lang.reflect.Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableAllItemMenuAction()voiddisableAllItemMenuActionDynamic()voiddisableAllItemMenuActionPattern()voidenableAllItemMenuAction()voidenableItemMenuAction(br.com.jarch.model.type.ActionCrudType actionCrudType)voidenableItemMenuAction(java.lang.String id)voidenableItemMenuActionDynamic(java.lang.String id)java.util.List<br.com.jarch.model.ItemMenuArch>getMenuActions()voidhideAllItemMenuAction()voidhideAllItemMenuActionDynamic()voidhideAllItemMenuActionPattern()booleanisDisabledInsert()booleanisDisabledPrint()booleanisVisibleInsert()booleanisVisiblePrint()voidshowAllItemMenuAction()voidshowItemMenuAction(br.com.jarch.model.type.ActionCrudType actionCrudType)voidshowItemMenuAction(java.lang.String id)voidshowItemMenuActionDynamic(java.lang.String id)
-
-
-
Constructor Detail
-
AcessMenu
public AcessMenu()
-
AcessMenu
public AcessMenu(IBaseListController<?,?,?> controller)
-
AcessMenu
public AcessMenu(java.lang.reflect.Field field)
-
-
Method Detail
-
getMenuActions
public java.util.List<br.com.jarch.model.ItemMenuArch> getMenuActions()
- Specified by:
getMenuActionsin interfacebr.com.jarch.model.IAcessMenu
-
enableItemMenuActionDynamic
public void enableItemMenuActionDynamic(java.lang.String id)
- Specified by:
enableItemMenuActionDynamicin interfacebr.com.jarch.model.IAcessMenu
-
enableItemMenuAction
public void enableItemMenuAction(java.lang.String id)
- Specified by:
enableItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
showItemMenuActionDynamic
public void showItemMenuActionDynamic(java.lang.String id)
- Specified by:
showItemMenuActionDynamicin interfacebr.com.jarch.model.IAcessMenu
-
disableAllItemMenuActionDynamic
public void disableAllItemMenuActionDynamic()
- Specified by:
disableAllItemMenuActionDynamicin interfacebr.com.jarch.model.IAcessMenu
-
disableAllItemMenuActionPattern
public void disableAllItemMenuActionPattern()
- Specified by:
disableAllItemMenuActionPatternin interfacebr.com.jarch.model.IAcessMenu
-
disableAllItemMenuAction
public void disableAllItemMenuAction()
- Specified by:
disableAllItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
enableAllItemMenuAction
public void enableAllItemMenuAction()
- Specified by:
enableAllItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
hideAllItemMenuActionDynamic
public void hideAllItemMenuActionDynamic()
- Specified by:
hideAllItemMenuActionDynamicin interfacebr.com.jarch.model.IAcessMenu
-
hideAllItemMenuActionPattern
public void hideAllItemMenuActionPattern()
- Specified by:
hideAllItemMenuActionPatternin interfacebr.com.jarch.model.IAcessMenu
-
hideAllItemMenuAction
public void hideAllItemMenuAction()
- Specified by:
hideAllItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
showAllItemMenuAction
public void showAllItemMenuAction()
- Specified by:
showAllItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
isDisabledInsert
public boolean isDisabledInsert()
- Specified by:
isDisabledInsertin interfacebr.com.jarch.model.IAcessMenu
-
isDisabledPrint
public boolean isDisabledPrint()
- Specified by:
isDisabledPrintin interfacebr.com.jarch.model.IAcessMenu
-
isVisibleInsert
public boolean isVisibleInsert()
- Specified by:
isVisibleInsertin interfacebr.com.jarch.model.IAcessMenu
-
isVisiblePrint
public boolean isVisiblePrint()
- Specified by:
isVisiblePrintin interfacebr.com.jarch.model.IAcessMenu
-
enableItemMenuAction
public void enableItemMenuAction(br.com.jarch.model.type.ActionCrudType actionCrudType)
- Specified by:
enableItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
showItemMenuAction
public void showItemMenuAction(java.lang.String id)
- Specified by:
showItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
showItemMenuAction
public void showItemMenuAction(br.com.jarch.model.type.ActionCrudType actionCrudType)
- Specified by:
showItemMenuActionin interfacebr.com.jarch.model.IAcessMenu
-
-