var instance = new GC.Spread.Sheets.Designer.AtomicComponentBase(host, options);
function AtomicComponentBase;
var instance = new GC.Spread.Sheets.Designer.AtomicComponentBase(host, options);
function AtomicComponentBase;
Object
GC.Spread.Sheets.Designer.AtomicComponentBase
Name | Description | |
---|---|---|
![]() | AtomicComponentBase Constructor | Represent a abstract class define atomical component. |
Name | Description | |
---|---|---|
![]() | getTemplate | set inner html here. will invoke when mount host to DOM. |
![]() | onDestroy | invoke when component will destroy. |
![]() | onEnableChanged | Invoke this function when value status changed. |
![]() | onInit | invoke when component is initializing itself. |
![]() | onMounted | invoke when component's host is append to DOM tree. |
![]() | onValueChanged | Invoke this function when enable status changed. |
![]() | raiseValueChanged | raise the value changed event to Designer, which will call the execute function of command. |
![]() | updateValue | get the latest component value. Invoked when framework needs component value. |