Project Wonder 7.5-SNAPSHOT
-
public class ERXWONumberField
extends ERXWOInput
type = "number" - 数値の入力欄を作成する (*5)
autofocus属性 - フォーム・コントロールのオートフォーカス (*5)
name属性 - フォーム部品に名前をつける
value属性 - 送信される値を指定する
max属性 - 入力できる最大値を指定する (*5)
min属性 - 入力できる最小値を指定する (*5)
readonly属性 - ユーザーによるテキスト編集を不可にして読み取り専用にする
required属性 - 入力必須にする (*5)
step属性 - 入力欄で刻むステップ値を指定する(type="number"の場合、初期値は1) (*5)
- Author:
- ishimoto
-
-
Field Summary
-
Fields inherited from class com.webobjects.appserver._private.WOInput
_disabled, _escapeHTML, _hidden, _name, _value
-
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
-
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
-
Method Summary
-
Methods inherited from class com.webobjects.appserver._private.WOInput
_appendDisabledAttributeToResponse, _appendNameAttributeToResponse, _appendTypeAttributeToResponse, appendAttributesToResponse, defaultEscapeHTML, escapeHTMLInContext, hasContent, hiddenInContext, isValueInInputValues, nameInContext, nameInContext, valueStringInContext
-
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
-
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest
Last updated: Fri, Nov 22, 2024 08:08 AM CET
Copyright © 2002 – 2024 Project Wonder.