Package com.stimulsoft.report.options
Class DesignerOptions.Toolbars.StatusBar
java.lang.Object
com.stimulsoft.report.options.DesignerOptions.Toolbars.StatusBar
- Enclosing class:
DesignerOptions.Toolbars
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic voidsetShowComponentName(boolean value) static voidsetShowLocation(boolean value) static voidsetShowReportChecker(boolean value) static voidsetShowUnits(boolean value)
-
Constructor Details
-
StatusBar
public StatusBar()
-
-
Method Details
-
getShowUnits
public static boolean getShowUnits() -
setShowUnits
public static void setShowUnits(boolean value) -
getShowComponentName
public static boolean getShowComponentName() -
setShowComponentName
public static void setShowComponentName(boolean value) -
getShowLocation
public static boolean getShowLocation() -
setShowLocation
public static void setShowLocation(boolean value) -
getShowReportChecker
public static boolean getShowReportChecker() -
setShowReportChecker
public static void setShowReportChecker(boolean value)
-