org.rapla.gui
Interface EditComponent

All Superinterfaces:
RaplaWidget

public interface EditComponent
extends RaplaWidget


Method Summary
 Object getObject()
           
 void mapToObject()
          maps all fields back to the current object.
 void setObject(Object o)
           
 
Methods inherited from interface org.rapla.gui.toolkit.RaplaWidget
getComponent
 

Method Detail

mapToObject

void mapToObject()
                 throws RaplaException
maps all fields back to the current object.

Throws:
RaplaException

getObject

Object getObject()

setObject

void setObject(Object o)
               throws RaplaException
Throws:
RaplaException


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.