public interface UICommandMetadata
UICommand implementation| Modifier and Type | Field and Description |
|---|---|
static String |
NO_DESCRIPTION
Label used when no description is set
|
| Modifier and Type | Method and Description |
|---|---|
UICategory |
getCategory()
Returns the
UICategory of the corresponding UICommand. |
String |
getDeprecatedMessage()
Returns a deprecated message to be displayed when
isDeprecated() returns
true. |
String |
getDescription()
Returns the description of the corresponding
UICommand. |
URL |
getDocLocation()
Returns the location of the documentation of the corresponding
UICommand. |
String |
getName()
Return the name of the corresponding
UICommand. |
Class<?> |
getType()
|
boolean |
isDeprecated()
Returns if this command is discouraged from using, typically because it is dangerous, or because a better
alternative exists
|
static final String NO_DESCRIPTION
Class<?> getType()
UICategory getCategory()
UICategory of the corresponding UICommand.URL getDocLocation()
UICommand. (can be null.)boolean isDeprecated()
String getDeprecatedMessage()
isDeprecated() returns
true.Copyright © 2016 JBoss by Red Hat. All rights reserved.