org.formaria.aria
Interface StateHolder

All Known Implementing Classes:
Checkbox, Checkbox, Checkbox, ComponentProxy, CompositeProxy, RadioButton, RadioButton, RadioButton

public interface StateHolder

A generic interface that allows stateful components to bind their state

Copyright (c) Formaria Ltd.,

$Revision: 2.2 $


Method Summary
 java.lang.Object getComponentState()
          Get the component state
 void setComponentState(java.lang.Object object)
          Set the component state
 

Method Detail

getComponentState

java.lang.Object getComponentState()
Get the component state

Returns:
the object state

setComponentState

void setComponentState(java.lang.Object object)
Set the component state

Parameters:
object - the new component state