SMART datagrid v1.4 > Classes

Back  Forward

abstract DataLudi.VisualObject  class

CheckBarGridHeader처럼 그리드의 영역을 차지하는 모델들의 기반 클래스다. 

기본 속성visible이다. 또, 추상 클래스이므로 이 클래스 객체를 직접 생성할 일은 없다. 

Base Classes
GridObject > EventAware > DLBase
Inherited Classes
CheckBar, GridBody, GridFooter, GridHeader, HeaderSummary, MenuVisualObject, RowGroupPanel, RowGroupPanelHead, RowHoverMask, RowIndicator, ScrollBar
Constructor
function VisualObject (grid: GridBase);
Default Property
visible
Properties
styles
visible
Inherited Properties
GridObject.owner
Inherited Methods
EventAware.addListener
DLBase.assign
GridObject.ctor
DLBase.getProperties
DLBase.getProperty
EventAware.removeListener
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridBase
Examples
Row Indicator
Check Bar
Grid Footer
Grid Header