Package br.com.jarch.faces.controller
Class ItemMenuFactory
- java.lang.Object
-
- br.com.jarch.faces.controller.ItemMenuFactory
-
public class ItemMenuFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemMenuFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<br.com.jarch.model.ItemMenuArch>createMenuFromField(java.lang.reflect.Field field)static <A extends IBaseListController<?,?,?>>
java.util.List<br.com.jarch.model.ItemMenuArch>createMenuFromListAction(A listaAction)
-
-
-
Method Detail
-
createMenuFromListAction
public static <A extends IBaseListController<?,?,?>> java.util.List<br.com.jarch.model.ItemMenuArch> createMenuFromListAction(A listaAction)
-
createMenuFromField
public static java.util.List<br.com.jarch.model.ItemMenuArch> createMenuFromField(java.lang.reflect.Field field)
-
-