981982983984985986987988989990991
password.requestFocus(); } ScrollView scroll = (ScrollView) findViewById(R.id.edit_layout); scroll.scrollTo(0, 0); } /** * Save the current values in the edit views into the current secret being * edited. If the current secret is at position 0, this means add a new
3536373839404142434445
public void incrementWithScroll(ActionEvent ae) { counter++; RequestContext requestContext = RequestContext.getCurrentInstance(); requestContext.scrollTo("counter"); } public boolean isFirstOutput() { return firstOutput; }
194195196197198199200201202203204
break; } } currentScroll = 0.0F; containerSearcher.scrollTo(0.0F); } /** * Draw the foreground layer for the GuiContainer (everything in front of the items) */