Interface HasState
-
public interface HasState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-