Button btnModify = new Button("Modify Password");
//parent is cell of row
btnModify.setParent(cell);
btnModify.setImage("/admin/images/btn/modify_key.png");
btnModify.addEventListener("onClick", new EventListener() {
public void onEvent(Event event) throws Exception {
//to do something
}
});
沒有留言:
張貼留言
留個話吧:)