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 IEditableInstances 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 booleanisEditable()Returns control editable state.voidsetEditable(boolean isEditable)Sets control editable state.
-