| Package | Description |
|---|---|
| org.apache.isis.core.progmodel.facets.actions.command | |
| org.apache.isis.core.progmodel.facets.actions.command.annotation |
| Modifier and Type | Method and Description |
|---|---|
static CommandFacetAbstract.Enablement |
CommandFacetAbstract.Enablement.isDisabled(boolean disabled) |
static CommandFacetAbstract.Enablement |
CommandFacetAbstract.Enablement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandFacetAbstract.Enablement[] |
CommandFacetAbstract.Enablement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CommandFacetAbstract(org.apache.isis.applib.annotation.Command.Persistence persistence,
org.apache.isis.applib.annotation.Command.ExecuteIn executeIn,
CommandFacetAbstract.Enablement enablement,
FacetHolder holder) |
| Constructor and Description |
|---|
CommandFacetAnnotation(org.apache.isis.applib.annotation.Command.Persistence persistence,
org.apache.isis.applib.annotation.Command.ExecuteIn executeIn,
CommandFacetAbstract.Enablement enablement,
FacetHolder holder) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.