com.stimulsoft.report.options
Class DesignerOptions.Restrictions

java.lang.Object
  extended by com.stimulsoft.report.options.DesignerOptions.Restrictions
Enclosing class:
DesignerOptions

public static final class DesignerOptions.Restrictions
extends java.lang.Object


Constructor Summary
DesignerOptions.Restrictions()
           
 
Method Summary
static boolean getIgnoreAllowChange()
           
static boolean getIgnoreAllowDelete()
           
static boolean getIgnoreAllowMove()
           
static boolean getIgnoreAllowResize()
           
static boolean getIgnoreAllowSelect()
           
static void setIgnoreAllowChange(boolean value)
           
static void setIgnoreAllowDelete(boolean value)
           
static void setIgnoreAllowMove(boolean value)
           
static void setIgnoreAllowResize(boolean value)
           
static void setIgnoreAllowSelect(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.Restrictions

public DesignerOptions.Restrictions()
Method Detail

getIgnoreAllowChange

public static boolean getIgnoreAllowChange()

setIgnoreAllowChange

public static void setIgnoreAllowChange(boolean value)

getIgnoreAllowMove

public static boolean getIgnoreAllowMove()

setIgnoreAllowMove

public static void setIgnoreAllowMove(boolean value)

getIgnoreAllowSelect

public static boolean getIgnoreAllowSelect()

setIgnoreAllowSelect

public static void setIgnoreAllowSelect(boolean value)

getIgnoreAllowResize

public static boolean getIgnoreAllowResize()

setIgnoreAllowResize

public static void setIgnoreAllowResize(boolean value)

getIgnoreAllowDelete

public static boolean getIgnoreAllowDelete()

setIgnoreAllowDelete

public static void setIgnoreAllowDelete(boolean value)