com.stimulsoft.report.options
Class DesignerOptions.PropertyGrid

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

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

Class for the Property Grid of the Report Designer.


Constructor Summary
DesignerOptions.PropertyGrid()
           
 
Method Summary
static boolean getAllowShowConfiguration()
           
static boolean isShowPropertiesWhichUsedFromStyles()
           
static void setAllowShowConfiguration(boolean value)
           
static void setShowPropertiesWhichUsedFromStyles(boolean showPropertiesWhichUsedFromStyles)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.PropertyGrid

public DesignerOptions.PropertyGrid()
Method Detail

getAllowShowConfiguration

public static boolean getAllowShowConfiguration()

setAllowShowConfiguration

public static void setAllowShowConfiguration(boolean value)

isShowPropertiesWhichUsedFromStyles

public static boolean isShowPropertiesWhichUsedFromStyles()
Returns:
the showPropertiesWhichUsedFromStyles

setShowPropertiesWhichUsedFromStyles

public static void setShowPropertiesWhichUsedFromStyles(boolean showPropertiesWhichUsedFromStyles)
Parameters:
showPropertiesWhichUsedFromStyles - the showPropertiesWhichUsedFromStyles to set