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 |
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()
|
static final String NO_DESCRIPTION
Class<?> getType()
UICategory getCategory()
UICategory of the corresponding UICommand.Copyright © 2014 JBoss by Red Hat. All rights reserved.