Packageview.domino.surfaceComponents.components
Classpublic class DominoInputText
InheritanceDominoInputText Inheritance spark.components.TextInput
Implements view.interfaces.IDominoSurfaceComponent, view.interfaces.IIdAttribute, view.interfaces.IHistorySurfaceComponent, interfaces.IComponentSizeOutput, interfaces.IRoyaleComponentConverter

Representation and converter for Visuale field components

This class work for convert from Visuale field components to target framework of domino format.

Conversion status

Input: view.domino.surfaceComponents.components.DominoInputText

Example Domino output:

	  <field useappletinbrowser="false" allowtabout="false" defaultfocus="false" protected="false" sign="false" storelocally="false" type="text" kind="editable" computeaftervalidation="false" allowmultivalues="false" width="100pt" height="30pt" bgcolor="#ffffff" name="test"/>
     

Domino event:

	 Client: Default value,Input Translation, Input Validation, Input Enabled,HTML attribute
	 Web: onBlur,onChange,onClick,onFocus,onKeyDown,onKeyPress,onKeyUp,onMouseDown,onMouseUp,onMouseMove,OnMouseOut,OnMouseOver,onSelect,
	 Client:(option),(Declarations),Entering,Exiting,Initialize,Terminate
	 

Domino Attributes:

     <inputText
     Attributes
     id=""
     style="width:100px;height:30px;"
     value=""
     maxlength=""
     required="false"
     type="text"
     allowtabout="false"
     defaultfocus="false"
     protected="false"
     sign="false"
     storelocally="false"
     hidewhen=""
     inputvalidation=""
     inputtranslation=""
     text=""
     type="text"
     kind="editable"
     bgcolor="#ffffff"
     id=""
     name=""
     digits=""
     format=""
     punctuated=""
     parens=""
     percent=""
     show=""
     date=""
     allowmultivalues="false"
     showtodaywhenappropriate=""
     fourdigityear=""
     fourdigityearfor21stcentury=""
     omitthisyear=""
     time=""
     zone=""
     calendar=""
     allowtabout="false"
     borderstyle="inset"
     listdisplayseparator="comma"
     listinputseparators="comma"
     lookupaddressonrefresh="false"
     lookupeachchar="false"
     protected="false"
     showdelimiters="true"
     sign="false"
     storelocally="false"
     useappletinbrowser="false"
     ui=""
     recalconchange="false"
     recalcchoices="false"
     numberColumns=""
     allownew="true"
     multiline="true"
     usenotesstyle="false"
     firstdisplay=""
     onlyallow=""
     useappletinbrowser="false"/>
     

Example Royale output:

	 TODO
     

Default MXML Propertytext

See also

https://help.hcltechsw.com/dom_designer/10.0.1/basic/H_FIELD_ELEMENT_XML.html
https://github.com/Moonshine-IDE/VisualEditorConverterLib/blob/master/src/components/domino/DominoInputText.as


Public Properties
 PropertyDefined By
  alignPardef : String
DominoInputText
  allowmultivalues : Boolean
DominoInputText
  calendar : String
Domino:The %datetimeformat.calendar; entity defines different types of calendars. This property only work for filed as 'datetime' type <% datetimeformat.calendar "gregorian | hijri"> gregorian Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.
DominoInputText
  calendars : ArrayList
[read-only]
DominoInputText
  choicesdialog : String
Domino:Types of list fields available as defined in the %field.choicesdialogs; entity. <!ENTITY % field.choicesdialogs "none | addressbook | acl | view "> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  choicesdialogs : ArrayList
[read-only]
DominoInputText
  color : String
DominoInputText
  colors : ArrayList
[read-only]
DominoInputText
  date : String
Domino:Displays the date in the format defined in the Defined entities for <datetimeformat/> element entity. This property only work for filed as 'datetime' type <!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year > notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  dates : ArrayList
[read-only]
DominoInputText
  defaultvalue : String
DominoInputText
  digits : Number
Domino: Represents the number of decimal places (0 to 15) to display when displaying the number.
DominoInputText
  familyid : String
DominoInputText
  familyids : ArrayList
[read-only]
DominoInputText
  fieldHint : String
DominoInputText
  firstdisplay : String
DominoInputText
  fontName : String
DominoInputText
  fontNames : ArrayList
[read-only]
DominoInputText
  fontStyle : String
DominoInputText
  fontStyles : ArrayList
[read-only]
DominoInputText
  format : String
Domino: The %numberformat.formats; entity defines the choices for number formats.
DominoInputText
  formats : ArrayList
[read-only]
DominoInputText
  formula : String
DominoInputText
  fourdigityear : Boolean
Domino:Always displays the year using four digits. This property only work for filed as 'datetime' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  fourdigityearfor21stcentury : Boolean
Domino:Displays the year using four digits only for dates having the year 2000 and later. This property only work for filed as 'datetime' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  height : Number
[override] [read-only] Domino: style
DominoInputText
  heightOutput : Boolean
DominoInputText
  helpDescription : String
DominoInputText
  hide : String
DominoInputText
  hidewhen : String
Domino:Contains formula ,Represents hide or show the element. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  htmlClass : String
DominoInputText
  htmlId : String
DominoInputText
  htmlOther : String
DominoInputText
  htmlStyle : String
DominoInputText
  htmlTitle : String
DominoInputText
  idAttribute : String
Domino: id (Require ,default is 'test') notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  inputProtected : Boolean
DominoInputText
  inputSeal : Boolean
DominoInputText
  inputSign : Boolean
DominoInputText
  inputtranslation : String
DominoInputText
  inputvalidation : String
DominoInputText
  keyformulachoices : Boolean
DominoInputText
  keyformulavalue : String
Domino:The formula that represents key word for list. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  keywords : String
Domino:Contains an optional textlist or formula element. This property only work for filed as 'datetime' type <% datetimeformat.calendar "gregorian | hijri"> gregorian Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.
DominoInputText
  keywordsformula : String
Domino:Contains formula ,Represents an function or command in the formula language.. This property only work for filed as 'keyword' or 'checkbox' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  keywordui : String
Domino:Types of list fields that the end user sees, as defined in the %keywords.ui; entity. <!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox "> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  keyworduis : ArrayList
[read-only]
DominoInputText
  kind : String
Domino: Kind of field as defined in the %field.kinds; entity. <!ENTITY % field.kinds; "editable | computed | computedfordisplay | computedwhencomposed "> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  limitinputKinds : ArrayList
[read-only]
DominoInputText
  listdisplayseparator : String
Domino:The types of separators that can be used between list elements when a user enters multiple values.
DominoInputText
  listinputseparators : String
Domino:The types of separators that can be used between list elements when a user enters multiple values.
DominoInputText
  listPardef : String
DominoInputText
  lists : ArrayList
[read-only]
DominoInputText
  maxLength : String
Domino: maxlength (Optional)
DominoInputText
  nameAttribute : String
Name assigned to the field.it must keep unique in one form file.
DominoInputText
  numberColumns : Number
Domino: numberColumns (Optional)
DominoInputText
  object : String
DominoInputText
  objects : ArrayList
[read-only]
DominoInputText
  omitthisyear : Boolean
Domino:If true, omits the year from the date and time display formats.
DominoInputText
  onlyallow : String
DominoInputText
  parens : Boolean
Domino: If true, displays negative numbers enclosed in parentheses; for example, (5) instead of -5. This property only work for filed as 'number' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  percent : Boolean
Domino:If true, displays values as percentages; for example, displays .10 as 10%. This property only work for filed as 'number' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  percentHeight : Number
[override] [read-only]
DominoInputText
  percentWidth : Number
[override] [read-only] Domino: style
DominoInputText
  pitches : String
DominoInputText
  pitchess : ArrayList
[read-only]
DominoInputText
  punctuated : Boolean
Domino: If true, displays large numbers with the thousands separator; for example, 1,000.. This property only work for filed as 'number' type notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  recalcchoices : Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  recalonchange : Boolean
Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field. notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  required : Boolean
Domino: required
DominoInputText
  securityOptions : ArrayList
[read-only]
DominoInputText
  securityOptionsInput : String
DominoInputText
  separators : ArrayList
[read-only]
DominoInputText
  show : String
Domino:Displays the date and time in the format defined in the %datetimeformat.show; entity. This property only work for filed as 'datetime' type <!ENTITY %datetimeformat.show "date | time | datetime"> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  shows : ArrayList
[read-only]
DominoInputText
  showtodaywhenappropriate : Boolean
Domino:Boolean.
DominoInputText
  size : String
DominoInputText
  spaces : ArrayList
[read-only]
DominoInputText
  text : String
[override] Domino: value notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  time : String
Domino:Displays the time in the format defined in the %datetimeformat.time; entity. This property only work for filed as 'datetime' type <!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour"> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  times : ArrayList
[read-only]
DominoInputText
  truetype : String
DominoInputText
  type : String
Domino: Type of field as defined in the %field.types; entity. <!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color "> notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  width : Number
[override] [read-only] Domino: style notes ClientSupported Apache RoyalePlanned PrimeFacesSupported FlexSupported GSPSupported
DominoInputText
  widthOutput : Boolean
DominoInputText
  zone : String
Domino:Displays the time zone in the format defined in the %datetimeformat.zone; entity. This property only work for filed as 'datetime' type < !ENTITY % datetimeformat.zone "never | sometimes | always"> notes ClientSupported Apache RoyalePlanned PrimeFacesPlanned FlexSupported GSPSupported
DominoInputText
  zones : ArrayList
[read-only]
DominoInputText
Protected Properties
 PropertyDefined By
  heightOutputChanged : Boolean
DominoInputText
  widthOutputChanged : Boolean
DominoInputText
Public Methods
 MethodDefined By
  
DominoInputText
  
DominoInputText
Protected Methods
 MethodDefined By
  
[override]
DominoInputText
Public Constants
 ConstantDefined By
  DOMINO_ELEMENT_NAME : String = field
[static]
DominoInputText
  ELEMENT_NAME : String = Field
[static]
DominoInputText
Property Detail
alignPardefproperty
alignPardef:String

This property can be used as the source for data binding.


Implementation
    public function get alignPardef():String
    public function set alignPardef(value:String):void
allowmultivaluesproperty 
allowmultivalues:Boolean

This property can be used as the source for data binding.


Implementation
    public function get allowmultivalues():Boolean
    public function set allowmultivalues(value:Boolean):void

Example
Visual Editor XML:
<InputText allowmultivalues=""/>
Domino:
<inputText allowmultivalues=""/>
calendarproperty 
calendar:String

Domino:The %datetimeformat.calendar; entity defines different types of calendars.

This property only work for filed as 'datetime' type

<% datetimeformat.calendar "gregorian | hijri">

gregorian

Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.

hijri

Islamic calendar based on twelve lunar months.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get calendar():String
    public function set calendar(value:String):void

Example
Visual Editor XML:
<InputText calendar=""/>
Domino:
<inputText calendar=""/>
calendarsproperty 
calendars:ArrayList  [read-only]


Implementation
    public function get calendars():ArrayList
choicesdialogproperty 
choicesdialog:String

Domino:Types of list fields available as defined in the %field.choicesdialogs; entity.

<!ENTITY % field.choicesdialogs "none | addressbook | acl | view ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get choicesdialog():String
    public function set choicesdialog(value:String):void

Example
Visual Editor XML:
<InputText choicesdialog="false"/>
Domino:
<InputText choicesdialog="false"/>
choicesdialogsproperty 
choicesdialogs:ArrayList  [read-only]


Implementation
    public function get choicesdialogs():ArrayList
colorproperty 
color:String


Implementation
    public function get color():String
    public function set color(value:String):void
colorsproperty 
colors:ArrayList  [read-only]


Implementation
    public function get colors():ArrayList
dateproperty 
date:String

Domino:Displays the date in the format defined in the Defined entities for <datetimeformat/> element entity.

This property only work for filed as 'datetime' type

<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year >
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get date():String
    public function set date(value:String):void

Example
Visual Editor XML:
<InputText date=""/>
Domino:
<inputText date=""/>
datesproperty 
dates:ArrayList  [read-only]


Implementation
    public function get dates():ArrayList
defaultvalueproperty 
defaultvalue:String

This property can be used as the source for data binding.


Implementation
    public function get defaultvalue():String
    public function set defaultvalue(value:String):void
digitsproperty 
digits:Number

Domino: Represents the number of decimal places (0 to 15) to display when displaying the number. .

If the value is "varying," indicates that the number of decimal places to display may change.

It only work for filed type is number

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get digits():Number
    public function set digits(value:Number):void

Example
Visual Editor XML:
<InputText digits=""/>
Domino:
<inputText digits=""/>
familyidproperty 
familyid:String


Implementation
    public function get familyid():String
    public function set familyid(value:String):void
familyidsproperty 
familyids:ArrayList  [read-only]


Implementation
    public function get familyids():ArrayList
fieldHintproperty 
fieldHint:String


Implementation
    public function get fieldHint():String
    public function set fieldHint(value:String):void
firstdisplayproperty 
firstdisplay:String

This property can be used as the source for data binding.


Implementation
    public function get firstdisplay():String
    public function set firstdisplay(value:String):void
fontNameproperty 
fontName:String


Implementation
    public function get fontName():String
    public function set fontName(value:String):void
fontNamesproperty 
fontNames:ArrayList  [read-only]


Implementation
    public function get fontNames():ArrayList
fontStyleproperty 
fontStyle:String


Implementation
    public function get fontStyle():String
    public function set fontStyle(value:String):void
fontStylesproperty 
fontStyles:ArrayList  [read-only]


Implementation
    public function get fontStyles():ArrayList
formatproperty 
format:String

Domino: The %numberformat.formats; entity defines the choices for number formats. .

This property only work for filed as 'number' type

<!ENTITY % numberformat.formats "general | fixed | scientific | currency"/>

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get format():String
    public function set format(value:String):void

Example
Visual Editor XML:
<InputText format=""/>
Domino:
<inputText format=""/>
formatsproperty 
formats:ArrayList  [read-only]


Implementation
    public function get formats():ArrayList
formulaproperty 
formula:String

This property can be used as the source for data binding.


Implementation
    public function get formula():String
    public function set formula(value:String):void
fourdigityearproperty 
fourdigityear:Boolean

Domino:Always displays the year using four digits.

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get fourdigityear():Boolean
    public function set fourdigityear(value:Boolean):void

Example
Visual Editor XML:
<InputText fourdigityear=""/>
Domino:
<inputText fourdigityear=""/>
fourdigityearfor21stcenturyproperty 
fourdigityearfor21stcentury:Boolean

Domino:Displays the year using four digits only for dates having the year 2000 and later.

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get fourdigityearfor21stcentury():Boolean
    public function set fourdigityearfor21stcentury(value:Boolean):void

Example
Visual Editor XML:
<InputText fourdigityearfor21stcentury=""/>
Domino:
<inputText fourdigityearfor21stcentury=""/>
heightproperty 
height:Number  [read-only] [override]

Domino: style

The default value is "30".

This property can be used as the source for data binding.


Implementation
    public function get height():Number

Example
Visual Editor XML:
<InputText height="30"/>
Domino:
<inputText style="width:100px;height:30px;"/>
heightOutputproperty 
heightOutput:Boolean

This property can be used as the source for data binding.


Implementation
    public function get heightOutput():Boolean
    public function set heightOutput(value:Boolean):void
heightOutputChangedproperty 
protected var heightOutputChanged:Boolean

helpDescriptionproperty 
helpDescription:String


Implementation
    public function get helpDescription():String
    public function set helpDescription(value:String):void
hideproperty 
hide:String


Implementation
    public function get hide():String
    public function set hide(value:String):void
hidewhenproperty 
hidewhen:String

Domino:Contains formula ,Represents hide or show the element.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get hidewhen():String
    public function set hidewhen(value:String):void

Example
Visual Editor XML:
<InputText hidewhen=""/>
Domino:
<formula > <formula />
htmlClassproperty 
htmlClass:String


Implementation
    public function get htmlClass():String
    public function set htmlClass(value:String):void
htmlIdproperty 
htmlId:String


Implementation
    public function get htmlId():String
    public function set htmlId(value:String):void
htmlOtherproperty 
htmlOther:String


Implementation
    public function get htmlOther():String
    public function set htmlOther(value:String):void
htmlStyleproperty 
htmlStyle:String


Implementation
    public function get htmlStyle():String
    public function set htmlStyle(value:String):void
htmlTitleproperty 
htmlTitle:String


Implementation
    public function get htmlTitle():String
    public function set htmlTitle(value:String):void
idAttributeproperty 
idAttribute:String

Domino: id (Require ,default is 'test')

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get idAttribute():String
    public function set idAttribute(value:String):void

Example
Visual Editor XML:
<InputText id=""/>
Domino:
<inputText id=""/>
inputProtectedproperty 
inputProtected:Boolean


Implementation
    public function get inputProtected():Boolean
    public function set inputProtected(value:Boolean):void
inputSealproperty 
inputSeal:Boolean


Implementation
    public function get inputSeal():Boolean
    public function set inputSeal(value:Boolean):void
inputSignproperty 
inputSign:Boolean


Implementation
    public function get inputSign():Boolean
    public function set inputSign(value:Boolean):void
inputtranslationproperty 
inputtranslation:String

This property can be used as the source for data binding.


Implementation
    public function get inputtranslation():String
    public function set inputtranslation(value:String):void
inputvalidationproperty 
inputvalidation:String

This property can be used as the source for data binding.


Implementation
    public function get inputvalidation():String
    public function set inputvalidation(value:String):void
keyformulachoicesproperty 
keyformulachoices:Boolean

This property can be used as the source for data binding.


Implementation
    public function get keyformulachoices():Boolean
    public function set keyformulachoices(value:Boolean):void
keyformulavalueproperty 
keyformulavalue:String

Domino:The formula that represents key word for list.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keyformulavalue():String
    public function set keyformulavalue(value:String):void

Example
Visual Editor XML:
<InputText keyformulavalue=""/>
Domino:
<formula > <formula />
keywordsproperty 
keywords:String

Domino:Contains an optional textlist or formula element.

This property only work for filed as 'datetime' type

<% datetimeformat.calendar "gregorian | hijri">

gregorian

Christian calendar which is a revised version of the Julian calendar that incorporated leap years to keep sync with the lunar cycle.

hijri

Islamic calendar based on twelve lunar months.
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keywords():String
    public function set keywords(value:String):void

Example
Visual Editor XML:
<InputText keywords=""/>
Domino:
<inputText keywords=""/>
keywordsformulaproperty 
keywordsformula:String

Domino:Contains formula ,Represents an function or command in the formula language..

This property only work for filed as 'keyword' or 'checkbox' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keywordsformula():String
    public function set keywordsformula(value:String):void

Example
Visual Editor XML:
<InputText keywordsformula=""/>
Domino:
<formula > <formula />
keyworduiproperty 
keywordui:String

Domino:Types of list fields that the end user sees, as defined in the %keywords.ui; entity.

<!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get keywordui():String
    public function set keywordui(value:String):void

Example
Visual Editor XML:
<InputText recalcchoices="false"/>
Domino:
<InputText recalcchoices="false"/>
keyworduisproperty 
keyworduis:ArrayList  [read-only]


Implementation
    public function get keyworduis():ArrayList
kindproperty 
kind:String

Domino: Kind of field as defined in the %field.kinds; entity.

<!ENTITY % field.kinds; "editable | computed | computedfordisplay | computedwhencomposed ">

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get kind():String
    public function set kind(value:String):void

Example
Visual Editor XML:
<InputText kind=""/>
Domino:
<inputText kind=""/>
limitinputKindsproperty 
limitinputKinds:ArrayList  [read-only]


Implementation
    public function get limitinputKinds():ArrayList
listdisplayseparatorproperty 
listdisplayseparator:String

Domino:The types of separators that can be used between list elements when a user enters multiple values. See the %list.separators; entity for a list of available options. NMTOKENS are name tokens that enable a user to make multiple choices.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get listdisplayseparator():String
    public function set listdisplayseparator(value:String):void

Example
Visual Editor XML:
<InputText listdisplayseparator="false"/>
Domino:
<InputText listdisplayseparator="false"/>
listinputseparatorsproperty 
listinputseparators:String

Domino:The types of separators that can be used between list elements when a user enters multiple values. See the %list.separators; entity for a list of available options. NMTOKENS are name tokens that enable a user to make multiple choices.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get listinputseparators():String
    public function set listinputseparators(value:String):void

Example
Visual Editor XML:
<InputText listinputseparators="false"/>
Domino:
<InputText listinputseparators="false"/>
listPardefproperty 
listPardef:String


Implementation
    public function get listPardef():String
    public function set listPardef(value:String):void
listsproperty 
lists:ArrayList  [read-only]


Implementation
    public function get lists():ArrayList
maxLengthproperty 
maxLength:String

Domino: maxlength (Optional)

This property can be used as the source for data binding.


Implementation
    public function get maxLength():String
    public function set maxLength(value:String):void

Example
Visual Editor XML:
<InputText maxlength=""/>
Domino:
<inputText maxlength=""/>
nameAttributeproperty 
nameAttribute:String

Name assigned to the field.it must keep unique in one form file.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get nameAttribute():String
    public function set nameAttribute(value:String):void

Example
Visual Editor XML:
<InputText nameAttribute=""/>
Domino:
<inputText name=""/>
numberColumnsproperty 
numberColumns:Number

Domino: numberColumns (Optional)

This property can be used as the source for data binding.


Implementation
    public function get numberColumns():Number
    public function set numberColumns(value:Number):void

Example
Visual Editor XML:
<InputText numberColumns=""/>
Domino:
<inputText numberColumns=""/>
objectproperty 
object:String

This property can be used as the source for data binding.


Implementation
    public function get object():String
    public function set object(value:String):void
objectsproperty 
objects:ArrayList  [read-only]


Implementation
    public function get objects():ArrayList
omitthisyearproperty 
omitthisyear:Boolean

Domino:If true, omits the year from the date and time display formats. Default is false

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get omitthisyear():Boolean
    public function set omitthisyear(value:Boolean):void

Example
Visual Editor XML:
<InputText omitthisyear=""/>
Domino:
<inputText omitthisyear=""/>
onlyallowproperty 
onlyallow:String

This property can be used as the source for data binding.


Implementation
    public function get onlyallow():String
    public function set onlyallow(value:String):void
parensproperty 
parens:Boolean

Domino: If true, displays negative numbers enclosed in parentheses; for example, (5) instead of -5.

This property only work for filed as 'number' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get parens():Boolean
    public function set parens(value:Boolean):void

Example
Visual Editor XML:
<InputText parens=""/>
Domino:
<inputText parens=""/>
percentproperty 
percent:Boolean

Domino:If true, displays values as percentages; for example, displays .10 as 10%.

This property only work for filed as 'number' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get percent():Boolean
    public function set percent(value:Boolean):void

Example
Visual Editor XML:
<InputText percent=""/>
Domino:
<inputText percent=""/>
percentHeightproperty 
percentHeight:Number  [read-only] [override]

This property can be used as the source for data binding.


Implementation
    public function get percentHeight():Number
percentWidthproperty 
percentWidth:Number  [read-only] [override]

Domino: style

This property can be used as the source for data binding.


Implementation
    public function get percentWidth():Number

Example
Visual Editor XML:
<InputText percentWidth="80"/>
Domino:
<inputText style="width:80%;"/>
pitchesproperty 
pitches:String


Implementation
    public function get pitches():String
    public function set pitches(value:String):void
pitchessproperty 
pitchess:ArrayList  [read-only]


Implementation
    public function get pitchess():ArrayList
punctuatedproperty 
punctuated:Boolean

Domino: If true, displays large numbers with the thousands separator; for example, 1,000..

This property only work for filed as 'number' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get punctuated():Boolean
    public function set punctuated(value:Boolean):void

Example
Visual Editor XML:
<InputText punctuated=""/>
Domino:
<inputText punctuated=""/>
recalcchoicesproperty 
recalcchoices:Boolean

Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get recalcchoices():Boolean
    public function set recalcchoices(value:Boolean):void

Example
Visual Editor XML:
<InputText recalcchoices="false"/>
Domino:
<InputText recalcchoices="false"/>
recalonchangeproperty 
recalonchange:Boolean

Domino:Refreshes all the fields on a form only after the user selects a value for a specific choice field.

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get recalonchange():Boolean
    public function set recalonchange(value:Boolean):void

Example
Visual Editor XML:
<InputText recalonchange="false"/>
Domino:
<InputText recalonchange="false"/>
requiredproperty 
required:Boolean

Domino: required

The default value is "false".

This property can be used as the source for data binding.


Implementation
    public function get required():Boolean
    public function set required(value:Boolean):void

Example
Visual Editor XML:
<InputText required="false"/>
Domino:
<inputText required="false"/>
securityOptionsproperty 
securityOptions:ArrayList  [read-only]


Implementation
    public function get securityOptions():ArrayList
securityOptionsInputproperty 
securityOptionsInput:String


Implementation
    public function get securityOptionsInput():String
    public function set securityOptionsInput(value:String):void
separatorsproperty 
separators:ArrayList  [read-only]


Implementation
    public function get separators():ArrayList
showproperty 
show:String

Domino:Displays the date and time in the format defined in the %datetimeformat.show; entity.

This property only work for filed as 'datetime' type

<!ENTITY %datetimeformat.show "date | time | datetime">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get show():String
    public function set show(value:String):void

Example
Visual Editor XML:
<InputText show=""/>
Domino:
<inputText show=""/>
showsproperty 
shows:ArrayList  [read-only]


Implementation
    public function get shows():ArrayList
showtodaywhenappropriateproperty 
showtodaywhenappropriate:Boolean

Domino:Boolean. If true, displays 'today' instead of the date when date equals the current date.

This property only work for filed as 'datetime' type

notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get showtodaywhenappropriate():Boolean
    public function set showtodaywhenappropriate(value:Boolean):void

Example
Visual Editor XML:
<InputText showtodaywhenappropriate=""/>
Domino:
<inputText showtodaywhenappropriate=""/>
sizeproperty 
size:String


Implementation
    public function get size():String
    public function set size(value:String):void
spacesproperty 
spaces:ArrayList  [read-only]


Implementation
    public function get spaces():ArrayList
textproperty 
text:String[override]

Domino: value

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get text():String
    public function set text(value:String):void

Example
Visual Editor XML:
<InputText value=""/>
Domino:
<inputText value=""/>
timeproperty 
time:String

Domino:Displays the time in the format defined in the %datetimeformat.time; entity.

This property only work for filed as 'datetime' type

<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get time():String
    public function set time(value:String):void

Example
Visual Editor XML:
<InputText time=""/>
Domino:
<inputText time=""/>
timesproperty 
times:ArrayList  [read-only]


Implementation
    public function get times():ArrayList
truetypeproperty 
truetype:String


Implementation
    public function get truetype():String
    public function set truetype(value:String):void
typeproperty 
type:String

Domino: Type of field as defined in the %field.types; entity.

<!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color ">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get type():String
    public function set type(value:String):void

Example
Visual Editor XML:
<InputText type=""/>
Domino:
<inputText type=""/>
widthproperty 
width:Number  [read-only] [override]

Domino: style

notes ClientSupported
Apache RoyalePlanned
PrimeFacesSupported
FlexSupported
GSPSupported

The default value is "100".

This property can be used as the source for data binding.


Implementation
    public function get width():Number

Example
Visual Editor XML:
<InputText width="100"/>
Domino:
<inputText style="width:100px;height:30px;"/>
widthOutputproperty 
widthOutput:Boolean

This property can be used as the source for data binding.


Implementation
    public function get widthOutput():Boolean
    public function set widthOutput(value:Boolean):void
widthOutputChangedproperty 
protected var widthOutputChanged:Boolean

zoneproperty 
zone:String

Domino:Displays the time zone in the format defined in the %datetimeformat.zone; entity.

This property only work for filed as 'datetime' type

< !ENTITY % datetimeformat.zone "never | sometimes | always">
notes ClientSupported
Apache RoyalePlanned
PrimeFacesPlanned
FlexSupported
GSPSupported

This property can be used as the source for data binding.


Implementation
    public function get zone():String
    public function set zone(value:String):void

Example
Visual Editor XML:
<InputText time=""/>
Domino:
<inputText time=""/>
zonesproperty 
zones:ArrayList  [read-only]


Implementation
    public function get zones():ArrayList
Constructor Detail
DominoInputText()Constructor
public function DominoInputText()



Method Detail
commitProperties()method
override protected function commitProperties():void

toRoyaleConvertCode()method 
public function toRoyaleConvertCode():XML

Returns
XML
Constant Detail
DOMINO_ELEMENT_NAMEConstant
public static const DOMINO_ELEMENT_NAME:String = field

ELEMENT_NAMEConstant 
public static const ELEMENT_NAME:String = Field