org.apache.myfaces.tobago.taglib.decl
Interface HasState

All Known Subinterfaces:
PageTagDeclaration, TabGroupTagDeclaration, TreeListboxTagDeclaration, TreeTagDeclaration
All Known Implementing Classes:
PageTag, TabGroupTag, TreeListboxTag, TreeTag

public interface HasState

$Id: HasState.java 374936 2006-02-04 21:47:46Z bommel $


Method Summary
 void setState(String state)
          ValueBindingExpression pointing to a object to save the component's state.
 

Method Detail

setState

void setState(String state)
ValueBindingExpression pointing to a object to save the component's state.



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.