org.wvc.widgets.impl
Class WebWidgetStateProxyImpl

java.lang.Object
  extended by org.wvc.widgets.impl.WebWidgetStateProxyImpl
All Implemented Interfaces:
WebWidgetState

public class WebWidgetStateProxyImpl
extends Object
implements WebWidgetState

Author:
julian

Constructor Summary
WebWidgetStateProxyImpl()
           
 
Method Summary
 void cleanDirtiesProperties()
           
 Set<String> getDirtiesProperties()
           
 Object getProperty(String name)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebWidgetStateProxyImpl

public WebWidgetStateProxyImpl()
Method Detail

cleanDirtiesProperties

public void cleanDirtiesProperties()

getDirtiesProperties

public Set<String> getDirtiesProperties()

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface WebWidgetState

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface WebWidgetState


Copyright © 2009. All Rights Reserved.