Sequine - Scripting API
|
Classes | |
class | TableEvent |
Public Member Functions | |
delegate bool | RowSearchMethod (string _searchText, VisualElement _visualElement) |
UITKTable | SetElementHeight (int _height) |
UITKTable | SetSize (int _column, int _row) |
UITKTable | SetColumnFlexes (params float[] _params) |
UITKTable | SetPadding (float _padding) |
UITKTable | SetHeaderTexts (params string[] _headerTexts) |
UITKTable | SetHeaderFontSize (float _fontSize) |
UITKTable | SetOnCreateCell (int _column, Action< VisualElement, int > _cellRowHandler) |
UITKTable | SetOnDoubleClick (Action< int > _onDoubleClick) |
UITKTable | SetContextMenuHandler (Action< DropdownMenu > _contextMenuHandler) |
UITKTable | SetEventHandler (TableEvent _tableEvent) |
UITKTable | SetSelectable (bool _selectable, bool _multiSelect=true) |
UITKTable | SetMinSelection (int _minSelection=0) |
UITKTable | SetMaxSelection (int _maxSelection) |
UITKTable | SetOnSelect (Action< int > _onSelectHandler) |
UITKTable | BindList (UnityEngine.Object _targetObject, Func< IList > _listGetter) |
UITKTable | BindDictionary (UnityEngine.Object _targetObject, Func< IDictionary > _dictionaryGetter) |
UITKTable | SetReorderable (bool _reorderable) |
UITKTable | SetFoldable (bool _foldable) |
UITKTable | SetOnClickAddButton (Action _onClickAdd) |
UITKTable | SetFrozenRows (int[] _rows) |
UITKTable | SetRowSearchMethod (RowSearchMethod _rowSearchMethod) |
void | SelectAll () |
void | ClearSelection (bool _invokeEvent=true) |
void | AddSelections (int[] _rows) |
VisualElement | CreateElement () |
void | RefreshRows () |
Properties | |
static UITKTable | FocusedTable [get] |
int[] | SelectedRows [get] |
int? | SelectedRow [get] |
int[] | SortedSelectedRows [get] |
VisualElement | visualElement [get] |
void Calcatz.CookieCutter.UITKTable.AddSelections | ( | int[] | _rows | ) |
UITKTable Calcatz.CookieCutter.UITKTable.BindDictionary | ( | UnityEngine.Object | _targetObject, |
Func< IDictionary > | _dictionaryGetter | ||
) |
UITKTable Calcatz.CookieCutter.UITKTable.BindList | ( | UnityEngine.Object | _targetObject, |
Func< IList > | _listGetter | ||
) |
void Calcatz.CookieCutter.UITKTable.ClearSelection | ( | bool | _invokeEvent = true | ) |
VisualElement Calcatz.CookieCutter.UITKTable.CreateElement | ( | ) |
void Calcatz.CookieCutter.UITKTable.RefreshRows | ( | ) |
delegate bool Calcatz.CookieCutter.UITKTable.RowSearchMethod | ( | string | _searchText, |
VisualElement | _visualElement | ||
) |
void Calcatz.CookieCutter.UITKTable.SelectAll | ( | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetColumnFlexes | ( | params float[] | _params | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetContextMenuHandler | ( | Action< DropdownMenu > | _contextMenuHandler | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetElementHeight | ( | int | _height | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetEventHandler | ( | TableEvent | _tableEvent | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetFoldable | ( | bool | _foldable | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetFrozenRows | ( | int[] | _rows | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetHeaderFontSize | ( | float | _fontSize | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetHeaderTexts | ( | params string[] | _headerTexts | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetMaxSelection | ( | int | _maxSelection | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetMinSelection | ( | int | _minSelection = 0 | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetOnClickAddButton | ( | Action | _onClickAdd | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetOnCreateCell | ( | int | _column, |
Action< VisualElement, int > | _cellRowHandler | ||
) |
UITKTable Calcatz.CookieCutter.UITKTable.SetOnDoubleClick | ( | Action< int > | _onDoubleClick | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetOnSelect | ( | Action< int > | _onSelectHandler | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetPadding | ( | float | _padding | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetReorderable | ( | bool | _reorderable | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetRowSearchMethod | ( | RowSearchMethod | _rowSearchMethod | ) |
UITKTable Calcatz.CookieCutter.UITKTable.SetSelectable | ( | bool | _selectable, |
bool | _multiSelect = true |
||
) |
UITKTable Calcatz.CookieCutter.UITKTable.SetSize | ( | int | _column, |
int | _row | ||
) |
|
staticget |
|
get |
|
get |
|
get |
|
get |