Class com.Components.MultiColumnList.ColumnData

Field Index

COLUMN_DISABLED, COLUMN_HIDE_LABEL, COLUMN_NON_RESIZEABLE, COLUMN_NOT_SORTABLE, m_DefaultWidth, m_Flags, m_Id, m_Label, m_MinWidth, m_Width

Method Index

new ColumnData()
CanResize(), CanSort(), IsDisabled(), ShouldShowLabel()

Constructor Detail

ColumnData

public function ColumnData()

Field Detail

m_Id

public m_Id:Number

m_Flags

public m_Flags:Number

m_Label

public m_Label:String

m_Width

public m_Width:Number

m_DefaultWidth

public m_DefaultWidth:Number

m_MinWidth

public m_MinWidth:Number

COLUMN_DISABLED

static public COLUMN_DISABLED:Number

COLUMN_NON_RESIZEABLE

static public COLUMN_NON_RESIZEABLE:Number

COLUMN_HIDE_LABEL

static public COLUMN_HIDE_LABEL:Number

COLUMN_NOT_SORTABLE

static public COLUMN_NOT_SORTABLE:Number

Method Detail

IsDisabled

public function IsDisabled()

ShouldShowLabel

public function ShouldShowLabel()

CanResize

public function CanResize()

CanSort

public function CanSort()