com.stimulsoft.report.components
Class StiRestrictionsHelper

java.lang.Object
  extended by com.stimulsoft.report.components.StiRestrictionsHelper

public final class StiRestrictionsHelper
extends java.lang.Object


Constructor Summary
StiRestrictionsHelper()
           
 
Method Summary
static boolean isAllowChange(StiComponent comp)
           
static boolean isAllowChangePosition(StiComponent comp)
           
static boolean isAllowDelete(StiComponent comp)
           
static boolean isAllowDelete(StiEnumSet<StiRestrictions> restrictions)
           
static boolean isAllowDelete(StiRestrictions restrictions)
           
static boolean isAllowMove(StiComponent comp)
           
static boolean isAllowResize(StiComponent comp)
           
static boolean isAllowSelect(StiComponent comp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRestrictionsHelper

public StiRestrictionsHelper()
Method Detail

isAllowChange

public static boolean isAllowChange(StiComponent comp)

isAllowDelete

public static boolean isAllowDelete(StiRestrictions restrictions)

isAllowDelete

public static boolean isAllowDelete(StiEnumSet<StiRestrictions> restrictions)

isAllowDelete

public static boolean isAllowDelete(StiComponent comp)

isAllowMove

public static boolean isAllowMove(StiComponent comp)

isAllowSelect

public static boolean isAllowSelect(StiComponent comp)

isAllowResize

public static boolean isAllowResize(StiComponent comp)

isAllowChangePosition

public static boolean isAllowChangePosition(StiComponent comp)