com.tssap.util.ui
Class AbstractEditable

java.lang.Object
  |
  +--com.tssap.util.ui.AbstractEditable
All Implemented Interfaces:
IEditable
Direct Known Subclasses:
AbstractGridLayoutPaneContainer, GenericComponent, ListElementGridLayoutPaneContainer

public abstract class AbstractEditable
extends java.lang.Object
implements IEditable


Constructor Summary
AbstractEditable()
           
 
Method Summary
 boolean isEditable()
          Gets components' read-only behavior.
 void setEditable(boolean editable)
          Sets components' read-only behavior.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEditable

public AbstractEditable()
Method Detail

isEditable

public boolean isEditable()
Description copied from interface: IEditable
Gets components' read-only behavior.
Specified by:
isEditable in interface IEditable
See Also:
IEditable.isEditable()

setEditable

public void setEditable(boolean editable)
Description copied from interface: IEditable
Sets components' read-only behavior.
Specified by:
setEditable in interface IEditable
See Also:
IEditable.setEditable(boolean)


Copyright © 2005 SAP AG. All Rights Reserved.