Uses of Class
org.jasig.portal.layout.restrictions.UserLayoutRestriction

Packages that use UserLayoutRestriction
org.jasig.portal.layout.restrictions.alm   
 

Uses of UserLayoutRestriction in org.jasig.portal.layout.restrictions.alm
 

Subclasses of UserLayoutRestriction in org.jasig.portal.layout.restrictions.alm
 class ALRestriction
          The generic aggregated layout restriction class.
 class BooleanRestriction
          BooleanRestriction checks the restriction on the boolean property for a given ILayoutNode object.
 class DepthRestriction
          DepthRestriction checks the priority restriction for a given UserLayoutNode object.
 class GroupRestriction
          GroupRestriction checks the group restriction for a given ALNode object.
 class HiddenRestriction
          HiddenRestriction checks the restriction on the "hidden" property for a given ALNode object.
 class ImmutableRestriction
          ImmutableRestriction checks the restriction on the "immutable" property for a given ALNode object.
 class PriorityRestriction
          PriorityRestriction checks the priority restriction for a given ALNode object.
 class UnremovableRestriction
          UnremovableRestriction checks the restriction on the "unremovable" property for a given ALNode object.