I am using GWT.FlowPanel in the VLayout.
I add the GWT.FlowPanel into the VLayout by addMember(com.google.gwt.user.client.ui.Widget widget).
It works well.
I want to remove it.
But there is no removeMember(com.google.gwt.user.client.ui.Widget widget).
Can I get any way to remove GWT.FlowPanel from the VLayout ?
I add the GWT.FlowPanel into the VLayout by addMember(com.google.gwt.user.client.ui.Widget widget).
It works well.
I want to remove it.
But there is no removeMember(com.google.gwt.user.client.ui.Widget widget).
Can I get any way to remove GWT.FlowPanel from the VLayout ?
Comment