| Package | Description |
|---|---|
| com.manydesigns.portofino.buttons |
| Modifier and Type | Method and Description |
|---|---|
static GuardType |
GuardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardType[] |
GuardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ButtonsLogic.doGuardsPass(Object actionBean,
Method method,
GuardType type) |
static List<Guard> |
ButtonsLogic.getGuards(Method method,
GuardType type) |