JUI(Simple UI & Chart Component)

jui

Hierarchy

core.UIManager
jui

Files

Global Object

Defined By

Properties

: Objectdeprecated
...

This property has been deprecated

// support AMD module if (typeof define == "function" && define.amd) { define(name, function () { return global[name] }); }

: Array

Custom events

Custom events

: Integer

Index of UI instance

Index of UI instance

Module class

Module class

: HTMLElement
: String/HTMLElement

UI Instance creation time

UI Instance creation time

: Object
Templates ...

Templates

Defaults to: {}

Defined By

Methods

( name, depends, callback, parent )
UI 클래스에서 사용될 클래스를 정의하고, 자유롭게 상속할 수 있는 클래스를 정의 ...

UI 클래스에서 사용될 클래스를 정의하고, 자유롭게 상속할 수 있는 클래스를 정의

Parameters

  • name : String

    모듈 로드와 상속에 사용될 이름을 정한다.

  • depends : Array

    'define'이나 'defineUI'로 정의된 클래스나 객체를 인자로 받을 수 있다.

  • callback : Function

    UI 클래스를 해당 콜백 함수 내에서 클래스 형태로 구현하고 리턴해야 한다.

  • parent : String

    상속받을 클래스

( Module, options, exceptOpts ) : Object
모듈 기본 옵션 정의 ...

모듈 기본 옵션 정의

Parameters

  • Module : Object
  • options : Object
  • exceptOpts : Object

Returns

  • Object
( name, depends, callback )
사용자가 실제로 사용할 수 있는 UI 클래스를 정의 ...

사용자가 실제로 사용할 수 있는 UI 클래스를 정의

Parameters

  • name : String

    모듈 로드와 상속에 사용될 이름을 정한다.

  • depends : Array

    'define'이나 'defineUI'로 정의된 클래스나 객체를 인자로 받을 수 있다.

  • callback : Function

    UI 클래스를 해당 콜백 함수 내에서 클래스 형태로 구현하고 리턴해야 한다.

( name ) : *
define과 defineUI로 정의된 클래스 또는 객체를 가져온다. ...

define과 defineUI로 정의된 클래스 또는 객체를 가져온다.

Parameters

  • name : Object

    가져온 클래스 또는 객체의 이름

Returns

  • *
( ) : Array
define과 defineUI로 정의된 모든 클래스와 객체를 가져온다. ...

define과 defineUI로 정의된 모든 클래스와 객체를 가져온다.

Returns

  • Array
( logUrl ) : Window
설정된 jui 관리 화면을 윈도우 팝업으로 띄운다. ...

설정된 jui 관리 화면을 윈도우 팝업으로 띄운다.

Parameters

  • logUrl : Object

Returns

  • Window
( callback )
ready 타임에 실행될 callback 정의 ...

ready 타임에 실행될 callback 정의

Parameters

  • callback : Function
( name, depends, callback, parent, )
UI 클래스에서 사용될 클래스를 정의하고, 자유롭게 상속할 수 있는 클래스를 정의 ...

UI 클래스에서 사용될 클래스를 정의하고, 자유롭게 상속할 수 있는 클래스를 정의

Parameters

  • name : String

    모듈 로드와 상속에 사용될 이름을 정한다.

  • depends : Array

    'define'이나 'defineUI'로 정의된 클래스나 객체를 인자로 받을 수 있다.

  • callback : Function

    UI 클래스를 해당 콜백 함수 내에서 클래스 형태로 구현하고 리턴해야 한다.

  • parent : String

    상속받을 클래스

  • : Boolean

    이미 정의되어 있으면 무시하기