public class SectionEntry extends Object implements org.uberfire.security.authz.RuntimeFeatureResource
| Constructor and Description |
|---|
SectionEntry(String caption,
org.uberfire.mvp.Command onClickCommand) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
org.uberfire.mvp.Command |
getOnClickCommand() |
Collection<String> |
getRoles() |
String |
getSignatureId() |
Collection<String> |
getTraits() |
void |
setRoles(Collection<String> roles) |
public SectionEntry(String caption, org.uberfire.mvp.Command onClickCommand)
public String getCaption()
public org.uberfire.mvp.Command getOnClickCommand()
public void setRoles(Collection<String> roles)
public String getSignatureId()
getSignatureId in interface org.uberfire.security.authz.RuntimeResourcepublic Collection<String> getRoles()
getRoles in interface org.uberfire.security.authz.RuntimeFeatureResourcepublic Collection<String> getTraits()
getTraits in interface org.uberfire.security.authz.RuntimeResourceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.