Package com._1c.g5.lwt
Interface IEditable
-
- All Known Implementing Classes:
AbstractLightSpinner
,BigDecimalLightSpinner
,DoubleLightSpinner
,LightCheckbox
,LightColorBoxEditorBar
,LightCombo
,LightEditorBar
,LightFormattedText
,LightImageCombo
,LightSpinner
,LightText
,LightTextEditorBar
,LongLightSpinner
public interface IEditable
Instances of this class can be editable or not editable. Editable control can be edited. Not editable control can not be edited.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEditable()
Returns control editable state.void
setEditable(boolean isEditable)
Sets control editable state.
-