com.stimulsoft.report.options
Class DesignerOptions.DataBandEditor

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

public static class DesignerOptions.DataBandEditor
extends java.lang.Object


Constructor Summary
DesignerOptions.DataBandEditor()
           
 
Method Summary
static boolean getDataRelationVisible()
           
static boolean getDataSourceVisible()
           
static boolean getFiltersVisible()
           
static boolean getMasterComponentVisible()
           
static boolean getSortVisible()
           
static void setDataRelationVisible(boolean value)
           
static void setDataSourceVisible(boolean value)
           
static void setFiltersVisible(boolean value)
           
static void setMasterComponentVisible(boolean value)
           
static void setSortVisible(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerOptions.DataBandEditor

public DesignerOptions.DataBandEditor()
Method Detail

getDataSourceVisible

public static boolean getDataSourceVisible()

setDataSourceVisible

public static void setDataSourceVisible(boolean value)

getDataRelationVisible

public static boolean getDataRelationVisible()

setDataRelationVisible

public static void setDataRelationVisible(boolean value)

getMasterComponentVisible

public static boolean getMasterComponentVisible()

setMasterComponentVisible

public static void setMasterComponentVisible(boolean value)

getSortVisible

public static boolean getSortVisible()

setSortVisible

public static void setSortVisible(boolean value)

getFiltersVisible

public static boolean getFiltersVisible()

setFiltersVisible

public static void setFiltersVisible(boolean value)