185186187188189190191192193194195
public ViewKey getViewKey() { return key; } public IViewState getViewState() { return new IViewState() { public boolean isPopped() { return ViewContainer.this.isPopped(); }