Package: | Ext.ux.form |
Defined In: | ItemSelector.js |
Class: | ItemSelector |
Extends: | Object |
Config Options | Defined By | |
---|---|---|
multiselects : Array An array of Ext.ux.form.MultiSelect config objects, with at least all required parameters (e.g., store) | ItemSelector | |
multiselects : Array An array of Ext.ux.form.MultiSelect config objects, with at least all required parameters (e.g., store) | ItemSelector |
Method | Defined By | |
---|---|---|
ItemSelector( Object config ) Create a new ItemSelector Create a new ItemSelector Parameters:
| ItemSelector | |
getLockedCount() : Number Returns the total number of locked columns Returns the total number of locked columns Parameters:
| ItemSelector | |
getTotalLockedWidth() : Number Returns the total width of all locked columns Returns the total width of all locked columns Parameters:
| ItemSelector | |
isLocked( Number colIndex ) : Boolean Returns true if the given column index is currently locked Returns true if the given column index is currently locked Parameters:
| ItemSelector | |
moveColumn( Number oldIndex, Number newIndex ) : void Moves a column from one position to another Moves a column from one position to another Parameters:
| ItemSelector | |
setLocked( Number colIndex, Boolean value, Boolean suppressEvent ) : void Locks or unlocks a given column Locks or unlocks a given column Parameters:
| ItemSelector |