Interface IsDisabledBySecurity
-
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
public interface IsDisabledBySecurity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDisabled(String disabled)
Flag indicating that this element is disabled.
-
-
-
Method Detail
-
setDisabled
void setDisabled(String disabled)
Flag indicating that this element is disabled. If configured so in the tobago-config.xml the action will be checked for the annotationsRolesAllowed
,PermitAll
orDenyAll
.
-
-