removeTextInputListener(textInputListener);
textInputListener = null;
text.removeAllGestureEventListeners(DragProcessor.class);
text.addGestureListener(DragProcessor.class, defaultDragAction);
// text.unassignGestureClassAndAction(DragGestureAnalyzer.class);
// text.assignGestureClassAndAction(DragGestureAnalyzer.class, defaultDragAction);
// /*