Telerik.Web.UI.RadListBoxItem : Telerik.Web.UI.ControlItem
Inheritance Hierarchy
Methods
bindTemplate
Evaluates the template against the RadListBoxItem's data item and applies it.
Parameters
Returns
None
check
Checks the item (equal to set_checked(true))
Parameters
Returns
None
clone
Creates a new item by copying the properties of the source item
Parameters
Returns
Telerik.Web.UI.RadListBoxItem
The cloned RadListBoxItem
disable
Disables the item if it is enabled
Parameters
Returns
None
enable
Enables the item if it is disabled
Parameters
Returns
None
ensureVisible
If the item is not visible - puts it at the top of the visible area
Parameters
Returns
None
equals
Checks for equality against other RadListBoxItem
Parameters
item Telerik.Web.UI.RadListBoxItem
Item to compare against for equality
Returns
None
findControl
Searches the RadListBoxItem for a client control with the specified id parameter.
Parameters
id String
The id of the control to search for
Returns
Sys.UI.Control
get_allowDrag
Returns whether the item can be dragged
Parameters
Returns
Boolean
Bool value indicating whether the item can be dragged
get_attributes
Gets the arbitrary attributes collection
Parameters
Returns
Telerik.Web.UI.AttributeCollection
The arbitrary attributes collection
get_checkable
Returns whether the item can be checked
Parameters
Returns
Boolean
Bool value indicating whether the item can be checked
get_checkBoxElement
Returns the checkbox element of the item
Parameters
Returns
Object
HTML element for the item
get_checked
Returns whether the item is checked
Parameters
Returns
Boolean
Bool value indicating whether the item is checked
get_clientTemplate
Returns the value of the RadListBoxItem's ClientTemplate property.
Parameters
Returns
None
get_element
Gets he DOM element for the RadListBoxItem
Parameters
Returns
Element
The DOM element for the RadListBoxItem
get_imageElement
Returns the image element of the item
Parameters
Returns
Element
HTML element that holds the item
get_imageUrl
Gets the value of the ImageUrl property
Parameters
Returns
String
get_index
Gets the RadListBoxItem's index inside the RadListBoxItemCollection
Parameters
Returns
Number
The index of the RadListBoxItem
get_isFirst
Gets a value indicating whether the ControlItem is the first item in the ControlItemCollection
Parameters
Returns
Boolean
Value indicating whether the ControlItem is the first item in the ContorolCollection
get_isLast
Gets a value indicating whether the RadListBoxItem is the last item in the ControlItemCollection
Parameters
Returns
Boolean
Value indicating whether the ControlItem is the last item in the ContorolCollection
get_isVisible
Returns value indicating whether the item is visible
Parameters
Returns
Boolean
Value indicating whether the item is visible
get_listBox
Gets the RadListBox client-object
Parameters
Returns
Telerik.Web.UI.RadListBox
Returns the parent RadListBox
get_nextSibling
Gets an instance of the next sibling of a ControlItem
Parameters
Returns
Telerik.Web.UI.ControlItem
The next sibling
get_parent
The RadListBoxItem's parent
Parameters
Returns
Element
Gets the RadListBoxItem
get_previousSibling
Gets an instance of the previous sibling of a ControlItem.
Parameters
Returns
Telerik.Web.UI.ControlItem
The previous sibling
get_selected
Returns whether the item is selected
Parameters
Returns
Boolean
Value indicating whether the item is selected
get_text
Gets the Text of the item
Parameters
Returns
String
The value of the Text property
get_textElement
Returns the element of the item
Parameters
Returns
Element
HTML element that holds the item
get_toolTip
Gets the tooltip of the item
Parameters
Returns
String
get_value
Gets th Value of the item
Parameters
Returns
String
The value of the Value propert
get_visible
Gets a value indicating whether the RadListBoxItem is visible or not
Parameters
Returns
Boolean
Value indicating whether the RadListBoxItem is visible or not
scrollIntoView
Puts the item at the;bottom of the visible area;
Parameters
Returns
None
select
Selects the item (equal to set_selected(true))
Parameters
Returns
None
set_allowDrag
Sets the AllowDrag property (whether the item can be dragged)
Parameters
value Boolean
Bool value indicating whether the item can be dragged
Returns
None
set_checkable
Sets whether the item can be checked
Parameters
value Boolean
Bool value indicating whether the item can be checked
Returns
None
set_checked
Checks the item
Parameters
value Boolean
Bool velue indicating whether the item should be checked
Returns
None
set_clientTemplate
Sets the value of the RadListBoxItem's ClientTemplate property.
Parameters
value String
value
Returns
None
set_element
Sets the item's dom element
Parameters
value Element
The HTML element of the item
Returns
None
set_enabled
Parameters
value Boolean
Returns
None
set_imageUrl
Sets the ImageUrl property of the item
Parameters
value String
String value for the ImageUrl property
Returns
None
set_parent
Sets the RadListBoxItem's parent
Parameters
value Element
DOM element
Returns
None
set_selected
Selects the item
Parameters
value Boolean
Bool value indicating whether the item is selected
Returns
None
set_text
Sets the RadListBoxItem's text
Parameters
text String
The new RadListBoxItem text
Returns
None
set_toolTip
Sets the tooltip of the item
Parameters
value String
String value for the ToolTip property
Returns
None
set_value
Parameters
value String
The new RadListBoxItem text
Returns
None
set_visible
Sets whether the item is visible
Parameters
value Boolean
Indicates whether the item is visible.
Returns
None
toJsonString
The JSON representation of the RadListBoxItem
Parameters
Returns
String
Returns the JSON representation of the RadListBoxItem
uncheck
Un-checks the item (equal to set_checked(false))
Parameters
Returns
None
unselect
Unselects the item (equal to set_selected(false))
Parameters
Returns
None