forked from Jibo-Revival-Group/JiboOs
9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
|
|
/**
|
||
|
|
* Interface for elements and element groups that appear in component
|
||
|
|
* groups (buttons, labels, .etc) Has base methods that deal with display
|
||
|
|
* and positioning.
|
||
|
|
*
|
||
|
|
* @interface IElement
|
||
|
|
* @extends jibo.face.views.Component
|
||
|
|
* @memberof jibo.face.views
|
||
|
|
*/
|