해제관련 유틸 제공


widget 일경우.

 Methods

void 

_disposeArray(String field)

Disposes all members of the given array and deletes the field which refers to the array afterwards.

void 

_disposeMap(String field)

Disposes all members of the given map and deletes the field which refers to the map afterwards.

void 

_disposeObjects(arguments varargs)

Disconnects and disposes given objects from instance.

void 

_disposeSingletonObjects(arguments varargs)

Disconnects and disposes given singleton objects from instance.


그 외

qx.util.DisposeUtil


 Static methods

void 

destroyContainer((Composite | Scroll | SlideBar | Stack) container)

Destroys a container and all of its children recursivly.

void 

disposeArray(Object obj, String field)

Disposes all members of the given array and deletes the field which refers to the array afterwards.

void 

disposeMap(Object obj, String field)

Disposes all members of the given map and deletes the field which refers to the map afterwards.

void 

disposeObjects(Object obj, Array arr, Boolean disposeSingletons?)

Disconnects and disposes given objects from instance.

void 

disposeTriggeredBy(Object disposeMe, Object trigger)

Disposes a given object when another object is disposed

+ Recent posts