IntegerTextBoxBuilder - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class IntegerTextBoxBuilder : TextBoxBuilderBase<int, IntegerTextBox, IntegerTextBoxBuilder>
Тип IntegerTextBoxBuilder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| IntegerTextBoxBuilder | Инициализирует новый экземпляр класса IntegerTextBoxBuilder |
| Имя | Описание | |
|---|---|---|
| Component |
Gets the view component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) |
| Имя | Описание | |
|---|---|---|
| AddHtmlAttribute |
Adds the HTML attribute.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| AssetKey |
Sets the web asset key for the component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ButtonTitleDown |
Define the tooltip text of the down button.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| ButtonTitleUp |
Define the tooltip text of the up button.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| ClientEvents |
Configures the client-side events.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| EmptyMessage |
Sets the text which will be displayed if the textbox is empty.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| Enable |
Enables or disables the textbox.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| Equals | Определяет, равен ли заданный объект текущему объекту. (Унаследован от Object.) | |
| Finalize | Позволяет объекту попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как он будет уничтожен во время сборки мусора. (Унаследован от Object.) | |
| GetHashCode | Служит хэш-функцией по умолчанию. (Унаследован от Object.) | |
| GetType | Возвращает объект Type для текущего экземпляра. (Унаследован от Object.) | |
| HtmlAttributes(IDictionaryString, Object) |
Sets the HTML attributes.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| HtmlAttributes(Object) |
Sets the HTML attributes.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| IncrementStep |
Sets the step, used ti increment/decrement the value of the textbox.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| InputHtmlAttributes(IDictionaryString, Object) |
Sets the Input HTML attributes.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| InputHtmlAttributes(Object) |
Sets the Input HTML attributes.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| MaxValue |
Sets the maximal possible value allowed to the user.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследован от Object.) | |
| MinValue |
Sets the minimal possible value allowed to the user.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| Name |
Sets the name of the component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| NegativePatternIndex |
Sets the index of the negative pattern.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| Nullable |
Sets the nullable attribute
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| NumberGroupSeparator |
Sets the group separator of the number.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| NumberGroupSize |
Sets the group size of the number.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| Render |
Renders the component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ScriptFileNames |
Sets the Script file names.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ScriptFilesPath |
Sets the Scripts files path.. Path must be a virtual path.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| Spinners |
Enables or disables the spin buttons.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) | |
| ToComponent |
Returns the internal view component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ToHtmlString | (Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ToString | (Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| Value |
Sets the initial value of the textbox.
(Унаследован от TextBoxBuilderBaseT, TViewComponent, TBuilder.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |