Show / Hide Table of Contents

Class SoListBox

Inheritance
Object
MDOList
SoListBox
Inherited Members
MDOList._mdoListItems
MDOList._showIcons
MDOList._showColor
MDOList._onClientClick
MDOList._onMouseOver
MDOList._readOnly
MDOList._customIconPath
MDOList._encodeTooltips
MDOList._renderItemsInTable
MDOList.Initialize(Page, String)
MDOList.AddStaticitem(String, String, String, String)
MDOList.CalculateOnClick(MDOListItem, String)
MDOList.GetInnerIconHint(String)
MDOList.GetOuterIconHint(String)
MDOList.RenderEndContainingLayer(HtmlTextWriter)
MDOList.RenderBeginItemTable(HtmlTextWriter, String)
MDOList.RenderEndItemTable(HtmlTextWriter)
MDOList.RenderItem(HtmlTextWriter, MDOListItem, String, String, String)
MDOList.RenderItem(HtmlTextWriter, MDOListItem, String, String, String, String, Boolean)
MDOList.RenderItem(HtmlTextWriter, MDOListItem, String, String, String, String, Boolean, MDOListItem, Boolean)
MDOList.RenderHeaderItem(HtmlTextWriter, MDOListItem, String)
MDOList.RenderHeaderItem(HtmlTextWriter, MDOListItem, String, String)
MDOList.RenderHeaderItem(HtmlTextWriter, MDOListItem, String, String, Boolean)
MDOList.GetItemName(MDOListItem, Boolean)
MDOList.EncodeNonAsciiCharacters(String)
MDOList.ShowIcons
MDOList.ShowColor
MDOList.OnClientClick
MDOList.OnMouseOver
MDOList.ReadOnly
MDOList.CustomIconPath
MDOList.EncodeTooltips
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoListBox : MDOList

Constructors

SoListBox()

Declaration
public SoListBox()

Properties

AjaxHelper

Declaration
protected SoAjaxHelper AjaxHelper { get; }
Property Value
Type Description
SoAjaxHelper

AutoFetch

Declaration
[SoAjaxState]
public bool AutoFetch { get; set; }
Property Value
Type Description
Boolean

DataSource

Declaration
public SelectableMDOListItem[] DataSource { get; set; }
Property Value
Type Description
SelectableMDOListItem[]

ExtraInfo

Declaration
[SoAjaxState]
public string ExtraInfo { get; set; }
Property Value
Type Description
String

IsMultiSelect

Declaration
[SoAjaxState]
public bool IsMultiSelect { get; set; }
Property Value
Type Description
Boolean

ListName

Declaration
[SoAjaxState]
public string ListName { get; set; }
Property Value
Type Description
String

ListParserClientId

Declaration
public string ListParserClientId { get; }
Property Value
Type Description
String

OnDblClick

Declaration
public virtual string OnDblClick { get; set; }
Property Value
Type Description
String

ShowBlinds

Declaration
[SoAjaxState]
public bool ShowBlinds { get; set; }
Property Value
Type Description
Boolean

ShowDeleted

Declaration
[SoAjaxState]
public bool ShowDeleted { get; set; }
Property Value
Type Description
Boolean

ShowHidden

Declaration
[SoAjaxState]
public bool ShowHidden { get; set; }
Property Value
Type Description
Boolean

ShowSelected

Declaration
[SoAjaxState]
public bool ShowSelected { get; set; }
Property Value
Type Description
Boolean

ShowToolBar

Declaration
[SoAjaxState]
public bool ShowToolBar { get; set; }
Property Value
Type Description
Boolean

ToolBar

Declaration
public SoToolBar ToolBar { get; set; }
Property Value
Type Description
SoToolBar

Methods

DataBind()

Declaration
public void DataBind()

GetList(String, Boolean, String, String, Boolean, SoListBox.ClickScripts)

Declaration
public RenderData GetList(string id, bool showIcons, string extraInfo, string state, bool showHistory, SoListBox.ClickScripts cs)
Parameters
Type Name Description
String id
Boolean showIcons
String extraInfo
String state
Boolean showHistory
SoListBox.ClickScripts cs
Returns
Type Description
RenderData

Initialize(Page)

Declaration
public override void Initialize(Page page)
Parameters
Type Name Description
Page page
Overrides
MDOList.Initialize(Page)

OnGetStringValue(Type, Object, out String)

Declaration
public virtual bool OnGetStringValue(Type type, object value, out string newValue)
Parameters
Type Name Description
Type type
Object value
String newValue
Returns
Type Description
Boolean

OnGetTypedValue(Type, String, out Object)

Declaration
public virtual bool OnGetTypedValue(Type type, string value, out object newValue)
Parameters
Type Name Description
Type type
String value
Object newValue
Returns
Type Description
Boolean

OnServerClick(EventArgs)

Declaration
protected virtual void OnServerClick(EventArgs e)
Parameters
Type Name Description
EventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
Overrides
MDOList.Render(HtmlTextWriter)

RenderBeginContainingLayer(HtmlTextWriter, String)

Declaration
protected override void RenderBeginContainingLayer(HtmlTextWriter writer, string styleClass)
Parameters
Type Name Description
HtmlTextWriter writer
String styleClass
Overrides
MDOList.RenderBeginContainingLayer(HtmlTextWriter, String)

UpdateDataSource()

Declaration
public void UpdateDataSource()

Events

ServerClick

Declaration
public event SoListBox.ServerClickEventHandler ServerClick
Event Type
Type Description
SoListBox.ServerClickEventHandler
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top