Arch4J 1.1

org.arch4j.ui.components
Interface EditablePropertyPanel

All Known Implementing Classes:
PropertiesPanel

public interface EditablePropertyPanel

This interface defines the methods required to be a panel in the tree browser framework.


Method Summary
 boolean isDirty()
          This method is used to request the status of the panel.
 boolean update()
          This is invoked to tell the panel to update the properties in it's associated domain object.
 

Method Detail

isDirty

public boolean isDirty()
This method is used to request the status of the panel. This is invoked when a user changes nodes to determine if they have uncommitted changes in the node's panel.

Returns:
true if the panel has uncommited changes.

update

public boolean update()
This is invoked to tell the panel to update the properties in it's associated domain object.

Returns:
true if the update is successful.

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.