com.tssap.util.ui
Interface IEditable
- All Known Subinterfaces:
- ICheckboxComponent, IDropDownSelector, IForm, IGenericComponent, IGridLayoutPaneContainer, IListElementGridLayoutPaneContainer, IListSelector, IObjectEditorComponent, IRadioButtonComponent, ISection, ISectionForm, ISectionWithButtons, ISimpleForm, ISimpleSection, ITableComponent, ITableSection, ITitledGridLayoutPaneContainer, ITreeSection, ITreeSelector
- All Known Implementing Classes:
- AbstractEditable
- public interface IEditable
Interface to define and receive components' read-only behavior.
|
Method Summary |
boolean |
isEditable()
Gets components' read-only behavior. |
void |
setEditable(boolean editable)
Sets components' read-only behavior. |
setEditable
public void setEditable(boolean editable)
- Sets components' read-only behavior.
- Parameters:
editable - true if this component should be editable
isEditable
public boolean isEditable()
- Gets components' read-only behavior.
- Returns:
- true if this component is editable
Copyright © 2005 SAP AG. All Rights Reserved.