Class Setting
java.lang.Object
com._1c.g5.v8.dt.internal.ui.validation.Setting
- Direct Known Subclasses:
ColumnSetting
,GrouppingSetting
Settings description with enable/disable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns enabled.void
setEnabled
(boolean enable) Sets enabled.
-
Constructor Details
-
Setting
public Setting()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Returns enabled.- Returns:
- the enabling
-
setEnabled
public void setEnabled(boolean enable) Sets enabled.- Parameters:
enable
- the enable to set
-