Свойство | Тип | Описание | |
---|---|---|---|
DescriptionControlID | string | ||
InnerControlID | string | ||
InputUnitPanelID | string | ||
RequiredControlID | string | ||
TitleControlID | string | ||
_container | |||
_field | |||
_fieldName | string |
Свойство | Тип | Описание | |
---|---|---|---|
AddGlobalTemplate | void | ||
AddLocalTemplate | void | ||
AddTemplateTo | void | ||
InstantiateErrorTemplate | void |
Метод | Описание | |
---|---|---|
ClearError ( ) : void |
Clears the error message.
|
|
DoAutoConfigure ( FieldSetting setting ) : void | ||
GetData ( ) : object |
Gets object data. Exception handling and displayed is done at ContentView level; FormatExceptions and Exceptions are handled and displayed at this level. Should you need custom or localized error messages, throw a FieldControlDataException with your own error message. |
|
GetOutputData ( OutputMethod method ) : string | ||
RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the beginning of the control The opening tag of the wrapping container, Title and Description are rendered but not the control itself. |
|
RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the end part of the control Tags left open in RenderBeginTag are closed. |
|
RenderFieldDescription ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the description of the FieldControl.
|
|
RenderFieldTitle ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the title of the FieldControl.
|
|
SetData ( object data ) : void |
Sets data within the FieldControl
|
|
SetErrorMessage ( string message ) : void |
Sets the error message
|
Метод | Описание | |
---|---|---|
FieldControl ( ) : System | ||
GetInputUnitPanel ( ) : System.Web.UI.HtmlControls.HtmlGenericControl | ||
GetRequiredControl ( ) : |
||
InitTemplates ( ) : void | ||
OnInit ( |
||
OnLoad ( |
||
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the control
|
|
RenderErrorMessage ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the error message
|
|
SetDataInternal ( ) : void | ||
ShowErrorMessage ( ) : void |
Shows the error message.
|
Метод | Описание | |
---|---|---|
AddGlobalTemplate ( string fieldControlName ) : void | ||
AddLocalTemplate ( |
||
AddTemplateTo ( |
||
InstantiateErrorTemplate ( ) : void |
Instantiates the error template.
|
public DoAutoConfigure ( FieldSetting setting ) : void | ||
setting | FieldSetting | |
Результат | void |
protected GetInputUnitPanel ( ) : System.Web.UI.HtmlControls.HtmlGenericControl | ||
Результат | System.Web.UI.HtmlControls.HtmlGenericControl |
public GetOutputData ( OutputMethod method ) : string | ||
method | OutputMethod | |
Результат | string |
protected GetRequiredControl ( ) : |
||
Результат |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
protected RenderErrorMessage ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
public RenderFieldDescription ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
public RenderFieldTitle ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
public abstract SetData ( object data ) : void | ||
data | object | Data of the |
Результат | void |
public SetErrorMessage ( string message ) : void | ||
message | string | Error message to be set |
Результат | void |
protected Control,System.Web.UI _container | ||
Результат |
protected Field,SenseNet.ContentRepository _field | ||
Результат |