public class WidgetHandle extends BaseObject implements IhandleHolder
| Modifier and Type | Field and Description |
|---|---|
private logical |
autoDestroy |
private handle |
value |
| Constructor and Description |
|---|
WidgetHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
__core_WidgetHandle_constructor__() |
void |
__core_WidgetHandle_constructor__(handle _p1) |
void |
__core_WidgetHandle_constructor__(handle _p1,
logical _p2) |
void |
__core_WidgetHandle_destructor__()
Destructor for this class.
|
logical |
getAutoDestroy() |
handle |
getValue() |
logical |
legacyEquals(object<? extends _BaseObject_> _p1)
Check if this reference matches the given one.
|
void |
setAutoDestroy(logical _var) |
void |
setValue(handle _var) |
character |
toLegacyString()
Get the string representation for this instance.
|
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyCloneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClonepublic logical getAutoDestroy()
public void setAutoDestroy(logical _var)
public handle getValue()
getValue in interface IhandleHolderpublic void setValue(handle _var)
setValue in interface IhandleHolderpublic void __core_WidgetHandle_constructor__()
public void __core_WidgetHandle_constructor__(handle _p1)
public void __core_WidgetHandle_constructor__(handle _p1, logical _p2)
public void __core_WidgetHandle_destructor__()
public logical legacyEquals(object<? extends _BaseObject_> _p1)
BaseObjectlegacyEquals in interface _BaseObject_legacyEquals in class BaseObject_p1 - The other reference.true if the other reference is not unknown value and if the reference
is the same as this object's reference.public character toLegacyString()
BaseObject
Although the original method name is toString(), this version returns a
character type which would conflict with the java.lang.Object.toString()
version. For this reason, the name is mapped differently during conversion.
toLegacyString in interface _BaseObject_toLegacyString in class BaseObject