Class BaseTreeViewLabelParamController
Inheritance
BaseTreeViewLabelParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class BaseTreeViewLabelParamController : ParamSingleViewerController<BaseTreeViewLabelParam>, IPopupWindowController<BaseTreeViewLabelParam>, IParamViewerController, IPopupWindowController, IController
Constructors
BaseTreeViewLabelParamController(IParamSingleViewer<BaseTreeViewLabelParam>, BaseTreeViewLabelParam)
Declaration
public BaseTreeViewLabelParamController(IParamSingleViewer<BaseTreeViewLabelParam> window, BaseTreeViewLabelParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamSingleViewer<BaseTreeViewLabelParam> | window | |
BaseTreeViewLabelParam | param |
Methods
ControlNames()
Can be overridden in a derived class to indicate all the controls to be created in this single parameter popup form
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | All the controls to be created in this single parameter popup form |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Views.Core.BaseTreeViewLabelParam>.ControlNames()