Package com.stimulsoft.report.options
Class DesignerOptions.Restrictions
java.lang.Object
com.stimulsoft.report.options.DesignerOptions.Restrictions
- Enclosing class:
DesignerOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic voidsetIgnoreAllowChange(boolean value) static voidsetIgnoreAllowDelete(boolean value) static voidsetIgnoreAllowMove(boolean value) static voidsetIgnoreAllowResize(boolean value) static voidsetIgnoreAllowSelect(boolean value)
-
Constructor Details
-
Restrictions
public Restrictions()
-
-
Method Details
-
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)
-